Skip to content

Commit

Permalink
Merge pull request #109 from technote-space/release/next-v0.14.13
Browse files Browse the repository at this point in the history
release: v0.14.14
  • Loading branch information
technote-space authored Feb 26, 2021
2 parents 8458ae1 + eb94bfb commit 4a45eba
Show file tree
Hide file tree
Showing 2 changed files with 1,441 additions and 1,655 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/ga-framework",
"version": "0.14.13",
"version": "0.14.14",
"description": "GA Framework",
"keywords": [
"genetic algorithm"
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@material-ui/core": "^4.11.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@mui-treasury/layout": "^4.5.0",
"@technote-space/genetic-algorithms-js": "^0.8.12",
"@technote-space/worker-controller": "^0.5.14",
"@technote-space/genetic-algorithms-js": "^0.8.16",
"@technote-space/worker-controller": "^0.5.24",
"chart.js": "^2.9.4",
"clsx": "^1.1.1",
"keycharm": "^0.4.0",
Expand All @@ -50,36 +50,36 @@
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.1",
"vis-data": "^7.1.1",
"vis-network": "^8.5.5",
"vis-util": "^4.3.4"
"vis-data": "^7.1.2",
"vis-network": "^9.0.2",
"vis-util": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-react-inline-elements": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/chart.js": "^2.9.29",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
"@babel/plugin-transform-react-inline-elements": "^7.12.13",
"@babel/preset-env": "^7.13.5",
"@babel/preset-flow": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@types/chart.js": "^2.9.30",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"babel-plugin-react-html-attrs": "^3.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"copy-webpack-plugin": "^7.0.0",
"eslint": "^7.16.0",
"eslint-plugin-react": "^7.21.5",
"eslint": "^7.20.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"typescript": "^4.1.3",
"webpack": "^5.11.0"
"html-webpack-plugin": "^5.2.0",
"husky": "^5.1.1",
"lint-staged": "^10.5.4",
"typescript": "^4.1.5",
"webpack": "^5.24.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4a45eba

Please sign in to comment.