Skip to content

Commit

Permalink
chore(deps): fix pkg dependencies (peer)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ecomplus/utils and core-js no more direct dependencies
  • Loading branch information
leomp12 committed Dec 26, 2019
1 parent 1886c2e commit 4675931
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,29 @@
"url": "https://github.com/ecomclub/shopping-cart/issues"
},
"homepage": "https://github.com/ecomclub/shopping-cart#readme",
"peerDependencies": {
"@ecomplus/utils": "1.x",
"core-js": "3.x"
},
"dependencies": {
"@ecomplus/utils": "^1.2.1",
"core-js": "^3.4.5",
"eventemitter3": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@ecomplus/utils": "^1.2.6",
"babel-loader": "^8.0.6",
"core-js": "^3.6.1",
"docdash": "^1.1.1",
"husky": "^3.1.0",
"jsdoc": "^3.6.3",
"standard": "^14.3.1",
"standard-version": "^7.0.1",
"webpack": "^4.41.2",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
"webpack-dev-server": "^3.10.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4675931

Please # to comment.