|
24 | 24 | "@emotion/is-prop-valid": "^1.3.0",
|
25 | 25 | "@emotion/react": "^11.14.0",
|
26 | 26 | "@emotion/styled": "^11.14.0",
|
27 |
| - "@mdx-js/loader": "^3.1.0", |
28 |
| - "@mdx-js/mdx": "^3.1.0", |
29 |
| - "@pmmmwh/react-refresh-webpack-plugin": "0.5.16", |
30 | 27 | "@popperjs/core": "^2.11.5",
|
31 | 28 | "@react-aria/button": "^3.9.8",
|
32 | 29 | "@react-aria/combobox": "^3.10.3",
|
|
77 | 74 | "@sentry/status-page-list": "^0.6.0",
|
78 | 75 | "@sentry/webpack-plugin": "^3.4.0",
|
79 | 76 | "@spotlightjs/spotlight": "^2.0.0-alpha.1",
|
80 |
| - "@swc/plugin-emotion": "9.0.4", |
81 | 77 | "@tanstack/query-async-storage-persister": "^5.72.1",
|
82 | 78 | "@tanstack/react-query": "^5.72.1",
|
83 | 79 | "@tanstack/react-query-devtools": "^5.72.1",
|
|
88 | 84 | "@types/gtag.js": "^0.0.12",
|
89 | 85 | "@types/history": "^3.2.5",
|
90 | 86 | "@types/invariant": "^2.2.35",
|
91 |
| - "@types/jest": "29.5.14", |
| 87 | + "@types/jest": "29.5.12", |
92 | 88 | "@types/js-beautify": "^1.14.3",
|
93 | 89 | "@types/js-cookie": "^3.0.2",
|
94 | 90 | "@types/lodash": "^4.14.182",
|
|
134 | 130 | "fuse.js": "^6.6.2",
|
135 | 131 | "gettext-parser": "7.0.1",
|
136 | 132 | "gl-matrix": "^3.4.3",
|
137 |
| - "html-webpack-plugin": "5.6.3", |
138 | 133 | "idb-keyval": "^6.2.1",
|
139 | 134 | "invariant": "^2.2.4",
|
140 | 135 | "jed": "^1.1.0",
|
|
197 | 192 | "@eslint/compat": "^1.2.7",
|
198 | 193 | "@eslint/eslintrc": "^3.3.0",
|
199 | 194 | "@eslint/js": "^9.22.0",
|
| 195 | + "@mdx-js/loader": "^3.1.0", |
| 196 | + "@mdx-js/mdx": "^3.1.0", |
| 197 | + "@pmmmwh/react-refresh-webpack-plugin": "0.5.16", |
200 | 198 | "@sentry-internal/rrweb-types": "2.34.0",
|
201 | 199 | "@sentry/jest-environment": "6.0.0",
|
202 | 200 | "@sentry/profiling-node": "9.16.1",
|
203 | 201 | "@styled/typescript-styled-plugin": "^1.0.1",
|
| 202 | + "@swc/plugin-emotion": "9.0.4", |
204 | 203 | "@tanstack/eslint-plugin-query": "^5.66.1",
|
205 | 204 | "@testing-library/dom": "10.4.0",
|
206 | 205 | "@testing-library/jest-dom": "6.6.3",
|
|
226 | 225 | "eslint-plugin-typescript-sort-keys": "^3.3.0",
|
227 | 226 | "eslint-plugin-unicorn": "^57.0.0",
|
228 | 227 | "globals": "^15.14.0",
|
| 228 | + "html-webpack-plugin": "5.6.3", |
229 | 229 | "jest": "29.7.0",
|
230 | 230 | "jest-canvas-mock": "^2.5.2",
|
231 | 231 | "jest-environment-jsdom": "29.7.0",
|
|
279 | 279 | "diff-docs": "yarn install-api-docs && ts-node api-docs/openapi-diff.ts",
|
280 | 280 | "deref-api-docs": "ts-node api-docs/index.ts tests/apidocs/openapi-spectacular.json tests/apidocs/openapi-derefed.json",
|
281 | 281 | "build-chartcuterie-config": "node --experimental-strip-types config/build-chartcuterie.ts",
|
282 |
| - "build-acceptance": "yarn build-acceptance-rspack", |
283 |
| - "build-acceptance-webpack": "CODECOV_ENABLE_BA=false IS_ACCEPTANCE_TEST=1 NODE_ENV=production webpack", |
284 | 282 | "build-acceptance-rspack": "CODECOV_ENABLE_BA=false IS_ACCEPTANCE_TEST=1 NODE_ENV=production rspack",
|
285 |
| - "build-production": "yarn build-production-rspack", |
286 |
| - "build-production-webpack": "NODE_ENV=production webpack --mode production", |
| 283 | + "build-acceptance-webpack": "CODECOV_ENABLE_BA=false IS_ACCEPTANCE_TEST=1 NODE_ENV=production webpack", |
| 284 | + "build-acceptance": "yarn build-acceptance-rspack", |
| 285 | + "build-production": "NODE_ENV=production webpack --mode production", |
287 | 286 | "build-production-rspack": "NODE_ENV=production rspack --mode production",
|
288 | 287 | "build": "NODE_OPTIONS=--max-old-space-size=4096 webpack",
|
289 | 288 | "build-rspack": "NODE_OPTIONS=--max-old-space-size=4096 rspack",
|
|
0 commit comments