Skip to content

Commit

Permalink
Fix production npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Navaneeth-pk committed Jul 1, 2021
1 parent f321645 commit e3e8674
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 44 deletions.
50 changes: 11 additions & 39 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@
"rxjs": "^6.3.3",
"tinycolor2": "^1.4.2",
"webpack-cli": "^3.3.0",
"yup": "^0.27.0"
},
"devDependencies": {
"yup": "^0.27.0",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"html-webpack-plugin": "^3.2.0",
"babel-loader": "^8.0.5"
},
"devDependencies": {
"@cypress/react": "^5.9.0",
"@cypress/webpack-dev-server": "^1.3.1",
"@cypress/webpack-preprocessor": "^5.9.0",
"babel-loader": "^8.0.5",
"cypress": "^7.4.0",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"webpack": "^4.29.6",
"webpack-dev-server": "^3.11.2"
Expand Down

0 comments on commit e3e8674

Please sign in to comment.