Skip to content

Commit

Permalink
Merge pull request #32 from HarvestProfit/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
jarydkrish authored Jun 17, 2021
2 parents 3edb83c + e0cbcf6 commit 1a393e4
Show file tree
Hide file tree
Showing 2 changed files with 2,387 additions and 4,915 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@
"homepage": "https://harvestprofit.github.io/eda-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.0",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"reactstrap": "^8.5.1",
"redux": "^4.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -41,6 +25,22 @@
"last 1 safari version"
]
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.0",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"reactstrap": "^8.5.1",
"redux": "^4.0.5",
"sass": "^1.35.1"
},
"devDependencies": {
"@testing-library/dom": "^7.24.2",
"@testing-library/jest-dom": "^4.2.4",
Expand Down
Loading

0 comments on commit 1a393e4

Please sign in to comment.