Skip to content

Commit c8fe6fd

Browse files
committed
docs: update dependencies
1 parent cf493bd commit c8fe6fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"vuepress": "^2.0.0-beta.49"
2121
},
2222
"dependencies": {
23-
"@vue-js-cron/core": "^2.0.0",
24-
"@vue-js-cron/light": "^1.0.1",
25-
"@vue-js-cron/vuetify": "^2.0.0",
23+
"@vue-js-cron/core": "^3.0.0",
24+
"@vue-js-cron/light": "^2.0.0",
25+
"@vue-js-cron/vuetify": "^3.0.0",
2626
"vuetify": "^3.0.0-beta.7"
2727
}
2828
}

docs/src/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ module.exports = {
9191
bundler: viteBundler({
9292
viteOptions: {
9393
// https://github.com/vuepress/vuepress-next/issues/585#issuecomment-1046188074
94+
// https://v2.vuepress.vuejs.org/reference/bundler/vite.html#ssr-externals-issue
9495
ssr: {
9596
noExternal: ['vuetify']
9697
}

0 commit comments

Comments
 (0)