Upgrade vue-template-compiler to version 3.0.0 (#530)

Updated vue-template-compiler version from 2.6.12 to 3.0.0.
pull/531/head
Anthony Bartolo 2 weeks ago committed by GitHub
parent 0a7a960055
commit 989cc86a1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,7 +20,7 @@
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"eslint": "^9.33.0", "eslint": "^9.33.0",
"eslint-plugin-vue": "^10.4.0", "eslint-plugin-vue": "^10.4.0",
"vue-template-compiler": "^2.6.11" "vue-template-compiler": ">=3.0.0"
} }
}, },
"node_modules/@achrinza/node-ipc": { "node_modules/@achrinza/node-ipc": {
@ -2885,7 +2885,7 @@
"node": "^12.0.0 || >= 14.0.0" "node": "^12.0.0 || >= 14.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"vue-template-compiler": "^2.0.0", "vue-template-compiler": ">=3.0.0",
"webpack-sources": "*" "webpack-sources": "*"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
@ -10980,8 +10980,8 @@
"dev": true "dev": true
}, },
"node_modules/vue-template-compiler": { "node_modules/vue-template-compiler": {
"version": "2.6.12", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.12.tgz", "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-3.0.0.tgz",
"integrity": "sha512-OzzZ52zS41YUbkCBfdXShQTe69j1gQDZ9HIX8miuC9C3rBCk9wIRjLiZZLrmX9V+Ftq/YEyv1JaVr5Y/hNtByg==", "integrity": "sha512-OzzZ52zS41YUbkCBfdXShQTe69j1gQDZ9HIX8miuC9C3rBCk9wIRjLiZZLrmX9V+Ftq/YEyv1JaVr5Y/hNtByg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
@ -19853,8 +19853,8 @@
} }
}, },
"vue-template-compiler": { "vue-template-compiler": {
"version": "2.6.12", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.12.tgz", "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-3.0.0.tgz",
"integrity": "sha512-OzzZ52zS41YUbkCBfdXShQTe69j1gQDZ9HIX8miuC9C3rBCk9wIRjLiZZLrmX9V+Ftq/YEyv1JaVr5Y/hNtByg==", "integrity": "sha512-OzzZ52zS41YUbkCBfdXShQTe69j1gQDZ9HIX8miuC9C3rBCk9wIRjLiZZLrmX9V+Ftq/YEyv1JaVr5Y/hNtByg==",
"dev": true, "dev": true,
"requires": { "requires": {

Loading…
Cancel
Save