Skip to content

Commit

Permalink
Merge pull request #90 from technote-space/release/next-v0.14.3
Browse files Browse the repository at this point in the history
release: v0.14.4
  • Loading branch information
technote-space authored Aug 12, 2020
2 parents f9385cf + 80638d1 commit e06b10f
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 160 deletions.
16 changes: 8 additions & 8 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.3",
"version": "0.14.4",
"description": "GA Framework",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@mui-treasury/layout": "^4.5.0",
"@technote-space/genetic-algorithms-js": "^0.8.2",
"@technote-space/worker-controller": "^0.5.2",
"@technote-space/genetic-algorithms-js": "^0.8.3",
"@technote-space/worker-controller": "^0.5.3",
"chart.js": "^2.9.3",
"clsx": "^1.1.1",
"keycharm": "^0.3.1",
Expand All @@ -43,12 +43,12 @@
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.1.1",
"vis-data": "^6.6.1",
"vis-network": "^7.10.2",
"vis-data": "^7.0.0",
"vis-network": "^8.1.0",
"vis-util": "^4.3.4"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-react-inline-elements": "^7.10.4",
Expand All @@ -60,8 +60,8 @@
"@commitlint/config-conventional": "^9.1.1",
"@types/chart.js": "^2.9.23",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"babel-plugin-react-html-attrs": "^3.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"copy-webpack-plugin": "^6.0.3",
Expand Down
Loading

0 comments on commit e06b10f

Please sign in to comment.