Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jarjour committed Nov 23, 2023
1 parent b132229 commit 63527b9
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 401 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "homestuck-quirk-generator",
"version": "5.0.0",
"type": "module",
"description": "A site that allows you to convert inputted text into the typing quirk of a Homestuck character.",
"repository": {
"type": "git",
Expand All @@ -13,7 +14,7 @@
"author": "Mark Jarjour",
"license": "SEE LICENSE IN LICENSE.md",
"private": true,
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.10.5",
"scripts": {
"build": "pnpm lint --max-warnings 0 && tsc && vite build",
"dev": "vite",
Expand All @@ -28,31 +29,31 @@
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.17",
"@nabla/vite-plugin-eslint": "^1.5.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@nabla/vite-plugin-eslint": "^2.0.2",
"@tsconfig/vite-react": "^2.0.1",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.1.1",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"cspell": "^8.0.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-pkg": "^0.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-svgr": "^4.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 63527b9

Please sign in to comment.