|
135 | 135 | "README.md": "sh -c 'cp ./README.md ./packages/payload/README.md'" |
136 | 136 | }, |
137 | 137 | "devDependencies": { |
138 | | - "@jest/globals": "29.7.0", |
139 | | - "@libsql/client": "0.14.0", |
140 | | - "@next/bundle-analyzer": "15.4.4", |
| 138 | + "@jest/globals": "catalog:", |
| 139 | + "@libsql/client": "catalog:", |
| 140 | + "@next/bundle-analyzer": "catalog:", |
141 | 141 | "@payloadcms/db-postgres": "workspace:*", |
142 | 142 | "@payloadcms/eslint-config": "workspace:*", |
143 | 143 | "@payloadcms/eslint-plugin": "workspace:*", |
144 | 144 | "@payloadcms/live-preview-react": "workspace:*", |
145 | 145 | "@playwright/test": "1.54.1", |
146 | | - "@sentry/nextjs": "^8.33.1", |
147 | | - "@sentry/node": "^8.33.1", |
148 | | - "@swc-node/register": "1.10.10", |
149 | | - "@swc/cli": "0.7.7", |
150 | | - "@swc/jest": "0.2.38", |
| 146 | + "@sentry/nextjs": "catalog:", |
| 147 | + "@sentry/node": "catalog:", |
| 148 | + "@swc-node/register": "catalog:", |
| 149 | + "@swc/cli": "catalog:", |
| 150 | + "@swc/jest": "catalog:", |
151 | 151 | "@types/fs-extra": "^11.0.2", |
152 | | - "@types/jest": "29.5.12", |
| 152 | + "@types/jest": "catalog:", |
153 | 153 | "@types/minimist": "1.2.5", |
154 | | - "@types/node": "22.15.30", |
155 | | - "@types/react": "19.1.12", |
156 | | - "@types/react-dom": "19.1.9", |
157 | | - "@types/shelljs": "0.8.15", |
| 154 | + "@types/node": "catalog:", |
| 155 | + "@types/react": "catalog:", |
| 156 | + "@types/react-dom": "catalog:", |
| 157 | + "@types/shelljs": "catalog:", |
158 | 158 | "chalk": "^4.1.2", |
159 | | - "comment-json": "^4.2.3", |
160 | | - "copyfiles": "2.4.1", |
| 159 | + "comment-json": "catalog:", |
| 160 | + "copyfiles": "catalog:", |
161 | 161 | "create-payload-app": "workspace:*", |
162 | | - "cross-env": "7.0.3", |
163 | | - "dotenv": "16.4.7", |
164 | | - "drizzle-kit": "0.31.5", |
165 | | - "drizzle-orm": "0.44.6", |
| 162 | + "cross-env": "catalog:", |
| 163 | + "dotenv": "catalog:", |
| 164 | + "drizzle-kit": "catalog:", |
| 165 | + "drizzle-orm": "catalog:", |
166 | 166 | "escape-html": "^1.0.3", |
167 | 167 | "execa": "5.1.1", |
168 | | - "form-data": "3.0.1", |
| 168 | + "form-data": "catalog:", |
169 | 169 | "fs-extra": "10.1.0", |
170 | | - "globby": "11.1.0", |
171 | | - "husky": "9.0.11", |
| 170 | + "globby": "catalog:", |
| 171 | + "husky": "catalog:", |
172 | 172 | "jest": "29.7.0", |
173 | 173 | "lint-staged": "15.2.7", |
174 | | - "minimist": "1.2.8", |
175 | | - "mongodb-memory-server": "10.1.4", |
| 174 | + "minimist": "catalog:", |
| 175 | + "mongodb-memory-server": "catalog:", |
176 | 176 | "next": "15.4.4", |
177 | | - "open": "^10.1.0", |
178 | | - "p-limit": "^5.0.0", |
179 | | - "pg": "8.16.3", |
| 177 | + "open": "catalog:", |
| 178 | + "p-limit": "catalog:", |
| 179 | + "pg": "catalog:", |
180 | 180 | "playwright": "1.54.1", |
181 | 181 | "playwright-core": "1.54.1", |
182 | 182 | "prettier": "3.5.3", |
183 | | - "react": "19.1.1", |
184 | | - "react-dom": "19.1.1", |
185 | | - "rimraf": "6.0.1", |
| 183 | + "react": "catalog:", |
| 184 | + "react-dom": "catalog:", |
| 185 | + "rimraf": "catalog:", |
186 | 186 | "sharp": "0.32.6", |
187 | | - "shelljs": "0.8.5", |
188 | | - "slash": "3.0.0", |
189 | | - "sort-package-json": "^2.10.0", |
190 | | - "swc-plugin-transform-remove-imports": "4.0.4", |
| 187 | + "shelljs": "catalog:", |
| 188 | + "slash": "catalog:", |
| 189 | + "sort-package-json": "catalog:", |
| 190 | + "swc-plugin-transform-remove-imports": "catalog:", |
191 | 191 | "tempy": "1.0.1", |
192 | | - "tstyche": "3.5.0", |
| 192 | + "tstyche": "catalog:", |
193 | 193 | "tsx": "4.19.2", |
194 | | - "turbo": "^2.5.4", |
195 | | - "typescript": "5.7.3", |
196 | | - "wrangler": "~4.42.0" |
| 194 | + "turbo": "catalog:", |
| 195 | + "typescript": "catalog:", |
| 196 | + "wrangler": "catalog:" |
197 | 197 | }, |
198 | 198 | "packageManager": "[email protected]", |
199 | 199 | "engines": { |
200 | 200 | "node": "^18.20.2 || >=20.9.0", |
201 | 201 | "pnpm": "^9.7.0" |
202 | | - }, |
203 | | - "pnpm": { |
204 | | - "overrides": { |
205 | | - "copyfiles": "$copyfiles", |
206 | | - "cross-env": "$cross-env", |
207 | | - "dotenv": "$dotenv", |
208 | | - "graphql": "^16.8.1", |
209 | | - "mongodb-memory-server": "$mongodb-memory-server", |
210 | | - "react": "$react", |
211 | | - "react-dom": "$react-dom", |
212 | | - "typescript": "$typescript" |
213 | | - } |
214 | 202 | } |
215 | 203 | } |
0 commit comments