|
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | 35 | "@material-ui/core": "^4.11.3", |
36 | | - "@technote-space/ga-framework": "^0.14.15", |
| 36 | + "@technote-space/ga-framework": "^0.14.16", |
37 | 37 | "@technote-space/genetic-algorithms-js": "^0.8.18", |
38 | 38 | "axios": "^0.21.1", |
39 | 39 | "encoding-japanese": "^1.0.30", |
40 | 40 | "fast-levenshtein": "^3.0.0", |
41 | 41 | "file-saver": "^2.0.5", |
42 | | - "react": "^17.0.1", |
43 | | - "react-dom": "^17.0.1", |
| 42 | + "react": "^17.0.2", |
| 43 | + "react-dom": "^17.0.2", |
44 | 44 | "sprintf-js": "^1.1.2" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@babel/core": "^7.13.10", |
48 | 48 | "@babel/plugin-proposal-class-properties": "^7.13.0", |
49 | 49 | "@babel/plugin-proposal-object-rest-spread": "^7.13.8", |
50 | 50 | "@babel/plugin-transform-react-inline-elements": "^7.12.13", |
51 | | - "@babel/preset-env": "^7.13.10", |
| 51 | + "@babel/preset-env": "^7.13.12", |
52 | 52 | "@babel/preset-flow": "^7.12.13", |
53 | 53 | "@babel/preset-react": "^7.12.13", |
54 | 54 | "@babel/preset-typescript": "^7.13.0", |
|
57 | 57 | "@types/encoding-japanese": "^1.0.17", |
58 | 58 | "@types/fast-levenshtein": "^0.0.1", |
59 | 59 | "@types/file-saver": "^2.0.1", |
60 | | - "@typescript-eslint/eslint-plugin": "^4.18.0", |
61 | | - "@typescript-eslint/parser": "^4.18.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^4.19.0", |
| 61 | + "@typescript-eslint/parser": "^4.19.0", |
62 | 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 | | - "copy-webpack-plugin": "^8.0.0", |
| 65 | + "copy-webpack-plugin": "^8.1.0", |
66 | 66 | "eslint": "^7.22.0", |
67 | | - "eslint-plugin-react": "^7.22.0", |
| 67 | + "eslint-plugin-react": "^7.23.1", |
68 | 68 | "eslint-plugin-react-hooks": "^4.2.0", |
69 | 69 | "file-loader": "^6.2.0", |
70 | 70 | "html-loader": "^2.1.2", |
71 | 71 | "html-webpack-plugin": "^5.3.1", |
72 | | - "husky": "^5.1.3", |
| 72 | + "husky": "^5.2.0", |
73 | 73 | "license-checker-webpack-plugin": "^0.2.1", |
74 | 74 | "lint-staged": "^10.5.4", |
75 | 75 | "terser-webpack-plugin": "^5.1.1", |
76 | 76 | "typescript": "^4.2.3", |
77 | | - "webpack": "^5.26.3", |
| 77 | + "webpack": "^5.28.0", |
78 | 78 | "webpack-cli": "^4.5.0", |
79 | 79 | "webpack-dev-server": "^3.11.2", |
80 | 80 | "webpack-merge": "^5.7.3" |
|
0 commit comments