-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make vue a peer dependency #2041
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,17 +70,22 @@ | |
"url-loader": "^0.6.2", | ||
"util-deprecate": "^1.0.2", | ||
"uuid": "^3.1.0", | ||
"vue": "^2.5.2", | ||
"vue-hot-reload-api": "^2.2.0", | ||
"vue-loader": "^12.2.1", | ||
"vue-hot-reload-api": "^2.1.1", | ||
"vue-style-loader": "^3.0.1", | ||
"vue-template-compiler": "^2.5.2", | ||
"webpack": "^3.6.0", | ||
"webpack-dev-middleware": "^1.12.0", | ||
"webpack-hot-middleware": "^2.20.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"nodemon": "^1.12.1" | ||
"nodemon": "^1.12.1", | ||
"vue": "^2.5.2", | ||
"vue-loader": "^13.3.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What are the breaking changes between 12 and 13? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Hypnosphi https://github.com/vuejs/vue-loader/releases/tag/v13.0.0 Upgrading So would love to see this getting merged eventually! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✅ |
||
"vue-template-compiler": "^2.5.2" | ||
}, | ||
"peerDependencies": { | ||
"vue": "*", | ||
"vue-loader": "*", | ||
"vue-template-compiler": "*" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7698,7 +7698,7 @@ lru-cache@^3.2.0: | |
dependencies: | ||
pseudomap "^1.0.1" | ||
|
||
lru-cache@^4.0.1: | ||
lru-cache@^4.0.1, lru-cache@^4.1.1: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.1.tgz#622e32e82488b49279114a4f9ecf45e7cd6bba55" | ||
dependencies: | ||
|
@@ -9121,7 +9121,7 @@ postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0 | |
source-map "^0.5.6" | ||
supports-color "^3.2.3" | ||
|
||
postcss@^6.0.0, postcss@^6.0.13: | ||
postcss@^6.0.0, postcss@^6.0.13, postcss@^6.0.8: | ||
version "6.0.13" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.13.tgz#b9ecab4ee00c89db3ec931145bd9590bbf3f125f" | ||
dependencies: | ||
|
@@ -9149,7 +9149,7 @@ preserve@^0.2.0: | |
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" | ||
|
||
prettier@^1.7.4: | ||
prettier@^1.7.0, prettier@^1.7.4: | ||
version "1.7.4" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.7.4.tgz#5e8624ae9363c80f95ec644584ecdf55d74f93fa" | ||
|
||
|
@@ -10513,7 +10513,7 @@ [email protected]: | |
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" | ||
|
||
resolve@^1.1.6, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.3.3: | ||
resolve@^1.1.6, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.4.0.tgz#a75be01c53da25d934a98ebd0e4c4a7312f92a86" | ||
dependencies: | ||
|
@@ -12170,7 +12170,7 @@ vue-hot-reload-api@^2.1.0: | |
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.1.0.tgz#9ca58a6e0df9078554ce1708688b6578754d86de" | ||
|
||
vue-hot-reload-api@^2.2.0: | ||
vue-hot-reload-api@^2.1.1, vue-hot-reload-api@^2.2.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.2.0.tgz#9a21b35ced3634434a43ee80efb7350ea8fb206d" | ||
|
||
|
@@ -12192,6 +12192,24 @@ vue-loader@^12.2.1: | |
vue-style-loader "^3.0.0" | ||
vue-template-es2015-compiler "^1.2.2" | ||
|
||
vue-loader@^13.3.0: | ||
version "13.3.0" | ||
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-13.3.0.tgz#3bf837d490ba5dea6fc07e0835ffa6c688c8af33" | ||
dependencies: | ||
consolidate "^0.14.0" | ||
hash-sum "^1.0.2" | ||
loader-utils "^1.1.0" | ||
lru-cache "^4.1.1" | ||
postcss "^6.0.8" | ||
postcss-load-config "^1.1.0" | ||
postcss-selector-parser "^2.0.0" | ||
prettier "^1.7.0" | ||
resolve "^1.4.0" | ||
source-map "^0.6.1" | ||
vue-hot-reload-api "^2.2.0" | ||
vue-style-loader "^3.0.0" | ||
vue-template-es2015-compiler "^1.6.0" | ||
|
||
vue-style-loader@^3.0.0, vue-style-loader@^3.0.1: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-3.0.3.tgz#623658f81506aef9d121cdc113a4f5c9cac32df7" | ||
|
@@ -12210,6 +12228,10 @@ vue-template-es2015-compiler@^1.2.2: | |
version "1.5.3" | ||
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.5.3.tgz#22787de4e37ebd9339b74223bc467d1adee30545" | ||
|
||
vue-template-es2015-compiler@^1.6.0: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz#dc42697133302ce3017524356a6c61b7b69b4a18" | ||
|
||
vue@^2.5.2: | ||
version "2.5.2" | ||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.2.tgz#fd367a87bae7535e47f9dc5c9ec3b496e5feb5a4" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be
2.2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run
yarn install
to update lockfile after you fix itThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a deal-breaking for this PR, TBH.