Skip to content

Commit

Permalink
Merge pull request #107 from technote-space/release/next-v0.14.12
Browse files Browse the repository at this point in the history
release: v0.14.13
  • Loading branch information
technote-space authored Dec 23, 2020
2 parents 1e42120 + 3030a72 commit 38d2471
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 631 deletions.
32 changes: 16 additions & 16 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.12",
"version": "0.14.13",
"description": "GA Framework",
"keywords": [
"genetic algorithm"
Expand Down Expand Up @@ -40,8 +40,8 @@
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@mui-treasury/layout": "^4.5.0",
"@technote-space/genetic-algorithms-js": "^0.8.11",
"@technote-space/worker-controller": "^0.5.13",
"@technote-space/genetic-algorithms-js": "^0.8.12",
"@technote-space/worker-controller": "^0.5.14",
"chart.js": "^2.9.4",
"clsx": "^1.1.1",
"keycharm": "^0.4.0",
Expand All @@ -51,35 +51,35 @@
"react-helmet": "^6.1.0",
"styled-components": "^5.2.1",
"vis-data": "^7.1.1",
"vis-network": "^8.5.4",
"vis-network": "^8.5.5",
"vis-util": "^4.3.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@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.7",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.7",
"@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.28",
"@types/node": "^14.14.11",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@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-plugin-react-html-attrs": "^3.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"copy-webpack-plugin": "^6.4.0",
"eslint": "^7.15.0",
"copy-webpack-plugin": "^7.0.0",
"eslint": "^7.16.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.5",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"typescript": "^4.1.2",
"webpack": "^5.10.0"
"typescript": "^4.1.3",
"webpack": "^5.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 38d2471

Please sign in to comment.