|
65 | 65 | "script:pack": "tsx scripts/pack-all-to-dest.ts",
|
66 | 66 | "pretest": "pnpm build",
|
67 | 67 | "test": "pnpm test:int && pnpm test:components && pnpm test:e2e",
|
68 |
| - "test:components": "cross-env NODE_OPTIONS=--no-deprecation jest --config=jest.components.config.js", |
| 68 | + "test:components": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-deprecation\" jest --config=jest.components.config.js", |
69 | 69 | "test:e2e": "cross-env NODE_OPTIONS=--no-deprecation NODE_NO_WARNINGS=1 tsx ./test/runE2E.ts",
|
70 | 70 | "test:e2e:debug": "cross-env NODE_OPTIONS=--no-deprecation NODE_NO_WARNINGS=1 PWDEBUG=1 DISABLE_LOGGING=true playwright test",
|
71 | 71 | "test:e2e:headed": "cross-env NODE_OPTIONS=--no-deprecation NODE_NO_WARNINGS=1 DISABLE_LOGGING=true playwright test --headed",
|
72 |
| - "test:int": "cross-env NODE_OPTIONS=--no-deprecation NODE_NO_WARNINGS=1 DISABLE_LOGGING=true jest --forceExit --detectOpenHandles --config=test/jest.config.js --runInBand", |
73 |
| - "test:int:postgres": "cross-env NODE_OPTIONS=--no-deprecation NODE_NO_WARNINGS=1 PAYLOAD_DATABASE=postgres DISABLE_LOGGING=true jest --forceExit --detectOpenHandles --config=test/jest.config.js --runInBand", |
74 |
| - "test:unit": "cross-env NODE_OPTIONS=--no-deprecation NODE_NO_WARNINGS=1 DISABLE_LOGGING=true jest --forceExit --detectOpenHandles --config=jest.config.js --runInBand", |
| 72 | + "test:int": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-deprecation\" NODE_NO_WARNINGS=1 DISABLE_LOGGING=true jest --forceExit --detectOpenHandles --config=test/jest.config.js --runInBand", |
| 73 | + "test:int:postgres": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-deprecation\" NODE_NO_WARNINGS=1 PAYLOAD_DATABASE=postgres DISABLE_LOGGING=true jest --forceExit --detectOpenHandles --config=test/jest.config.js --runInBand", |
| 74 | + "test:unit": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-deprecation\" NODE_NO_WARNINGS=1 DISABLE_LOGGING=true jest --forceExit --detectOpenHandles --config=jest.config.js --runInBand", |
75 | 75 | "translateNewKeys": "pnpm --filter payload run translateNewKeys"
|
76 | 76 | },
|
77 | 77 | "lint-staged": {
|
|
84 | 84 | "tsconfig.json": "node scripts/reset-tsconfig.js"
|
85 | 85 | },
|
86 | 86 | "devDependencies": {
|
87 |
| - "@aws-sdk/client-s3": "^3.525.0", |
| 87 | + "@jest/globals": "29.7.0", |
88 | 88 | "@next/bundle-analyzer": "^14.1.0",
|
89 |
| - "@octokit/core": "^5.1.0", |
90 | 89 | "@payloadcms/eslint-config": "workspace:*",
|
91 | 90 | "@payloadcms/live-preview-react": "workspace:*",
|
92 | 91 | "@playwright/test": "1.43.0",
|
93 |
| - "@sentry/react": "^7.77.0", |
94 | 92 | "@swc/cli": "^0.1.62",
|
95 | 93 | "@swc/jest": "0.2.36",
|
96 | 94 | "@testing-library/jest-dom": "6.4.2",
|
97 | 95 | "@testing-library/react": "14.2.1",
|
98 |
| - "@types/concat-stream": "^2.0.1", |
99 | 96 | "@types/fs-extra": "^11.0.2",
|
100 | 97 | "@types/jest": "29.5.12",
|
101 | 98 | "@types/minimist": "1.2.5",
|
|
106 | 103 | "@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
|
107 | 104 | "@types/semver": "^7.5.3",
|
108 | 105 | "@types/shelljs": "0.8.15",
|
109 |
| - "add-stream": "^1.0.0", |
110 | 106 | "chalk": "^4.1.2",
|
111 | 107 | "changelogen": "^0.5.5",
|
112 | 108 | "comment-json": "^4.2.3",
|
113 |
| - "concat-stream": "^2.0.0", |
114 | 109 | "copyfiles": "2.4.1",
|
115 | 110 | "cross-env": "7.0.3",
|
116 |
| - "dotenv": "8.6.0", |
| 111 | + "dotenv": "16.4.5", |
117 | 112 | "drizzle-kit": "0.20.14-1f2c838",
|
118 | 113 | "drizzle-orm": "0.29.4",
|
119 | 114 | "escape-html": "^1.0.3",
|
120 | 115 | "eslint-plugin-payload": "workspace:*",
|
121 | 116 | "execa": "5.1.1",
|
122 | 117 | "form-data": "3.0.1",
|
123 | 118 | "fs-extra": "10.1.0",
|
124 |
| - "get-port": "5.1.1", |
125 |
| - "get-stream": "6.0.1", |
126 | 119 | "glob": "8.1.0",
|
127 | 120 | "globby": "11.1.0",
|
128 | 121 | "husky": "^8.0.3",
|
129 | 122 | "jest": "29.7.0",
|
130 | 123 | "jest-environment-jsdom": "29.7.0",
|
131 |
| - "jwt-decode": "4.0.0", |
132 | 124 | "lint-staged": "^14.0.1",
|
133 | 125 | "minimist": "1.2.8",
|
134 | 126 | "mongodb-memory-server": "^9.0",
|
135 | 127 | "next": "15.0.0-rc.0",
|
136 |
| - "node-mocks-http": "^1.14.1", |
137 |
| - "nodemon": "3.0.3", |
138 | 128 | "open": "^10.1.0",
|
139 | 129 | "p-limit": "^5.0.0",
|
140 | 130 | "pino": "8.15.0",
|
|
146 | 136 | "qs": "6.11.2",
|
147 | 137 | "react": "^19.0.0-rc-f994737d14-20240522",
|
148 | 138 | "react-dom": "^19.0.0-rc-f994737d14-20240522",
|
149 |
| - "read-stream": "^2.1.1", |
150 | 139 | "rimraf": "3.0.2",
|
151 | 140 | "semver": "^7.5.4",
|
152 | 141 | "sharp": "0.32.6",
|
153 | 142 | "shelljs": "0.8.5",
|
154 |
| - "simple-git": "^3.24.0", |
155 | 143 | "slash": "3.0.0",
|
156 |
| - "slate": "0.91.4", |
157 | 144 | "sort-package-json": "^2.10.0",
|
158 | 145 | "swc-plugin-transform-remove-imports": "^1.12.1",
|
159 | 146 | "tempfile": "^3.0.0",
|
|
162 | 149 | "tsx": "^4.7.1",
|
163 | 150 | "turbo": "^1.13.3",
|
164 | 151 | "typescript": "5.4.5",
|
165 |
| - "uuid": "^9.0.1", |
166 |
| - "yocto-queue": "^1.0.0" |
| 152 | + "uuid": "^9.0.1" |
167 | 153 | },
|
168 | 154 | "peerDependencies": {
|
169 | 155 | "react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522",
|
|
0 commit comments