Skip to content

Commit 6e7e9ef

Browse files
authored
Upgrade vue dependencies (#165)
* Upgrade vue and @vue/compat to 3.4.27. * Upgrade "@vue/compiler-dom" and "@vue/compiler-sfc" to "^3.4.27".
1 parent 83f2db4 commit 6e7e9ef

File tree

2 files changed

+194
-299
lines changed

2 files changed

+194
-299
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@headlessui/vue": "^1.7.16",
4646
"@types/assert": "^1.5.6",
4747
"@types/ramda": "^0.28.20",
48-
"@vue/compat": "^3.2.45",
48+
"@vue/compat": "^3.4.27",
4949
"antlr4": "~4.11.0",
5050
"color-string": "^1.5.5",
5151
"dom-to-image-more": "^2.13.0",
@@ -58,7 +58,7 @@
5858
"postcss": "^8.4.31",
5959
"ramda": "^0.28.0",
6060
"tailwindcss": "^3.2.4",
61-
"vue": "^3.2.45",
61+
"vue": "^3.4.27",
6262
"vuex": "^4.1.0"
6363
},
6464
"devDependencies": {
@@ -71,8 +71,8 @@
7171
"@typescript-eslint/eslint-plugin": "^6.7.4",
7272
"@typescript-eslint/parser": "^6.7.4",
7373
"@vitejs/plugin-vue": "^4.0.0",
74-
"@vue/compiler-dom": "^3.3.8",
75-
"@vue/compiler-sfc": "^3.2.45",
74+
"@vue/compiler-dom": "^3.4.27",
75+
"@vue/compiler-sfc": "^3.4.27",
7676
"@vue/test-utils": "^2.2.7",
7777
"autoprefixer": "^10.4.13",
7878
"concurrently": "^7.6.0",

0 commit comments

Comments
 (0)