Skip to content

Commit

Permalink
qual: adapt boilerplates to latest vike-react and vike-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Jan 28, 2024
1 parent b625ec5 commit c9447ae
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion boilerplates/react/files/pages/+config.h.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import vikeReact from "vike-react";
import vikeReact from "vike-react/config";
import type { Config } from "vike/types";
import Head from "../layouts/HeadDefault";
import Layout from "../layouts/LayoutDefault";
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/vue-telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^18.19.3",
"telefunc": "^0.1.70",
"vike": "^0.4.160",
"vike-vue": "^0.6.0",
"vike-vue": "^0.6.1",
"vite": "^5.0.12",
"vue": "^3.4.15"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/vue-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@batijs/trpc": "workspace:^",
"@types/node": "^18.19.3",
"vike": "^0.4.160",
"vike-vue": "^0.6.0",
"vike-vue": "^0.6.1",
"vite": "^5.0.12",
"vue": "^3.4.15"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/vue/files/pages/+config.h.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import vikeVue from "vike-vue";
import vikeVue from "vike-vue/config";
import type { Config } from "vike/types";
import Head from "../layouts/HeadDefault.vue";
import Layout from "../layouts/LayoutDefault.vue";
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/vue/files/pages/+onCreateApp.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { OnCreateAppSync } from "vike-vue";
import type { OnCreateAppSync } from "vike-vue/types";
import VueGtag from "vue-gtag";

// BATI.has("google-analytics")
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "^5.3.3",
"unplugin-vue-markdown": "^0.25.2",
"vike": "^0.4.160",
"vike-vue": "^0.6.0",
"vike-vue": "^0.6.1",
"vite": "^5.0.12",
"vue": "^3.4.15",
"vue-gtag": "^2.0.1"
Expand Down
18 changes: 9 additions & 9 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 c9447ae

Please sign in to comment.