|
32 | 32 | "watch": "yarn kill && NODE_ENV=none DEV_SERVER_PORT=$npm_package_port webpack serve" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@material-ui/core": "^4.11.0", |
| 35 | + "@material-ui/core": "^4.11.1", |
36 | 36 | "@technote-space/ga-framework": "^0.14.10", |
37 | 37 | "@technote-space/genetic-algorithms-js": "^0.8.10", |
38 | 38 | "axios": "^0.21.0", |
|
44 | 44 | "sprintf-js": "^1.1.2" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@babel/core": "^7.12.7", |
| 47 | + "@babel/core": "^7.12.9", |
48 | 48 | "@babel/plugin-proposal-class-properties": "^7.12.1", |
49 | 49 | "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
50 | 50 | "@babel/plugin-transform-react-inline-elements": "^7.12.1", |
|
57 | 57 | "@types/encoding-japanese": "^1.0.16", |
58 | 58 | "@types/fast-levenshtein": "^0.0.1", |
59 | 59 | "@types/file-saver": "^2.0.1", |
60 | | - "@typescript-eslint/eslint-plugin": "^4.8.1", |
61 | | - "@typescript-eslint/parser": "^4.8.1", |
62 | | - "babel-loader": "^8.2.1", |
| 60 | + "@typescript-eslint/eslint-plugin": "^4.8.2", |
| 61 | + "@typescript-eslint/parser": "^4.8.2", |
| 62 | + "babel-loader": "^8.2.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": "^6.3.2", |
|
71 | 71 | "html-webpack-plugin": "^4.5.0", |
72 | 72 | "husky": "^4.3.0", |
73 | 73 | "license-checker-webpack-plugin": "^0.2.0", |
74 | | - "lint-staged": "^10.5.1", |
| 74 | + "lint-staged": "^10.5.2", |
75 | 75 | "terser-webpack-plugin": "^5.0.3", |
76 | 76 | "typescript": "^4.1.2", |
77 | | - "webpack": "^5.6.0", |
| 77 | + "webpack": "^5.8.0", |
78 | 78 | "webpack-cli": "^4.2.0", |
79 | 79 | "webpack-dev-server": "^3.11.0", |
80 | 80 | "webpack-merge": "^5.4.0" |
|
0 commit comments