Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Dec 14, 2023
1 parent 0ac6a64 commit b6f6a9f
Show file tree
Hide file tree
Showing 3 changed files with 2,600 additions and 1,148 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
echo the preview URL is $DEPLOY_DOMAIN
echo "::set-output name=url::$DEPLOY_DOMAIN"
- name: Get output diff
run: node .github/diff.cjs

- name: update status comment
uses: actions-cool/[email protected]
with:
Expand Down
50 changes: 26 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"lint:prettier": "prettier --check .",
"lint:zh": "zhlint 'docs/**/*.md'",
"serve": "vitepress serve --base /docs/",
"site:preview": "vitepress build --outDir _dist --base /"
"site:preview": "vitepress build --outDir _dist --base /",
"up": "taze major -I"
},
"lint-staged": {
"*.{js,ts,vue,scss,sass,css}": [
Expand All @@ -38,10 +39,10 @@
"prettier": "prettier-config-vuepress",
"dependencies": {
"@actions/core": "^1.10.1",
"@iconify-json/ic": "^1.1.14",
"@iconify-json/logos": "^1.1.37",
"@iconify-json/mdi": "^1.1.55",
"@iconify-json/ph": "^1.1.6",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/logos": "^1.1.41",
"@iconify-json/mdi": "^1.1.62",
"@iconify-json/ph": "^1.1.9",
"@mdit/plugin-container": "^0.4.8",
"@mdit/plugin-figure": "^0.4.8",
"@mdit/plugin-img-lazyload": "^0.4.8",
Expand All @@ -50,41 +51,41 @@
"@mdit/plugin-mark": "^0.4.8",
"@mdit/plugin-sub": "^0.4.8",
"@mdit/plugin-sup": "^0.4.8",
"@types/js-yaml": "^4.0.8",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"@types/js-yaml": "^4.0.9",
"@vueuse/core": "^10.7.0",
"@vueuse/integrations": "^10.7.0",
"crypto": "^1.0.1",
"dayjs": "^1.11.10",
"feed": "^4.2.2",
"js-yaml": "^4.1.0",
"markdown-it-footnote": "^3.0.3",
"medium-zoom": "^1.0.8",
"medium-zoom": "^1.1.0",
"qrcode": "^1.5.3",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"unocss": "^0.54.3",
"vitepress": "1.0.0-rc.25",
"vue": "^3.3.7",
"vitepress": "1.0.0-rc.31",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/types": "^17.8.1",
"@types/eslint": "^8.44.6",
"@types/markdown-it": "^13.0.5",
"@types/node": "^18.18.8",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/eslint": "^8.44.9",
"@types/markdown-it": "^13.0.7",
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@unocss/eslint-config": "^0.54.3",
"@vite-pwa/vitepress": "^0.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"conventional-changelog-cli": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
"eslint-config-vuepress": "^4.5.0",
"eslint-config-vuepress-typescript": "^4.6.0",
"eslint": "^8.55.0",
"eslint-config-vuepress": "^4.8.0",
"eslint-config-vuepress-typescript": "^4.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "9.16.1",
Expand All @@ -93,17 +94,18 @@
"lint-staged": "^13.3.0",
"markdown-it": "^13.0.2",
"markdownlint-cli": "^0.35.0",
"pnpm": "^8.10.2",
"prettier": "^3.0.3",
"pnpm": "^8.12.1",
"prettier": "^3.1.1",
"prettier-config-vuepress": "^4.4.0",
"sort-package-json": "^2.6.0",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-order": "^6.0.3",
"stylelint-order": "^6.0.4",
"taze": "^0.13.0",
"tsconfig-vuepress": "^4.5.0",
"vite-plugin-inspect": "^0.7.41",
"vite-plugin-inspect": "^0.7.42",
"zhlint": "^0.7.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit b6f6a9f

Please sign in to comment.