Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MergeCommits committed Apr 29, 2024
1 parent fd0d733 commit 3b28409
Show file tree
Hide file tree
Showing 3 changed files with 3,581 additions and 3,007 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,47 +14,47 @@
"author": "Mark Jarjour",
"license": "SEE LICENSE IN LICENSE.md",
"private": true,
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@9.0.6",
"scripts": {
"build": "pnpm lint --max-warnings 0 && tsc && vite build",
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint \"src/**/*{.ts,.tsx}\"",
"postinstall": "cp .gitignore .prettierignore",
"prepare": "husky install",
"prepare": "husky",
"spell-check": "cspell '**'",
"start": "vite preview"
},
"devDependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@mui/icons-material": "^5.15.9",
"@mui/material": "^5.15.9",
"@nabla/vite-plugin-eslint": "^2.0.2",
"@tsconfig/vite-react": "^3.0.0",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@tsconfig/vite-react": "^3.0.2",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"cspell": "^8.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.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",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-pkg": "^0.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^4.3.2"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit 3b28409

Please sign in to comment.