|
1 | 1 | { |
2 | 2 | "name": "@technote-space/ga-framework", |
3 | | - "version": "0.1.3", |
| 3 | + "version": "0.1.4", |
4 | 4 | "description": "GA Framework", |
5 | 5 | "author": { |
6 | 6 | "name": "Technote", |
|
34 | 34 | "@material-ui/core": "^4.10.0", |
35 | 35 | "@mui-treasury/layout": "^4.2.2", |
36 | 36 | "@technote-space/genetic-algorithms-js": "^0.5.0", |
37 | | - "@technote-space/worker-controller": "^0.2.1", |
| 37 | + "@technote-space/worker-controller": "^0.2.2", |
38 | 38 | "clsx": "^1.1.0", |
39 | 39 | "keycharm": "^0.3.1", |
40 | 40 | "moment": "^2.26.0", |
|
47 | 47 | "vis-util": "^4.0.2" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@babel/core": "^7.10.0", |
51 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
52 | | - "@babel/plugin-proposal-object-rest-spread": "^7.10.0", |
53 | | - "@babel/plugin-transform-react-inline-elements": "^7.9.0", |
54 | | - "@babel/preset-env": "^7.10.0", |
55 | | - "@babel/preset-flow": "^7.9.0", |
56 | | - "@babel/preset-react": "^7.10.0", |
57 | | - "@babel/preset-typescript": "^7.9.0", |
| 50 | + "@babel/core": "^7.10.1", |
| 51 | + "@babel/plugin-proposal-class-properties": "^7.10.1", |
| 52 | + "@babel/plugin-proposal-object-rest-spread": "^7.10.1", |
| 53 | + "@babel/plugin-transform-react-inline-elements": "^7.10.1", |
| 54 | + "@babel/preset-env": "^7.10.1", |
| 55 | + "@babel/preset-flow": "^7.10.1", |
| 56 | + "@babel/preset-react": "^7.10.1", |
| 57 | + "@babel/preset-typescript": "^7.10.1", |
58 | 58 | "@commitlint/cli": "^8.3.5", |
59 | 59 | "@commitlint/config-conventional": "^8.3.4", |
60 | 60 | "@types/node": "^14.0.5", |
|
80 | 80 | "scripts": { |
81 | 81 | "build": "tsc", |
82 | 82 | "test": "yarn lint", |
83 | | - "lint": "eslint './src/app/**/*.{ts,tsx}' --cache", |
84 | | - "lint:fix": "eslint --fix './src/app/**/*.{ts,tsx}'", |
| 83 | + "lint": "eslint './src/**/*.{ts,tsx}' --cache", |
| 84 | + "lint:fix": "eslint --fix './src/**/*.{ts,tsx}'", |
85 | 85 | "update": "npx ncu -u && yarn install && yarn upgrade && yarn audit" |
86 | 86 | } |
87 | 87 | } |
0 commit comments