|
46 | 46 | "build:translations": "turbo build --filter translations",
|
47 | 47 | "build:ui": "turbo build --filter ui",
|
48 | 48 | "clean": "turbo clean",
|
49 |
| - "clean:all": "node ./scripts/delete-recursively.js '@node_modules' 'media' '**/dist' '**/.cache' '**/.next' '**/.turbo' '**/tsconfig.tsbuildinfo' '**/payload*.tgz' '**/meta_*.json'", |
50 |
| - "clean:build": "node ./scripts/delete-recursively.js 'media' '**/dist' '**/.cache' '**/.next' '**/.turbo' '**/tsconfig.tsbuildinfo' '**/payload*.tgz' '**/meta_*.json'", |
51 |
| - "clean:cache": "node ./scripts/delete-recursively.js node_modules/.cache! packages/payload/node_modules/.cache! .next", |
| 49 | + "clean:all": "node ./scripts/delete-recursively.js '@node_modules' 'media/*' '**/dist/' '**/.cache/*' '**/.next/*' '**/.turbo/*' '**/tsconfig.tsbuildinfo' '**/payload*.tgz' '**/meta_*.json'", |
| 50 | + "clean:build": "node ./scripts/delete-recursively.js 'media/' '**/dist/' '**/.cache/' '**/.next/' '**/.turbo/' '**/tsconfig.tsbuildinfo' '**/payload*.tgz' '**/meta_*.json'", |
| 51 | + "clean:cache": "node ./scripts/delete-recursively.js node_modules/.cache! packages/payload/node_modules/.cache! .next/*", |
52 | 52 | "dev": "cross-env NODE_OPTIONS=--no-deprecation node ./test/dev.js",
|
53 | 53 | "dev:generate-graphql-schema": "cross-env NODE_OPTIONS=--no-deprecation tsx ./test/generateGraphQLSchema.ts",
|
54 | 54 | "dev:generate-types": "cross-env NODE_OPTIONS=--no-deprecation tsx ./test/generateTypes.ts",
|
|
91 | 91 | },
|
92 | 92 | "devDependencies": {
|
93 | 93 | "@jest/globals": "29.7.0",
|
94 |
| - "@next/bundle-analyzer": "^14.1.0", |
| 94 | + "@next/bundle-analyzer": "15.0.0-canary.53", |
95 | 95 | "@payloadcms/eslint-config": "workspace:*",
|
96 | 96 | "@payloadcms/eslint-plugin": "workspace:*",
|
97 | 97 | "@payloadcms/live-preview-react": "workspace:*",
|
|
103 | 103 | "@types/minimist": "1.2.5",
|
104 | 104 | "@types/node": "20.12.5",
|
105 | 105 | "@types/prompts": "^2.4.5",
|
106 |
| - "@types/react": "npm:types-react@19.0.0-beta.2", |
107 |
| - "@types/react-dom": "npm:types-react-dom@19.0.0-beta.2", |
| 106 | + "@types/react": "npm:types-react@19.0.0-rc.0", |
| 107 | + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.0", |
108 | 108 | "@types/semver": "^7.5.3",
|
109 | 109 | "@types/shelljs": "0.8.15",
|
110 | 110 | "chalk": "^4.1.2",
|
|
120 | 120 | "execa": "5.1.1",
|
121 | 121 | "form-data": "3.0.1",
|
122 | 122 | "fs-extra": "10.1.0",
|
123 |
| - "glob": "8.1.0", |
124 | 123 | "globby": "11.1.0",
|
125 | 124 | "husky": "9.0.11",
|
126 | 125 | "jest": "29.7.0",
|
127 | 126 | "jest-environment-jsdom": "29.7.0",
|
128 |
| - "json-schema-to-typescript": "11.0.3", |
129 | 127 | "lint-staged": "15.2.7",
|
130 | 128 | "minimist": "1.2.8",
|
131 | 129 | "mongodb-memory-server": "^9.0",
|
132 | 130 | "next": "15.0.0-canary.53",
|
133 | 131 | "open": "^10.1.0",
|
134 | 132 | "p-limit": "^5.0.0",
|
135 |
| - "pino": "8.15.0", |
136 |
| - "pino-pretty": "10.2.0", |
137 | 133 | "playwright": "1.43.0",
|
138 | 134 | "playwright-core": "1.43.0",
|
139 | 135 | "prettier": "3.3.2",
|
140 | 136 | "prompts": "2.4.2",
|
141 |
| - "react": "^19.0.0-rc-f994737d14-20240522", |
142 |
| - "react-dom": "^19.0.0-rc-f994737d14-20240522", |
| 137 | + "react": "^19.0.0-rc-6230622a1a-20240610", |
| 138 | + "react-dom": "^19.0.0-rc-6230622a1a-20240610", |
143 | 139 | "rimraf": "3.0.2",
|
144 | 140 | "semver": "^7.5.4",
|
145 | 141 | "sharp": "0.32.6",
|
146 | 142 | "shelljs": "0.8.5",
|
147 | 143 | "slash": "3.0.0",
|
148 | 144 | "sort-package-json": "^2.10.0",
|
149 |
| - "swc-plugin-transform-remove-imports": "^1.12.1", |
150 |
| - "tempy": "^1.0.1", |
151 |
| - "ts-node": "10.9.1", |
152 |
| - "tsx": "^4.7.1", |
| 145 | + "swc-plugin-transform-remove-imports": "1.14.0", |
| 146 | + "tempy": "1.0.1", |
| 147 | + "tsx": "4.16.2", |
153 | 148 | "turbo": "^1.13.3",
|
154 |
| - "typescript": "5.5.3", |
155 |
| - "uuid": "10.0.0" |
| 149 | + "typescript": "5.5.3" |
156 | 150 | },
|
157 | 151 | "peerDependencies": {
|
158 |
| - "react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522", |
159 |
| - "react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522" |
| 152 | + "react": "^19.0.0 || ^19.0.0-rc-6230622a1a-20240610", |
| 153 | + "react-dom": "^19.0.0 || ^19.0.0-rc-6230622a1a-20240610" |
160 | 154 | },
|
161 | 155 | "engines": {
|
162 | 156 | "node": "^18.20.2 || >=20.9.0",
|
|
168 | 162 | "domexception": "4"
|
169 | 163 | },
|
170 | 164 | "overrides": {
|
171 |
| - "@types/react": "npm:types-react@19.0.0-beta.2", |
172 |
| - "@types/react-dom": "npm:types-react-dom@19.0.0-beta.2", |
| 165 | + "@types/react": "npm:types-react@19.0.0-rc.0", |
| 166 | + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.0", |
173 | 167 | "copyfiles": "$copyfiles",
|
174 | 168 | "cross-env": "$cross-env",
|
175 | 169 | "dotenv": "$dotenv",
|
|
185 | 179 | }
|
186 | 180 | },
|
187 | 181 | "overrides": {
|
188 |
| - "@types/react": "npm:types-react@19.0.0-beta.2", |
189 |
| - "@types/react-dom": "npm:types-react-dom@19.0.0-beta.2" |
| 182 | + "@types/react": "npm:types-react@19.0.0-rc.0", |
| 183 | + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.0" |
190 | 184 | },
|
191 | 185 | "workspaces:": [
|
192 | 186 | "packages/*",
|
|
0 commit comments