|
2 | 2 | "name": "my-nextjs-starter",
|
3 | 3 | "version": "1.0.0",
|
4 | 4 | "main": "index.js",
|
5 |
| - "packageManager": "pnpm@8.14.3", |
| 5 | + "packageManager": "pnpm@8.15.9", |
6 | 6 | "scripts": {
|
7 | 7 | "start-by-docker": "echo $COMMIT_HASH && npx prisma migrate deploy && node server.js",
|
8 | 8 | "start": "npx prisma migrate deploy && next start",
|
|
25 | 25 | "prepare": "husky install"
|
26 | 26 | },
|
27 | 27 | "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", |
55 | 55 | "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" |
59 | 59 | },
|
60 | 60 | "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", |
66 | 66 | "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", |
70 | 70 | "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", |
74 | 74 | "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" |
77 | 77 | },
|
78 | 78 | "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", |
83 | 83 | "@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", |
86 | 86 | "@storybook/testing-library": "0.2.2",
|
87 | 87 | "husky": "8.0.3",
|
88 | 88 | "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" |
92 | 92 | },
|
93 | 93 | "lint-staged": {
|
94 | 94 | "*.{ts,tsx}": [
|
|
0 commit comments