Skip to content

Commit

Permalink
chore: update vue frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 2706081 commit 7f1791f
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 75 deletions.
2 changes: 1 addition & 1 deletion fixtures/enclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@passerelle/enclosure-vue": "^0.1.0",
"@vue/tsconfig": "^0.4.0",
"vue-demi": "^0.13.11",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.19"
}
}
2 changes: 1 addition & 1 deletion fixtures/insider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@passerelle/insider-vue": "*",
"@vue/tsconfig": "^0.4.0",
"vue-demi": "^0.13.11",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.19"
},
"resolutions": {
"@passerelle/insider-vue": "portal:../../packages/insider-vue"
Expand Down
4 changes: 2 additions & 2 deletions packages/enclosure-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.0",
"vitest": "^0.32.4",
"vue": "^3.3.4",
"vue": "^3.3.6",
"vue-router": "^4.2.5",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.19"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/insider-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.0",
"vitest": "^0.32.4",
"vue": "^3.3.4",
"vue": "^3.3.6",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.4"
"vue-tsc": "^1.8.19"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0",
Expand Down
Loading

0 comments on commit 7f1791f

Please sign in to comment.