Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 20, 2024
1 parent 971f5b4 commit ee63d30
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 479 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
**/.vuepress/.temp/**
# Vuepress Output
dist/

.npmrc
28 changes: 0 additions & 28 deletions config/plugins/manage.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,6 @@
{
"header": "PWA",
"items": [
{
"name": "pwa2",
"icon": "mobile-screen",
"tag": "latest",
"recommend": true,
"desc": {
"/": "An enhanced PWA plugin supporting manifest generation and install prompt",
"/zh/": "增强的 PWA 插件,支持 manifest 生成和安装提示"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/pwa2/",
"url": {
"/": "plugin-pwa2.vuejs.press",
"/zh/": "plugin-pwa2.vuejs.press/zh/"
}
},
{
"name": "@vuepress/pwa",
"icon": "mobile-screen",
Expand All @@ -152,19 +137,6 @@
"/": "https://ecosystem.vuejs.press/plugins/pwa.html",
"/zh/": "https://ecosystem.vuejs.press/zh/plugins/pwa.html"
}
},
{
"name": "@vuepress/pwa-popup",
"icon": "mobile-screen",
"desc": {
"/": "Provide a popup component for users to activate the new PWA service worker manually.",
"/zh/": "提供一个弹窗组件,允许用户手动刷新 PWA Service Worker 。"
},
"source": "vuepress/ecosystem/tree/main/plugins/plugin-pwa-popup/",
"url": {
"/": "https://ecosystem.vuejs.press/plugins/pwa-popup.html",
"/zh/": "https://ecosystem.vuejs.press/zh/plugins/pwa-popup.html"
}
}
]
},
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
},
"license": "CC0",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.5",
"@vuepress/helper": "2.0.0-rc.10",
"vue": "3.4.15",
"vuepress": "2.0.0-rc.5",
"vuepress-shared": "2.0.0-rc.21",
"vuepress-theme-hope": "2.0.0-rc.21"
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/helper": "2.0.0-rc.15",
"vue": "3.4.19",
"vuepress": "2.0.0-rc.8",
"vuepress-shared": "2.0.0-rc.25",
"vuepress-theme-hope": "2.0.0-rc.25"
},
"devDependencies": {
"husky": "9.0.10",
"husky": "9.0.11",
"markdownlint-cli2": "0.12.1",
"nano-staged": "0.8.0",
"prettier": "3.2.5"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"nano-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.md": "markdownlint-cli2"
Expand Down
Loading

0 comments on commit ee63d30

Please sign in to comment.