Skip to content

Commit

Permalink
chore: bump a bunch of packages (#5910)
Browse files Browse the repository at this point in the history
* bump a bunch of packages

* fix type errors from vitest upgrade

* revert www

* skiplibcheck
  • Loading branch information
juliusmarminge committed Jul 22, 2024
1 parent ee2a97b commit 8e56f5b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"dependencies": {
"@prisma/client": "^5.12.1",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query": "^5.51.11",
"@trpc/client": "npm:@trpc/client@next",
"@trpc/next": "npm:@trpc/next@next",
"@trpc/react-query": "npm:@trpc/react-query@next",
"@trpc/server": "npm:@trpc/server@next",
"clsx": "^2.0.0",
"next": "^14.1.4",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"superjson": "^1.12.4",
Expand All @@ -48,24 +48,24 @@
"@playwright/test": "^1.26.1",
"@types/node": "^20.10.0",
"@types/react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "^10.4.7",
"dotenv": "^16.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss": "^8.4.39",
"prettier": "^2.8.8",
"prisma": "^5.12.1",
"start-server-and-test": "^1.12.0",
"tailwindcss": "^3.3.0",
"tailwindcss": "^3.4.6",
"tsx": "^4.0.0",
"typescript": "^5.5.0",
"vite": "^5.1.0",
"vitest": "^1.5.2"
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"publishConfig": {
"access": "restricted"
Expand Down

0 comments on commit 8e56f5b

Please sign in to comment.