Skip to content

Commit 0ffdba0

Browse files
chore(deps): update vue monorepo
1 parent e8a7c3f commit 0ffdba0

File tree

6 files changed

+149
-156
lines changed

6 files changed

+149
-156
lines changed

npm/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@cypress/mount-utils": "0.0.0-development",
1919
"@vitejs/plugin-vue": "5.0.4",
20-
"@vue/compiler-sfc": "3.2.47",
20+
"@vue/compiler-sfc": "3.5.13",
2121
"@vue/test-utils": "2.4.6",
2222
"axios": "0.21.2",
2323
"cypress": "0.0.0-development",
@@ -26,7 +26,7 @@
2626
"tailwindcss": "1.1.4",
2727
"typescript": "~5.4.5",
2828
"vite": "5.4.18",
29-
"vue": "3.2.47",
29+
"vue": "3.5.13",
3030
"vue-i18n": "9.13.1",
3131
"vue-router": "^4.0.0",
3232
"vue-tsc": "^2.0.19",
@@ -35,7 +35,7 @@
3535
"peerDependencies": {
3636
"@cypress/webpack-dev-server": "*",
3737
"cypress": ">=7.0.0",
38-
"vue": ">=3.0.0"
38+
"vue": ">=3.5.13"
3939
},
4040
"files": [
4141
"dist/**/*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
"browserify-sign": "4.2.2",
281281
"devtools-protocol": "0.0.1413303",
282282
"sharp": "0.29.3",
283-
"vue-template-compiler": "2.6.12"
283+
"vue-template-compiler": "2.7.16"
284284
},
285285
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
286286
}

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"vite-plugin-pages": "0.32.1",
8989
"vite-plugin-vue-layouts": "0.11.0",
9090
"vite-svg-loader": "5.1.0",
91-
"vue": "3.2.47",
91+
"vue": "3.5.13",
9292
"vue-demi": "0.11.2",
9393
"vue-i18n": "9.13.1",
9494
"vue-router": "4",

packages/frontend-shared/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"@urql/vue": "0.6.2",
5858
"@vitejs/plugin-vue": "5.0.4",
5959
"@vitejs/plugin-vue-jsx": "3.1.0",
60-
"@vue/compiler-core": "3.2.47",
61-
"@vue/compiler-dom": "3.2.47",
62-
"@vue/compiler-sfc": "3.2.47",
60+
"@vue/compiler-core": "3.5.13",
61+
"@vue/compiler-dom": "3.5.13",
62+
"@vue/compiler-sfc": "3.5.13",
6363
"@vue/test-utils": "2.4.6",
6464
"@vueuse/core": "7.7.1",
6565
"autoprefixer": "^10.4.20",
@@ -100,7 +100,7 @@
100100
"unplugin-vue-components": "^0.27.0",
101101
"vite": "^5.4.18",
102102
"vite-svg-loader": "5.1.0",
103-
"vue": "3.2.47",
103+
"vue": "3.5.13",
104104
"vue-eslint-parser": "7.11.0",
105105
"vue-i18n": "9.13.1",
106106
"vue-router": "4",

packages/launchpad/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@urql/vue": "0.6.2",
4646
"@vitejs/plugin-vue": "5.0.4",
4747
"@vitejs/plugin-vue-jsx": "3.1.0",
48-
"@vue/compiler-core": "3.2.47",
49-
"@vue/compiler-dom": "3.2.47",
50-
"@vue/compiler-sfc": "3.2.47",
48+
"@vue/compiler-core": "3.5.13",
49+
"@vue/compiler-dom": "3.5.13",
50+
"@vue/compiler-sfc": "3.5.13",
5151
"@vueuse/core": "7.7.1",
5252
"bluebird": "3.5.3",
5353
"classnames": "^2.5.1",
@@ -74,7 +74,7 @@
7474
"vite-plugin-optimize-persist": "0.1.2",
7575
"vite-plugin-package-config": "0.1.1",
7676
"vite-svg-loader": "5.1.0",
77-
"vue": "3.2.47",
77+
"vue": "3.5.13",
7878
"vue-i18n": "9.13.1",
7979
"vue-tsc": "^2.0.19",
8080
"vue3-file-selector": "^1.0.1",

0 commit comments

Comments
 (0)