Skip to content

Commit

Permalink
update vike
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 12, 2024
1 parent c8c2072 commit b9deb70
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node-fetch": "^3.3.2",
"typescript": "^5.5.4",
"unplugin-vue-markdown": "^0.26.2",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-vue": "^0.8.4",
"vite": "^5.4.0",
"vite-plugin-cjs-interop": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-vue": "^0.8.4",
"vite": "^5.4.0",
"vue": "^3.4.36"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"pinia": "^2.1.7",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-vue-pinia": "^0.1.1",
"vike-vue": "^0.8.4",
"vite": "^5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/node-fetch": "^2.6.11",
"@tanstack/vue-query": "^5.0.0",
"node-fetch": "^3.3.2",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-vue-query": "^0.1.2",
"vike-vue": "^0.8.4",
"vite": "^5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-vue-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "^22.1.0",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-vue": "^0.8.4",
"vue": "^3.4.36",
"vue-tsc": "^2.0.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@tanstack/vue-query": "^5.29.0",
"@types/node": "^22.1.0",
"typescript": "^5.4.5",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vike-vue": "^0.8.4",
"vue": "^3.4.36",
"vue-tsc": "^2.0.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/node": "^22.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.5.4",
"vike": "^0.4.191",
"vike": "^0.4.195",
"vite": "^5.4.0",
"vite-plugin-dts": "^3.8.3",
"vue": "^3.4.36",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9deb70

Please sign in to comment.