|
112 | 112 | "devDependencies": {
|
113 | 113 | "@jest/globals": "29.7.0",
|
114 | 114 | "@libsql/client": "0.14.0",
|
115 |
| - "@next/bundle-analyzer": "15.0.3", |
| 115 | + "@next/bundle-analyzer": "15.1.5", |
116 | 116 | "@payloadcms/db-postgres": "workspace:*",
|
117 | 117 | "@payloadcms/eslint-config": "workspace:*",
|
118 | 118 | "@payloadcms/eslint-plugin": "workspace:*",
|
119 | 119 | "@payloadcms/live-preview-react": "workspace:*",
|
120 |
| - "@playwright/test": "1.48.1", |
| 120 | + "@playwright/test": "1.49.1", |
121 | 121 | "@sentry/nextjs": "^8.33.1",
|
122 | 122 | "@sentry/node": "^8.33.1",
|
123 | 123 | "@swc-node/register": "1.10.9",
|
|
138 | 138 | "copyfiles": "2.4.1",
|
139 | 139 | "create-payload-app": "workspace:*",
|
140 | 140 | "cross-env": "7.0.3",
|
141 |
| - "dotenv": "16.4.5", |
| 141 | + "dotenv": "16.4.7", |
142 | 142 | "drizzle-kit": "0.28.0",
|
143 | 143 | "drizzle-orm": "0.36.1",
|
144 | 144 | "escape-html": "^1.0.3",
|
|
148 | 148 | "globby": "11.1.0",
|
149 | 149 | "husky": "9.0.11",
|
150 | 150 | "jest": "29.7.0",
|
151 |
| - "jest-environment-jsdom": "29.7.0", |
152 | 151 | "lint-staged": "15.2.7",
|
153 | 152 | "minimist": "1.2.8",
|
154 | 153 | "mongodb-memory-server": "^10",
|
155 |
| - "next": "15.1.3", |
| 154 | + "next": "15.1.5", |
156 | 155 | "open": "^10.1.0",
|
157 | 156 | "p-limit": "^5.0.0",
|
158 |
| - "playwright": "1.48.1", |
159 |
| - "playwright-core": "1.48.1", |
| 157 | + "playwright": "1.49.1", |
| 158 | + "playwright-core": "1.49.1", |
160 | 159 | "prettier": "3.3.3",
|
161 | 160 | "prompts": "2.4.2",
|
162 | 161 | "react": "19.0.0",
|
|
172 | 171 | "tstyche": "^3.1.1",
|
173 | 172 | "tsx": "4.19.2",
|
174 | 173 | "turbo": "^2.3.3",
|
175 |
| - "typescript": "5.7.2" |
| 174 | + "typescript": "5.7.3" |
176 | 175 | },
|
177 | 176 | "peerDependencies": {
|
178 | 177 | "react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
184 | 183 | "pnpm": "^9.7.0"
|
185 | 184 | },
|
186 | 185 | "pnpm": {
|
187 |
| - "allowedDeprecatedVersions": { |
188 |
| - "abab": "2", |
189 |
| - "domexception": "4" |
190 |
| - }, |
191 | 186 | "overrides": {
|
192 | 187 | "copyfiles": "$copyfiles",
|
193 | 188 | "cross-env": "$cross-env",
|
|
0 commit comments