|
5 | 5 | "engines": {
|
6 | 6 | "node": "^18.15.0"
|
7 | 7 | },
|
8 |
| - "packageManager": "pnpm@7.27.1", |
| 8 | + "packageManager": "pnpm@8.4.0", |
9 | 9 | "scripts": {
|
10 | 10 | "prebuild": "prisma generate && prisma migrate deploy",
|
11 | 11 | "build:1-next": "cross-env NODE_ENV=production next build",
|
|
48 | 48 | "@trpc/react-query": "^10.25.0",
|
49 | 49 | "@trpc/server": "^10.25.0",
|
50 | 50 | "clsx": "^1.1.1",
|
51 |
| - "next": "^13.2.1", |
52 |
| - "next-auth": "^4.14.0", |
| 51 | + "next": "^13.3.4", |
| 52 | + "next-auth": "^4.22.1", |
53 | 53 | "react": "^18.2.0",
|
54 | 54 | "react-dom": "^18.2.0",
|
55 | 55 | "superjson": "^1.7.4",
|
56 |
| - "tsx": "^3.12.3", |
| 56 | + "tsx": "^3.12.7", |
57 | 57 | "ws": "^8.0.0",
|
58 | 58 | "zod": "^3.0.0"
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 | 61 | "@playwright/test": "^1.26.1",
|
62 | 62 | "@tanstack/react-query-devtools": "^4.18.0",
|
63 | 63 | "@types/node": "^18.7.20",
|
64 |
| - "@types/react": "^18.0.9", |
| 64 | + "@types/react": "^18.2.6", |
65 | 65 | "@types/ws": "^8.2.0",
|
66 |
| - "@typescript-eslint/eslint-plugin": "^5.47.0", |
67 |
| - "@typescript-eslint/parser": "^5.47.0", |
| 66 | + "@typescript-eslint/eslint-plugin": "^5.59.2", |
| 67 | + "@typescript-eslint/parser": "^5.59.2", |
68 | 68 | "autoprefixer": "^10.4.7",
|
69 | 69 | "cross-env": "^7.0.3",
|
70 |
| - "eslint": "^8.30.0", |
71 |
| - "eslint-config-next": "^13.2.1", |
72 |
| - "eslint-config-prettier": "^8.5.0", |
| 70 | + "eslint": "^8.40.0", |
| 71 | + "eslint-config-next": "^13.3.4", |
| 72 | + "eslint-config-prettier": "^8.8.0", |
73 | 73 | "eslint-plugin-prettier": "^4.2.1",
|
74 |
| - "eslint-plugin-react": "^7.31.11", |
| 74 | + "eslint-plugin-react": "^7.32.2", |
75 | 75 | "eslint-plugin-react-hooks": "^4.6.0",
|
76 | 76 | "npm-run-all": "^4.1.5",
|
77 | 77 | "postcss": "^8.4.14",
|
78 |
| - "prettier": "^2.8.7", |
| 78 | + "prettier": "^2.8.8", |
79 | 79 | "prisma": "^4.12.0",
|
80 | 80 | "start-server-and-test": "^1.12.0",
|
81 | 81 | "tailwindcss": "^3.3.0",
|
|
0 commit comments