|
1 | 1 | { |
2 | 2 | "name": "@technote-space/ga-framework", |
3 | | - "version": "0.14.17", |
| 3 | + "version": "0.14.19", |
4 | 4 | "description": "GA Framework", |
5 | 5 | "keywords": [ |
6 | 6 | "genetic algorithm" |
|
43 | 43 | "@material-ui/core": "^4.11.4", |
44 | 44 | "@material-ui/icons": "^4.11.2", |
45 | 45 | "@mui-treasury/layout": "^4.5.0", |
46 | | - "@technote-space/genetic-algorithms-js": "^0.8.19", |
47 | | - "@technote-space/worker-controller": "^0.5.34", |
48 | | - "chart.js": "^3.3.2", |
| 46 | + "@technote-space/genetic-algorithms-js": "^0.8.21", |
| 47 | + "@technote-space/worker-controller": "^0.5.36", |
| 48 | + "chart.js": "^3.4.0", |
49 | 49 | "clsx": "^1.1.1", |
50 | 50 | "keycharm": "^0.4.0", |
51 | 51 | "moment": "^2.29.1", |
|
60 | 60 | "devDependencies": { |
61 | 61 | "@babel/core": "^7.14.6", |
62 | 62 | "@babel/plugin-proposal-class-properties": "^7.14.5", |
63 | | - "@babel/plugin-proposal-object-rest-spread": "^7.14.5", |
| 63 | + "@babel/plugin-proposal-object-rest-spread": "^7.14.7", |
64 | 64 | "@babel/plugin-transform-react-inline-elements": "^7.14.5", |
65 | | - "@babel/preset-env": "^7.14.5", |
| 65 | + "@babel/preset-env": "^7.14.7", |
66 | 66 | "@babel/preset-flow": "^7.14.5", |
67 | 67 | "@babel/preset-react": "^7.14.5", |
68 | 68 | "@babel/preset-typescript": "^7.14.5", |
69 | 69 | "@commitlint/cli": "^12.1.4", |
70 | 70 | "@commitlint/config-conventional": "^12.1.4", |
71 | | - "@types/node": "^15.12.4", |
| 71 | + "@types/node": "^16.0.0", |
72 | 72 | "@types/react-helmet": "^6.1.1", |
73 | | - "@types/styled-components": "^5.1.10", |
74 | | - "@typescript-eslint/eslint-plugin": "^4.27.0", |
75 | | - "@typescript-eslint/parser": "^4.27.0", |
| 73 | + "@types/styled-components": "^5.1.11", |
| 74 | + "@typescript-eslint/eslint-plugin": "^4.28.1", |
| 75 | + "@typescript-eslint/parser": "^4.28.1", |
76 | 76 | "babel-plugin-react-html-attrs": "^3.0.5", |
77 | 77 | "babel-plugin-transform-class-properties": "^6.24.1", |
78 | | - "copy-webpack-plugin": "^9.0.0", |
79 | | - "eslint": "^7.29.0", |
| 78 | + "copy-webpack-plugin": "^9.0.1", |
| 79 | + "eslint": "^7.30.0", |
80 | 80 | "eslint-plugin-react": "^7.24.0", |
81 | 81 | "eslint-plugin-react-hooks": "^4.2.0", |
82 | | - "html-webpack-plugin": "^5.3.1", |
83 | | - "husky": "^6.0.0", |
| 82 | + "html-webpack-plugin": "^5.3.2", |
| 83 | + "husky": "^7.0.0", |
84 | 84 | "lint-staged": "^11.0.0", |
85 | 85 | "pinst": "^2.1.6", |
86 | | - "typescript": "^4.3.4", |
87 | | - "webpack": "^5.39.1" |
| 86 | + "typescript": "^4.3.5", |
| 87 | + "webpack": "^5.42.0" |
88 | 88 | }, |
89 | 89 | "publishConfig": { |
90 | 90 | "access": "public" |
|
0 commit comments