Skip to content

Commit

Permalink
fix: clean up production dependencies. (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 authored Jan 30, 2019
1 parent 725e4c3 commit 6716b4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions packages/webiny-api-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"flow-copy-source": "^2.0.2"
},
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions packages/webiny-api-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-plugin-dynamic-import-node": "^2.0.0"
"@babel/preset-flow": "^7.0.0"
},
"optionalDependencies": {
"fsevents": "^1.2.4"
Expand Down
1 change: 0 additions & 1 deletion packages/webiny-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"webiny-i18n": "0.0.0",
"webiny-i18n-react": "0.0.0",
"webiny-react-router": "0.0.0",
"webiny-service-manager": "0.0.0",
"webiny-plugins": "0.0.0"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions packages/webiny-entity-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
],
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0",
"@babel/runtime": "^7.0.0",
"lodash": "^4.17.4",
"mdbid": "^1.0.0",
"mdbid": "^1.0.0"
},
"peerDependencies": {
"mongodb": "^3.0.6"
},
"devDependencies": {
Expand Down

0 comments on commit 6716b4b

Please sign in to comment.