Skip to content

Commit f4477b4

Browse files
committed
更新提示插件升级版本
1 parent e95faa5 commit f4477b4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/eslint-parser": "^7.18.2",
4040
"@iconify-json/ep": "^1.1.6",
4141
"@iconify/json": "^2.1.106",
42-
"@plugin-web-update-notification/vite": "^0.5.2",
42+
"@plugin-web-update-notification/vite": "^0.6.1",
4343
"@types/file-saver": "^2.0.5",
4444
"@types/lodash-es": "^4.17.6",
4545
"@types/node": "^18.0.0",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default defineConfig({
7676
}),
7777
vueSetupExtend(),
7878
eslintPlugin(),
79-
webUpdateNotice({ logVersion: true, injectFileBase: '/' }),
79+
webUpdateNotice({ logVersion: true }),
8080
],
8181
server: {
8282
host: '0.0.0.0',

0 commit comments

Comments
 (0)