|
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", |
27 | 30 | "@popperjs/core": "^2.11.5",
|
28 | 31 | "@react-aria/button": "^3.9.8",
|
29 | 32 | "@react-aria/combobox": "^3.10.3",
|
|
74 | 77 | "@sentry/status-page-list": "^0.6.0",
|
75 | 78 | "@sentry/webpack-plugin": "^3.4.0",
|
76 | 79 | "@spotlightjs/spotlight": "^2.0.0-alpha.1",
|
| 80 | + "@swc/plugin-emotion": "9.0.4", |
77 | 81 | "@tanstack/query-async-storage-persister": "^5.72.1",
|
78 | 82 | "@tanstack/react-query": "^5.72.1",
|
79 | 83 | "@tanstack/react-query-devtools": "^5.72.1",
|
|
84 | 88 | "@types/gtag.js": "^0.0.12",
|
85 | 89 | "@types/history": "^3.2.5",
|
86 | 90 | "@types/invariant": "^2.2.35",
|
87 |
| - "@types/jest": "29.5.12", |
| 91 | + "@types/jest": "29.5.14", |
88 | 92 | "@types/js-beautify": "^1.14.3",
|
89 | 93 | "@types/js-cookie": "^3.0.2",
|
90 | 94 | "@types/lodash": "^4.14.182",
|
|
130 | 134 | "fuse.js": "^6.6.2",
|
131 | 135 | "gettext-parser": "7.0.1",
|
132 | 136 | "gl-matrix": "^3.4.3",
|
| 137 | + "html-webpack-plugin": "5.6.3", |
133 | 138 | "idb-keyval": "^6.2.1",
|
134 | 139 | "invariant": "^2.2.4",
|
135 | 140 | "jed": "^1.1.0",
|
|
192 | 197 | "@eslint/compat": "^1.2.7",
|
193 | 198 | "@eslint/eslintrc": "^3.3.0",
|
194 | 199 | "@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", |
198 | 200 | "@sentry-internal/rrweb-types": "2.34.0",
|
199 | 201 | "@sentry/jest-environment": "6.0.0",
|
200 | 202 | "@sentry/profiling-node": "9.16.1",
|
201 | 203 | "@styled/typescript-styled-plugin": "^1.0.1",
|
202 |
| - "@swc/plugin-emotion": "9.0.4", |
203 | 204 | "@tanstack/eslint-plugin-query": "^5.66.1",
|
204 | 205 | "@testing-library/dom": "10.4.0",
|
205 | 206 | "@testing-library/jest-dom": "6.6.3",
|
|
225 | 226 | "eslint-plugin-typescript-sort-keys": "^3.3.0",
|
226 | 227 | "eslint-plugin-unicorn": "^57.0.0",
|
227 | 228 | "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-rspack": "CODECOV_ENABLE_BA=false IS_ACCEPTANCE_TEST=1 NODE_ENV=production rspack", |
283 |
| - "build-acceptance-webpack": "CODECOV_ENABLE_BA=false IS_ACCEPTANCE_TEST=1 NODE_ENV=production webpack", |
284 | 282 | "build-acceptance": "yarn build-acceptance-rspack",
|
285 |
| - "build-production": "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-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", |
286 | 287 | "build-production-rspack": "NODE_ENV=production rspack --mode production",
|
287 | 288 | "build": "NODE_OPTIONS=--max-old-space-size=4096 webpack",
|
288 | 289 | "build-rspack": "NODE_OPTIONS=--max-old-space-size=4096 rspack",
|
|
0 commit comments