|
108 | 108 | "devDependencies": { |
109 | 109 | "@jest/globals": "29.7.0", |
110 | 110 | "@libsql/client": "0.14.0", |
111 | | - "@next/bundle-analyzer": "15.0.2", |
| 111 | + "@next/bundle-analyzer": "15.0.3", |
112 | 112 | "@payloadcms/db-postgres": "workspace:*", |
113 | 113 | "@payloadcms/eslint-config": "workspace:*", |
114 | 114 | "@payloadcms/eslint-plugin": "workspace:*", |
|
124 | 124 | "@types/minimist": "1.2.5", |
125 | 125 | "@types/node": "22.5.4", |
126 | 126 | "@types/prompts": "^2.4.5", |
127 | | - "@types/react": "npm:types-react@19.0.0-rc.1", |
128 | | - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", |
| 127 | + "@types/react": "19.0.1", |
| 128 | + "@types/react-dom": "19.0.1", |
129 | 129 | "@types/semver": "^7.5.3", |
130 | 130 | "@types/shelljs": "0.8.15", |
131 | 131 | "chalk": "^4.1.2", |
|
148 | 148 | "lint-staged": "15.2.7", |
149 | 149 | "minimist": "1.2.8", |
150 | 150 | "mongodb-memory-server": "^9.0", |
151 | | - "next": "15.0.2", |
| 151 | + "next": "15.0.3", |
152 | 152 | "open": "^10.1.0", |
153 | 153 | "p-limit": "^5.0.0", |
154 | 154 | "playwright": "1.48.1", |
155 | 155 | "playwright-core": "1.48.1", |
156 | 156 | "prettier": "3.3.3", |
157 | 157 | "prompts": "2.4.2", |
158 | | - "react": "19.0.0-rc-66855b96-20241106", |
159 | | - "react-dom": "19.0.0-rc-66855b96-20241106", |
| 158 | + "react": "19.0.0", |
| 159 | + "react-dom": "19.0.0", |
160 | 160 | "rimraf": "3.0.2", |
161 | 161 | "semver": "^7.5.4", |
162 | 162 | "sharp": "0.32.6", |
|
184 | 184 | "domexception": "4" |
185 | 185 | }, |
186 | 186 | "overrides": { |
187 | | - "@types/react": "npm:[email protected]", |
188 | | - "@types/react-dom": "npm:[email protected]", |
189 | 187 | "copyfiles": "$copyfiles", |
190 | 188 | "cross-env": "$cross-env", |
191 | 189 | "dotenv": "$dotenv", |
|
197 | 195 | "typescript": "$typescript" |
198 | 196 | } |
199 | 197 | }, |
200 | | - "overrides": { |
201 | | - "@types/react": "npm:[email protected]", |
202 | | - "@types/react-dom": "npm:[email protected]" |
203 | | - }, |
204 | 198 | "workspaces:": [ |
205 | 199 | "packages/*", |
206 | 200 | "test/*" |
|
0 commit comments