Skip to content

Commit

Permalink
removing warnings caused by peerDeps (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommmyy authored and andywer committed Jan 29, 2019
1 parent 86c9c56 commit 776178e
Show file tree
Hide file tree
Showing 11 changed files with 116 additions and 16 deletions.
5 changes: 3 additions & 2 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
"url-loader": "^1.1.2"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0-rc"
"@webpack-blocks/core": "^2.0.0-rc",
"webpack": "^4.20.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
6 changes: 4 additions & 2 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
"babel-loader": "^8.0.4"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0-rc"
"@babel/core": "^7.2.2",
"@webpack-blocks/core": "^2.0.0-rc",
"webpack": "^4.20.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha",
"@webpack-blocks/core": "^2.0.0-rc",
"babel-core": "^7.0.0"
}
}
3 changes: 2 additions & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"repository": "andywer/webpack-blocks",
"bugs": "https://github.com/andywer/webpack-blocks/issues",
"dependencies": {
"webpack": "^4.20.2",
"webpack-dev-server": "^3.1.9"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
5 changes: 3 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"eslint-loader": "^2.1.1"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0-rc"
"@webpack-blocks/core": "^2.0.0-rc",
"webpack": "^4.20.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
5 changes: 3 additions & 2 deletions packages/extract-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"extract-text-webpack-plugin": "^4.0.0-beta.0"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0-rc"
"@webpack-blocks/core": "^2.0.0-rc",
"webpack": "^4.20.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@webpack-blocks/core": "^2.0.0-rc"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
5 changes: 3 additions & 2 deletions packages/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
},
"devDependencies": {
"@webpack-blocks/assets": "^2.0.0-rc",
"@webpack-blocks/core": "^2.0.0-rc"
"@webpack-blocks/core": "^2.0.0-rc",
"webpack": "^4.20.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
2 changes: 1 addition & 1 deletion packages/tslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"typescript": "^3.1.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "^3.1.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
5 changes: 3 additions & 2 deletions packages/uglify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"webpack-merge": "^4.1.4"
},
"devDependencies": {
"@webpack-blocks/core": "^2.0.0-rc"
"@webpack-blocks/core": "^2.0.0-rc",
"webpack": "^4.20.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0-alpha"
"@webpack-blocks/core": "^2.0.0-rc"
}
}
92 changes: 92 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,26 @@
semver "^5.4.1"
source-map "^0.5.0"

"@babel/core@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.2.2"
"@babel/helpers" "^7.2.0"
"@babel/parser" "^7.2.2"
"@babel/template" "^7.2.2"
"@babel/traverse" "^7.2.2"
"@babel/types" "^7.2.2"
convert-source-map "^1.1.0"
debug "^4.1.0"
json5 "^2.1.0"
lodash "^4.17.10"
resolve "^1.3.2"
semver "^5.4.1"
source-map "^0.5.0"

"@babel/generator@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-rc.1.tgz#739c87d70b31aeed802bd6bc9fd51480065c45e8"
Expand All @@ -113,6 +133,17 @@
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/generator@^7.2.2":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.0.tgz#f663838cd7b542366de3aa608a657b8ccb2a99eb"
integrity sha512-dZTwMvTgWfhmibq4V9X+LMf6Bgl7zAodRn9PvcPdhlzFMbvUutx74dbEv7Atz3ToeEpevYEJtAwfxq/bDCzHWg==
dependencies:
"@babel/types" "^7.3.0"
jsesc "^2.5.1"
lodash "^4.17.10"
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/helper-annotate-as-pure@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-rc.1.tgz#4a9042a4a35f835d45c649f68f364cc7ed7dcb05"
Expand Down Expand Up @@ -402,6 +433,15 @@
"@babel/traverse" "^7.1.0"
"@babel/types" "^7.1.2"

"@babel/helpers@^7.2.0":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.3.1.tgz#949eec9ea4b45d3210feb7dc1c22db664c9e44b9"
integrity sha512-Q82R3jKsVpUV99mgX50gOPCWwco9Ec5Iln/8Vyu4osNIOQgSrd9RFrQeUvmvddFNoLwMyOUWU+5ckioEKpDoGA==
dependencies:
"@babel/template" "^7.1.2"
"@babel/traverse" "^7.1.5"
"@babel/types" "^7.3.0"

"@babel/highlight@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-rc.1.tgz#e0ca4731fa4786f7b9500421d6ff5e5a7753e81e"
Expand Down Expand Up @@ -430,6 +470,11 @@
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.2.tgz#85c5c47af6d244fab77bce6b9bd830e38c978409"
integrity sha512-x5HFsW+E/nQalGMw7hu+fvPqnBeBaIr0lWJ2SG0PPL2j+Pm9lYvCrsZJGIgauPIENx0v10INIyFjmSNUD/gSqQ==

"@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.1.tgz#8f4ffd45f779e6132780835ffa7a215fa0b2d181"
integrity sha512-ATz6yX/L8LEnC3dtLQnIx4ydcPxhLcoy9Vl6re00zb2w5lG6itY6Vhnr1KFRPq/FHNsgl/gh2mjNN20f9iJTTA==

"@babel/plugin-proposal-async-generator-functions@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0-rc.1.tgz#70d4ca787485487370a82e380c39c8c233bca639"
Expand Down Expand Up @@ -912,6 +957,15 @@
"@babel/parser" "^7.1.2"
"@babel/types" "^7.1.2"

"@babel/template@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.2.2.tgz#005b3fdf0ed96e88041330379e0da9a708eb2907"
integrity sha512-zRL0IMM02AUDwghf5LMSSDEz7sBCO2YnNmpg3uWTZj/v1rcG2BmQUvaGU8GhU8BvfMh1k2KIAYZ7Ji9KXPUg7g==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.2.2"
"@babel/types" "^7.2.2"

"@babel/traverse@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-rc.1.tgz#867b4b45ada2d51ae2d0076f1c1d5880f8557158"
Expand Down Expand Up @@ -942,6 +996,21 @@
globals "^11.1.0"
lodash "^4.17.10"

"@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2":
version "7.2.3"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
integrity sha512-Z31oUD/fJvEWVR0lNZtfgvVt512ForCTNKYcJBGbPb1QZfve4WGH8Wsy7+Mev33/45fhP/hwQtvgusNdcCMgSw==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.2.2"
"@babel/helper-function-name" "^7.1.0"
"@babel/helper-split-export-declaration" "^7.0.0"
"@babel/parser" "^7.2.3"
"@babel/types" "^7.2.2"
debug "^4.1.0"
globals "^11.1.0"
lodash "^4.17.10"

"@babel/types@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-rc.1.tgz#6abf6d14ddd9fc022617e5b62e6b32f4fa6526ad"
Expand All @@ -960,6 +1029,15 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@babel/types@^7.2.2", "@babel/types@^7.3.0":
version "7.3.0"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.0.tgz#61dc0b336a93badc02bf5f69c4cd8e1353f2ffc0"
integrity sha512-QkFPw68QqWU1/RVPyBe8SO7lXbPfjtqAxRYQKpFpaB8yMq7X2qAqfwK5LKoQufEkSmO5NQ70O6Kc3Afk03RwXw==
dependencies:
esutils "^2.0.2"
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@concordance/react@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-1.0.0.tgz#fcf3cad020e5121bfd1c61d05bc3516aac25f734"
Expand Down Expand Up @@ -3604,6 +3682,13 @@ debug@^4.0.1:
dependencies:
ms "^2.1.1"

debug@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
dependencies:
ms "^2.1.1"

debuglog@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
Expand Down Expand Up @@ -6037,6 +6122,13 @@ json5@^0.5.0:
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=

json5@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
dependencies:
minimist "^1.2.0"

jsonfile@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
Expand Down

0 comments on commit 776178e

Please sign in to comment.