|
160 | 160 | ]
|
161 | 161 | },
|
162 | 162 | "devDependencies": {
|
163 |
| - "@babel/core": "^7.23.7", |
| 163 | + "@babel/core": "^7.26.8", |
164 | 164 | "@babel/plugin-proposal-class-properties": "^7.14.5",
|
165 |
| - "@babel/plugin-proposal-decorators": "^7.23.7", |
166 |
| - "@babel/plugin-proposal-do-expressions": "^7.23.3", |
167 |
| - "@babel/plugin-proposal-export-default-from": "^7.23.3", |
| 165 | + "@babel/plugin-proposal-decorators": "^7.25.9", |
| 166 | + "@babel/plugin-proposal-do-expressions": "^7.25.9", |
| 167 | + "@babel/plugin-proposal-export-default-from": "^7.25.9", |
168 | 168 | "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
169 |
| - "@babel/plugin-proposal-function-bind": "^7.23.3", |
170 |
| - "@babel/plugin-proposal-function-sent": "^7.23.3", |
| 169 | + "@babel/plugin-proposal-function-bind": "^7.25.9", |
| 170 | + "@babel/plugin-proposal-function-sent": "^7.25.9", |
171 | 171 | "@babel/plugin-proposal-json-strings": "^7.14.5",
|
172 | 172 | "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
|
173 | 173 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
174 | 174 | "@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
175 |
| - "@babel/plugin-proposal-pipeline-operator": "^7.23.3", |
176 |
| - "@babel/plugin-proposal-throw-expressions": "^7.23.3", |
| 175 | + "@babel/plugin-proposal-pipeline-operator": "^7.26.7", |
| 176 | + "@babel/plugin-proposal-throw-expressions": "^7.25.9", |
177 | 177 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
178 | 178 | "@babel/plugin-syntax-import-meta": "^7.10.4",
|
179 |
| - "@babel/plugin-transform-react-constant-elements": "^7.23.3", |
180 |
| - "@babel/plugin-transform-react-inline-elements": "^7.23.3", |
181 |
| - "@babel/plugin-transform-runtime": "^7.23.7", |
182 |
| - "@babel/preset-env": "^7.23.8", |
183 |
| - "@babel/preset-react": "^7.23.3", |
184 |
| - "@babel/preset-typescript": "^7.23.3", |
185 |
| - "@babel/register": "^7.23.7", |
186 |
| - "@electron/notarize": "^2.2.0", |
187 |
| - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", |
188 |
| - "@testing-library/jest-dom": "^6.2.0", |
| 179 | + "@babel/plugin-transform-react-constant-elements": "^7.25.9", |
| 180 | + "@babel/plugin-transform-react-inline-elements": "^7.25.9", |
| 181 | + "@babel/plugin-transform-runtime": "^7.26.8", |
| 182 | + "@babel/preset-env": "^7.26.8", |
| 183 | + "@babel/preset-react": "^7.26.3", |
| 184 | + "@babel/preset-typescript": "^7.26.0", |
| 185 | + "@babel/register": "^7.25.9", |
| 186 | + "@electron/notarize": "^2.5.0", |
| 187 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", |
| 188 | + "@testing-library/jest-dom": "^6.6.3", |
189 | 189 | "@testing-library/react": "^14.1.2",
|
190 |
| - "@trivago/prettier-plugin-sort-imports": "^5.2.1", |
| 190 | + "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
191 | 191 | "@types/enzyme": "^3.10.18",
|
192 | 192 | "@types/enzyme-adapter-react-16": "^1.0.9",
|
193 | 193 | "@types/history": "5.0.0",
|
194 |
| - "@types/jest": "^29.5.12", |
| 194 | + "@types/jest": "^29.5.14", |
195 | 195 | "@types/node": "20.11.5",
|
196 | 196 | "@types/react": "^18.2.79",
|
197 | 197 | "@types/react-dom": "^18.2.25",
|
198 | 198 | "@types/react-router": "5.1.20",
|
199 | 199 | "@types/react-test-renderer": "^18.0.7",
|
200 |
| - "@types/webpack-env": "^1.18.4", |
| 200 | + "@types/webpack-env": "^1.18.8", |
201 | 201 | "@typescript-eslint/eslint-plugin": "^6.19.0",
|
202 | 202 | "@typescript-eslint/parser": "^6.19.0",
|
203 |
| - "axios": "^1.7.4", |
| 203 | + "axios": "^1.7.9", |
204 | 204 | "babel-eslint": "^10.1.0",
|
205 | 205 | "babel-jest": "^29.7.0",
|
206 |
| - "babel-loader": "^9.1.3", |
| 206 | + "babel-loader": "^9.2.1", |
207 | 207 | "babel-plugin-dev-expression": "^0.2.2",
|
208 | 208 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
209 | 209 | "browserslist-config-erb": "^0.0.3",
|
210 | 210 | "chalk": "^4.1.2",
|
211 | 211 | "concurrently": "^8.2.2",
|
212 |
| - "core-js": "^3.35.0", |
| 212 | + "core-js": "^3.40.0", |
213 | 213 | "cross-env": "^7.0.3",
|
214 | 214 | "css-loader": "^6.9.0",
|
215 | 215 | "detect-port": "^1.5.1",
|
|
221 | 221 | "eslint-config-airbnb-typescript": "^17.1.0",
|
222 | 222 | "eslint-config-erb": "^4.1.0",
|
223 | 223 | "eslint-config-prettier": "^9.1.0",
|
224 |
| - "eslint-import-resolver-webpack": "^0.13.8", |
| 224 | + "eslint-import-resolver-webpack": "^0.13.10", |
225 | 225 | "eslint-plugin-compat": "^4.2.0",
|
226 |
| - "eslint-plugin-import": "^2.29.1", |
| 226 | + "eslint-plugin-import": "^2.31.0", |
227 | 227 | "eslint-plugin-jest": "^27.6.3",
|
228 |
| - "eslint-plugin-jsx-a11y": "6.8.0", |
229 |
| - "eslint-plugin-prettier": "^5.1.3", |
| 228 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 229 | + "eslint-plugin-prettier": "^5.2.3", |
230 | 230 | "eslint-plugin-promise": "^6.1.1",
|
231 |
| - "eslint-plugin-react": "^7.33.2", |
| 231 | + "eslint-plugin-react": "^7.37.4", |
232 | 232 | "eslint-plugin-react-hooks": "^4.2.0",
|
233 | 233 | "file-loader": "^6.2.0",
|
234 | 234 | "gunzip-stream": "^1.0.1",
|
235 | 235 | "husky": "^7.0.1",
|
236 | 236 | "identity-obj-proxy": "^3.0.0",
|
237 | 237 | "jest": "^29.7.0",
|
238 |
| - "lint-staged": "^15.2.2", |
239 |
| - "mini-css-extract-plugin": "^2.7.7", |
240 |
| - "node-loader": "^2.0.0", |
| 238 | + "lint-staged": "^15.4.3", |
| 239 | + "mini-css-extract-plugin": "^2.9.2", |
| 240 | + "node-loader": "^2.1.0", |
241 | 241 | "optimize-css-assets-webpack-plugin": "^6.0.1",
|
242 |
| - "prettier": "^3.2.5", |
| 242 | + "prettier": "^3.5.0", |
243 | 243 | "react-refresh": "^0.14.0",
|
244 | 244 | "react-test-renderer": "^18.2.0",
|
245 | 245 | "rimraf": "^3.0.2",
|
246 | 246 | "sass-loader": "^14.0.0",
|
247 | 247 | "style-loader": "^3.3.4",
|
248 | 248 | "tar-stream": "^3.1.7",
|
249 |
| - "terser-webpack-plugin": "^5.3.10", |
| 249 | + "terser-webpack-plugin": "^5.3.11", |
250 | 250 | "ts-node": "^10.9.2",
|
251 | 251 | "typescript": "^5.3.3",
|
252 | 252 | "unzip-stream": "^0.3.2",
|
|
262 | 262 | "@babel/plugin-proposal-numeric-separator": "^7.14.5",
|
263 | 263 | "@babel/plugin-proposal-private-methods": "^7.14.5",
|
264 | 264 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
265 |
| - "@emotion/react": "^11.11.4", |
266 |
| - "@emotion/styled": "^11.11.5", |
267 |
| - "@fontsource/dm-sans": "^5.0.20", |
268 |
| - "@grpc/grpc-js": "^1.9.15", |
269 |
| - "@mui/icons-material": "^6.4.1", |
| 265 | + "@emotion/react": "^11.14.0", |
| 266 | + "@emotion/styled": "^11.14.0", |
| 267 | + "@fontsource/dm-sans": "^5.1.1", |
| 268 | + "@grpc/grpc-js": "^1.12.6", |
| 269 | + "@mui/icons-material": "^6.4.4", |
270 | 270 | "@mui/lab": "^5.0.0-alpha.161",
|
271 | 271 | "@mui/material": "^5.15.5",
|
272 | 272 | "@mui/styles": "^5.15.5",
|
|
276 | 276 | "electron-is-packaged": "^1.0.2",
|
277 | 277 | "electron-log": "^5.0.3",
|
278 | 278 | "electron-store": "^8.1.0",
|
279 |
| - "electron-updater": "^6.3.0", |
| 279 | + "electron-updater": "^6.3.9", |
280 | 280 | "history": "^5.0.0",
|
281 | 281 | "json-schema": "^0.4.0",
|
282 | 282 | "menubar": "^9.4.0",
|
283 | 283 | "moment": "^2.30.1",
|
284 |
| - "notistack": "^3.0.1", |
| 284 | + "notistack": "^3.0.2", |
285 | 285 | "nth-check": "2.1.1",
|
286 | 286 | "react": "^18.2.0",
|
287 | 287 | "react-dom": "^18.2.0",
|
|
292 | 292 | "source-map-support": "^0.5.19",
|
293 | 293 | "ts-proto": "^1.166.2",
|
294 | 294 | "typescript-eslint": "^0.0.1-alpha.0",
|
295 |
| - "usehooks-ts": "^3.1.0", |
| 295 | + "usehooks-ts": "^3.1.1", |
296 | 296 | "validator": "^13.11.0"
|
297 | 297 | },
|
298 |
| - "devEngines": { |
| 298 | + "engines": { |
299 | 299 | "node": ">=16.13",
|
300 | 300 | "npm": ">=6.x",
|
301 | 301 | "yarn": ">=1.21.3"
|
|
0 commit comments