|
32 | 32 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@mui/material": "^5.11.4", |
| 35 | + "@mui/material": "^5.11.5", |
36 | 36 | "@technote-space/ga-framework": "^0.15.1",
|
37 | 37 | "@technote-space/genetic-algorithms-js": "^0.8.27",
|
38 |
| - "axios": "^1.2.2", |
| 38 | + "axios": "^1.2.3", |
39 | 39 | "encoding-japanese": "^2.0.0",
|
40 | 40 | "fast-levenshtein": "^3.0.0",
|
41 | 41 | "file-saver": "^2.0.5",
|
|
57 | 57 | "@types/encoding-japanese": "^2.0.1",
|
58 | 58 | "@types/fast-levenshtein": "^0.0.2",
|
59 | 59 | "@types/file-saver": "^2.0.5",
|
60 |
| - "@typescript-eslint/eslint-plugin": "^5.48.1", |
61 |
| - "@typescript-eslint/parser": "^5.48.1", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.48.2", |
| 61 | + "@typescript-eslint/parser": "^5.48.2", |
62 | 62 | "babel-loader": "^9.1.2",
|
63 | 63 | "babel-plugin-react-html-attrs": "^3.0.5",
|
64 | 64 | "babel-plugin-transform-class-properties": "^6.24.1",
|
65 | 65 | "copy-webpack-plugin": "^11.0.0",
|
66 |
| - "eslint": "^8.31.0", |
67 |
| - "eslint-plugin-react": "^7.32.0", |
| 66 | + "eslint": "^8.32.0", |
| 67 | + "eslint-plugin-react": "^7.32.1", |
68 | 68 | "eslint-plugin-react-hooks": "^4.6.0",
|
69 | 69 | "file-loader": "^6.2.0",
|
70 | 70 | "html-loader": "^4.2.0",
|
|
0 commit comments