Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jarjour committed Jan 20, 2024
1 parent 84f0523 commit b48c9ee
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 499 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"Prisma.prisma",
"bradlc.vscode-tailwindcss"
]
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Mark Jarjour",
"license": "SEE LICENSE IN LICENSE.md",
"private": true,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.1",
"scripts": {
"build": "pnpm lint --max-warnings 0 && tsc && vite build",
"dev": "vite",
Expand All @@ -29,32 +29,32 @@
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@mui/icons-material": "^5.15.5",
"@mui/material": "^5.15.5",
"@nabla/vite-plugin-eslint": "^2.0.2",
"@tsconfig/vite-react": "^2.0.1",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@tsconfig/vite-react": "^3.0.0",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"cspell": "^8.2.3",
"cspell": "^8.3.2",
"eslint": "^8.56.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",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-plugin-pkg": "^0.18.0",
"prettier": "^3.2.4",
"prettier-plugin-pkg": "^0.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.12",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.2"
"vite-tsconfig-paths": "^4.3.1"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit b48c9ee

Please sign in to comment.