Skip to content

Commit

Permalink
feat: require vue 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Oct 23, 2024
1 parent e3b9895 commit 8c5a2b9
Show file tree
Hide file tree
Showing 5 changed files with 704 additions and 690 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@unhead/vue": "^1.9.4",
"@vue/compiler-sfc": "^3.4.27",
"@vue/language-server": "^2.0.29",
"@vue/runtime-core": "^3.4.27",
"@vue/runtime-dom": "^3.4.27",
"@vue/compiler-sfc": "^3.5.12",
"@vue/language-server": "^2.1.6",
"@vue/runtime-core": "^3.5.12",
"@vue/runtime-dom": "^3.5.12",
"@vueuse/head": "^1.3.1",
"babel-eslint": "^10.1.0",
"conventional-changelog-cli": "^3.0.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"upath": "^2.0.1",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-warmup": "^0.1.0",
"vue": "^3.4.27",
"vue": "^3.5.12",
"vue-analytics": "^5.16.1",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prettier": "^3.2.5",
"ts-morph": "^22.0.0",
"tsx": "^4.7.2",
"vue": "^3.4.27",
"vue": "^3.5.12",
"vuetify": "workspace:*"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@cosmicjs/sdk": "^1.0.11",
"@vue/compiler-dom": "^3.4.27",
"@vue/compiler-dom": "^3.5.12",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuetify/one": "^1.9.5",
Expand All @@ -34,7 +34,7 @@
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"vee-validate": "^4.12.6",
"vue": "^3.4.27",
"vue": "^3.5.12",
"vue-gtag-next": "^1.14.0",
"vue-i18n": "^9.11.0",
"vue-instantsearch": "^4.16.1",
Expand All @@ -56,7 +56,7 @@
"@types/prismjs": "^1.26.3",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.5.12",
"@vuetify/api-generator": "workspace:*",
"@yankeeinlondon/builder-api": "^1.4.1",
"ajv": "^8.12.0",
Expand Down
7 changes: 4 additions & 3 deletions packages/vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@
"@vitest/browser": "^2.1.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/shared": "^3.4.27",
"@vue/babel-plugin-jsx": "^1.2.5",
"@vue/reactivity": "^3.5.12",
"@vue/shared": "^3.5.12",
"@vue/test-utils": "2.4.6",
"acorn-walk": "^8.3.2",
"autoprefixer": "^10.4.19",
Expand Down Expand Up @@ -185,7 +186,7 @@
"peerDependencies": {
"typescript": ">=4.7",
"vite-plugin-vuetify": ">=1.0.0",
"vue": "^3.3.0",
"vue": "^3.5.0",
"webpack-plugin-vuetify": ">=2.0.0"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 8c5a2b9

Please sign in to comment.