Skip to content

Commit

Permalink
[Chore] Upgrade to vue 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
art-alexeyenko committed Nov 12, 2024
1 parent a6348ad commit 5663421
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 107 deletions.
10 changes: 4 additions & 6 deletions packages/create-sitecore-jss/src/templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,16 @@
"@apollo/client": "^3.7.4",
"@panter/vue-i18next": "~0.15.2",
"@sitecore-jss/sitecore-jss-vue": "~22.3.0-canary",
"@vue/apollo-composable": "4.0.0-beta.2",
"@vue/apollo-option": "^4.0.0-alpha.20",
"@vue/apollo-ssr": "^4.0.0-alpha.18",
"@vue/server-renderer": "^3.2.45",
"@vue/apollo-composable": "4.2.1",
"@vue/apollo-option": "^4.0.0",
"@vue/apollo-ssr": "^4.0.0",
"axios": "^1.2.3",
"bootstrap": "^5.2.3",
"cross-fetch": "~3.1.5",
"graphql": "^16.6.0",
"register-service-worker": "~1.7.2",
"serialize-javascript": "^6.0.1",
"vue": "^3.2.45",
"vue": "^3.5.12",
"vue-i18n": "9.1.10",
"vue-meta": "3.0.0-alpha.10",
"vue-router": "4.0.16"
Expand All @@ -69,7 +68,6 @@
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.45",
"@vue/eslint-config-prettier": "~7.0.0",
"chalk": "~4.1.2",
"chokidar": "~3.5.3",
Expand Down
11 changes: 5 additions & 6 deletions packages/sitecore-jss-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/node": "^20.14.2",
"@vue/compiler-dom": "^3.2.45",
"@vue/compiler-dom": "^3.5.12",
"@vue/test-utils": "2.2.7",
"@vue/vue3-jest": "^29.2.2",
"babel-jest": "^29.5.0",
Expand All @@ -40,16 +40,15 @@
"jest-environment-jsdom": "^29.3.1",
"jest-serializer-html": "^7.1.0",
"ts-jest": "29.0.5",
"typescript": "~4.9.4",
"vue": "^3.2.45",
"typescript": "~5.6.0",
"vue": "^3.5.12",
"vue-class-component": "^7.2.6"
},
"peerDependencies": {
"vue": "^3.2.45"
"vue": "^3.5.12"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.3.0-canary.5",
"@vue/compiler-sfc": "^3.0.11"
"@sitecore-jss/sitecore-jss": "22.3.0-canary.5"
},
"types": "./types/index.d.ts",
"gitHead": "2f4820efddf4454eeee58ed1b2cc251969efdf5b",
Expand Down
Loading

0 comments on commit 5663421

Please sign in to comment.