Skip to content

chore(deps): update dependency vue-loader to v17.4.2 #4218

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
267 changes: 51 additions & 216 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-in-vue/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.0",
"url-loader": "4.1.1",
"vue-loader": "16.8.3",
"vue-loader": "17.4.2",
"vue-template-compiler": "2.7.16",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esbuild-loader": "4.2.0",
"html-webpack-plugin": "5.6.0",
"typescript": "5.4.3",
"vue-loader": "15.11.1",
"vue-loader": "17.4.2",
"vue-template-compiler": "2.7.16",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esbuild-loader": "4.2.0",
"html-webpack-plugin": "5.6.0",
"typescript": "5.4.3",
"vue-loader": "15.11.1",
"vue-loader": "17.4.2",
"vue-template-compiler": "2.7.16",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esbuild-loader": "4.2.0",
"html-webpack-plugin": "5.6.0",
"typescript": "5.4.3",
"vue-loader": "15.11.1",
"vue-loader": "17.4.2",
"vue-template-compiler": "2.7.16",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion shared-store-cross-framework/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"vue-loader": "17.0.1",
"vue-loader": "17.4.2",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
Expand Down
2 changes: 1 addition & 1 deletion shared-store-cross-framework/vue-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"file-loader": "6.2.0",
"mini-css-extract-plugin": "2.9.0",
"url-loader": "4.1.1",
"vue-loader": "16.8.3",
"vue-loader": "17.4.2",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
Expand Down
2 changes: 1 addition & 1 deletion vue2-in-vue3/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.0",
"url-loader": "4.1.1",
"vue-loader": "15.11.1",
"vue-loader": "17.4.2",
"vue-template-compiler": "2.7.16",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion vue2-in-vue3/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.0",
"url-loader": "4.1.1",
"vue-loader": "16.8.3",
"vue-loader": "17.4.2",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
Expand Down
2 changes: 1 addition & 1 deletion vue3-demo/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mini-css-extract-plugin": "2.9.0",
"serve": "14.2.3",
"url-loader": "4.1.1",
"vue-loader": "16.8.3",
"vue-loader": "17.4.2",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
Expand Down
2 changes: 1 addition & 1 deletion vue3-demo/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mini-css-extract-plugin": "2.9.0",
"serve": "14.2.3",
"url-loader": "4.1.1",
"vue-loader": "16.8.3",
"vue-loader": "17.4.2",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
Expand Down
Loading