Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 980c7b1

Browse files
Update all non-major dependencies []
1 parent 3c57e06 commit 980c7b1

File tree

2 files changed

+1987
-1339
lines changed

2 files changed

+1987
-1339
lines changed

package.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "my-nextjs-starter",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"packageManager": "pnpm@8.14.3",
5+
"packageManager": "pnpm@8.15.9",
66
"scripts": {
77
"start-by-docker": "echo $COMMIT_HASH && npx prisma migrate deploy && node server.js",
88
"start": "npx prisma migrate deploy && next start",
@@ -25,70 +25,70 @@
2525
"prepare": "husky install"
2626
},
2727
"dependencies": {
28-
"@hookform/resolvers": "3.3.4",
29-
"@prisma/client": "5.8.1",
30-
"@t3-oss/env-nextjs": "0.7.3",
31-
"@trpc/client": "10.45.0",
32-
"@trpc/next": "10.45.0",
33-
"@trpc/react-query": "10.45.0",
34-
"@trpc/server": "10.45.0",
35-
"@types/node": "20.11.6",
36-
"@types/react": "18.2.48",
37-
"@types/react-dom": "18.2.18",
38-
"autoprefixer": "10.4.17",
39-
"clsx": "2.1.0",
40-
"css-loader": "6.9.1",
41-
"dayjs": "1.11.10",
42-
"dotenv-cli": "7.3.0",
43-
"jotai": "2.6.2",
44-
"nanoid": "5.0.4",
45-
"next": "14.2.10",
46-
"pino": "8.17.2",
47-
"postcss": "8.4.35",
48-
"prisma": "5.8.1",
49-
"react": "18.2.0",
50-
"react-dom": "18.2.0",
51-
"react-hook-form": "7.49.3",
52-
"react-icons": "5.0.1",
53-
"remeda": "1.38.0",
54-
"sass": "1.70.0",
28+
"@hookform/resolvers": "3.9.0",
29+
"@prisma/client": "5.21.1",
30+
"@t3-oss/env-nextjs": "0.11.1",
31+
"@trpc/client": "10.45.2",
32+
"@trpc/next": "10.45.2",
33+
"@trpc/react-query": "10.45.2",
34+
"@trpc/server": "10.45.2",
35+
"@types/node": "20.16.13",
36+
"@types/react": "18.3.11",
37+
"@types/react-dom": "18.3.1",
38+
"autoprefixer": "10.4.20",
39+
"clsx": "2.1.1",
40+
"css-loader": "6.11.0",
41+
"dayjs": "1.11.13",
42+
"dotenv-cli": "7.4.2",
43+
"jotai": "2.10.1",
44+
"nanoid": "5.0.7",
45+
"next": "14.2.15",
46+
"pino": "8.21.0",
47+
"postcss": "8.4.47",
48+
"prisma": "5.21.1",
49+
"react": "18.3.1",
50+
"react-dom": "18.3.1",
51+
"react-hook-form": "7.53.1",
52+
"react-icons": "5.3.0",
53+
"remeda": "1.61.0",
54+
"sass": "1.80.3",
5555
"superjson": "2.2.1",
56-
"tailwindcss": "3.4.1",
57-
"typescript": "5.3.3",
58-
"zod": "3.22.4"
56+
"tailwindcss": "3.4.14",
57+
"typescript": "5.6.3",
58+
"zod": "3.23.8"
5959
},
6060
"devDependencies": {
61-
"@faker-js/faker": "8.3.1",
62-
"@next/eslint-plugin-next": "14.1.0",
63-
"@typescript-eslint/eslint-plugin": "6.19.1",
64-
"@typescript-eslint/parser": "6.19.1",
65-
"eslint": "8.56.0",
61+
"@faker-js/faker": "8.4.1",
62+
"@next/eslint-plugin-next": "14.2.15",
63+
"@typescript-eslint/eslint-plugin": "6.21.0",
64+
"@typescript-eslint/parser": "6.21.0",
65+
"eslint": "8.57.1",
6666
"eslint-config-prettier": "9.1.0",
67-
"eslint-plugin-jsx-a11y": "6.8.0",
68-
"eslint-plugin-react": "7.33.2",
69-
"eslint-plugin-react-hooks": "4.6.0",
67+
"eslint-plugin-jsx-a11y": "6.10.1",
68+
"eslint-plugin-react": "7.37.1",
69+
"eslint-plugin-react-hooks": "4.6.2",
7070
"eslint-plugin-simple-import-sort": "10.0.0",
71-
"eslint-plugin-storybook": "0.6.15",
72-
"eslint-plugin-tailwindcss": "3.14.0",
73-
"eslint-plugin-unused-imports": "3.0.0",
71+
"eslint-plugin-storybook": "0.10.1",
72+
"eslint-plugin-tailwindcss": "3.17.5",
73+
"eslint-plugin-unused-imports": "3.2.0",
7474
"scaffdog": "3.0.0",
75-
"vite-tsconfig-paths": "4.3.1",
76-
"vitest": "1.2.1"
75+
"vite-tsconfig-paths": "4.3.2",
76+
"vitest": "1.6.0"
7777
},
7878
"optionalDependencies": {
79-
"@storybook/addon-actions": "7.6.10",
80-
"@storybook/addon-essentials": "7.6.10",
81-
"@storybook/addon-interactions": "7.6.10",
82-
"@storybook/addon-links": "7.6.10",
79+
"@storybook/addon-actions": "7.6.20",
80+
"@storybook/addon-essentials": "7.6.20",
81+
"@storybook/addon-interactions": "7.6.20",
82+
"@storybook/addon-links": "7.6.20",
8383
"@storybook/addon-postcss": "2.0.0",
84-
"@storybook/nextjs": "7.6.10",
85-
"@storybook/react": "7.6.10",
84+
"@storybook/nextjs": "7.6.20",
85+
"@storybook/react": "7.6.20",
8686
"@storybook/testing-library": "0.2.2",
8787
"husky": "8.0.3",
8888
"hygen": "6.2.11",
89-
"lint-staged": "15.2.0",
90-
"prettier": "3.2.4",
91-
"storybook": "7.6.10"
89+
"lint-staged": "15.2.10",
90+
"prettier": "3.3.3",
91+
"storybook": "7.6.20"
9292
},
9393
"lint-staged": {
9494
"*.{ts,tsx}": [

0 commit comments

Comments
 (0)