Skip to content

Commit

Permalink
fix: nprogress bg
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed May 5, 2022
1 parent 3148f43 commit b969582
Show file tree
Hide file tree
Showing 10 changed files with 425 additions and 363 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
paths-ignore:
- .vscode
- .husky
workflow_dispatch:

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"words": [
"amap",
"antfu",
"attributify",
"bilibili",
"destructurable",
"iconify",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,44 @@
"prettier": "@ntnyq/prettier-config",
"dependencies": {
"@gtm-support/vue-gtm": "^1.4.0",
"@vueuse/core": "^8.3.0",
"@vueuse/core": "^8.4.2",
"@vueuse/head": "^0.7.6",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.2",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
"vue-router": "^4.0.15"
},
"devDependencies": {
"@iconify/json": "^2.1.30",
"@iconify/json": "^2.1.36",
"@ntnyq/prettier-config": "^0.3.1",
"@octokit/rest": "^18.12.0",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.25",
"@types/node": "^17.0.31",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.31.8",
"@vitejs/plugin-vue": "^2.3.1",
"@unocss/reset": "^0.32.12",
"@vitejs/plugin-vue": "^2.3.2",
"@vue/server-renderer": "^3.2.33",
"dayjs": "^1.11.1",
"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"husky": "^7.0.4",
"lint-staged": "^12.4.0",
"markdown-it": "^12.3.2",
"lint-staged": "^12.4.1",
"markdown-it": "^13.0.1",
"markdown-it-prism": "^2.2.4",
"pnpm": "^7.0.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
"unocss": "^0.31.8",
"typescript": "^4.6.4",
"unocss": "^0.32.12",
"unplugin-auto-import": "^0.7.1",
"unplugin-icons": "^0.14.1",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.5",
"vite-plugin-md": "^0.12.4",
"vite": "^2.9.8",
"vite-plugin-md": "^0.13.0",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.12.0",
"vite-ssg": "^0.19.2",
"vite-ssg-sitemap": "^0.2.4",
"vite-ssg": "^0.20.0",
"vite-ssg-sitemap": "^0.2.6",
"workbox-window": "^6.5.3"
},
"packageManager": "pnpm@7.0.0"
Expand Down

0 comments on commit b969582

Please sign in to comment.