Skip to content

Commit

Permalink
Support for Harmoware-VIS v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ymucystk committed May 7, 2020
1 parent 28b2b71 commit 6a9001a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"author": "harmoware-demo",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"css-loader": "^2.1.1",
"harmoware-vis": "^1.5.8",
"node-sass": "^4.12.0",
"css-loader": "^3.5.3",
"harmoware-vis": "^1.6.1",
"node-sass": "^4.14.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.42.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.2.1"
"webpack-dev-server": "^3.10.3"
}
}

0 comments on commit 6a9001a

Please sign in to comment.