|
34 | 34 | "license-check": "devtools-license-check", |
35 | 35 | "preinstall": "node bin/pre-install.js", |
36 | 36 | "publish": "rimraf public_html && cp -r dist public_html", |
37 | | - "serve-static": "ws -d dist/ -s index.html -p 4242", |
| 37 | + "serve-static": "ws -d dist/ -s index.html -p 4243", |
38 | 38 | "start": "yarn build:clean && cross-env NODE_ENV=development node server.js", |
39 | 39 | "start-prod": "yarn build-prod && yarn serve-static", |
40 | 40 | "start-l10n": "yarn build:clean && cross-env NODE_ENV=development L10N=1 node server.js", |
41 | 41 | "start-l10n-prod": "yarn build-l10n-prod && yarn serve-static", |
42 | | - "start-examples": "ws -d examples/ -s index.html -p 4242", |
| 42 | + "start-examples": "ws -d examples/ -s index.html -p 4244", |
43 | 43 | "start-docs": "ws -d docs-user/ -p 3000", |
44 | 44 | "start-photon": "node res/photon/server", |
45 | 45 | "test": "node bin/output-fixing-commands.js cross-env LC_ALL=C TZ=UTC NODE_ENV=test jest", |
|
76 | 76 | "classnames": "^2.5.1", |
77 | 77 | "common-tags": "^1.8.2", |
78 | 78 | "copy-to-clipboard": "^3.3.3", |
79 | | - "core-js": "^3.45.0", |
| 79 | + "core-js": "^3.45.1", |
80 | 80 | "escape-string-regexp": "^4.0.0", |
81 | 81 | "gecko-profiler-demangle": "^0.3.3", |
82 | 82 | "idb": "^8.0.3", |
|
115 | 115 | "@babel/preset-react": "^7.27.1", |
116 | 116 | "@babel/preset-typescript": "^7.27.1", |
117 | 117 | "@eslint/js": "^9.34.0", |
118 | | - "@fetch-mock/jest": "^0.2.16", |
119 | 118 | "@testing-library/dom": "^10.4.1", |
120 | | - "@testing-library/jest-dom": "^6.6.4", |
| 119 | + "@testing-library/jest-dom": "^6.8.0", |
121 | 120 | "@testing-library/react": "^16.3.0", |
122 | 121 | "@types/clamp": "^1.0.3", |
123 | 122 | "@types/common-tags": "^1.8.4", |
124 | 123 | "@types/jest": "^30.0.0", |
125 | 124 | "@types/minimist": "^1.2.5", |
126 | | - "@types/node": "^22.17.2", |
| 125 | + "@types/node": "^22.18.0", |
127 | 126 | "@types/query-string": "^6.3.0", |
128 | 127 | "@types/react": "^18.3.24", |
129 | 128 | "@types/react-dom": "^18.3.1", |
|
145 | 144 | "copy-webpack-plugin": "^13.0.1", |
146 | 145 | "cross-env": "^10.0.0", |
147 | 146 | "css-loader": "^7.1.2", |
148 | | - "cssnano": "^7.1.0", |
| 147 | + "cssnano": "^7.1.1", |
149 | 148 | "devtools-license-check": "^0.9.0", |
150 | 149 | "eslint": "^9.34.0", |
151 | 150 | "eslint-config-prettier": "^10.1.8", |
|
158 | 157 | "eslint-plugin-testing-library": "^7.6.6", |
159 | 158 | "espree": "^10.4.0", |
160 | 159 | "fake-indexeddb": "^6.1.0", |
| 160 | + "fetch-mock": "^12.5.3", |
161 | 161 | "file-loader": "^6.2.0", |
162 | 162 | "glob": "^11.0.3", |
163 | 163 | "globals": "^16.3.0", |
|
207 | 207 | "tsx" |
208 | 208 | ], |
209 | 209 | "transformIgnorePatterns": [ |
210 | | - "/node_modules/(?!(query-string|decode-uri-component|iongraph-web|split-on-first|filter-obj|@fetch-mock/jest|fetch-mock)/)" |
| 210 | + "/node_modules/(?!(query-string|decode-uri-component|iongraph-web|split-on-first|filter-obj|fetch-mock)/)" |
211 | 211 | ], |
212 | 212 | "moduleNameMapper": { |
213 | 213 | "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|ftl)$": "<rootDir>/src/test/fixtures/mocks/file-mock.ts", |
|
0 commit comments