Skip to content

Commit

Permalink
feat: support vite v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Dec 23, 2022
1 parent 252cd30 commit 946bcfb
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 628 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
pull_request:
types: [closed]
branches:
- main
push:
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ntnyq.com",
"version": "0.0.2",
"private": true,
"packageManager": "pnpm@7.17.1",
"packageManager": "pnpm@7.19.0",
"license": "MIT",
"author": {
"name": "ntnyq",
Expand All @@ -18,43 +18,43 @@
},
"dependencies": {
"@gtm-support/vue-gtm": "^2.0.0",
"@vueuse/core": "^9.6.0",
"@vueuse/head": "^1.0.18",
"@vueuse/core": "^9.8.2",
"@vueuse/head": "^1.0.22",
"nprogress": "^0.2.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@iconify/json": "^2.1.145",
"@ntnyq/eslint-config": "^1.1.0",
"@iconify/json": "^2.1.155",
"@ntnyq/eslint-config": "^1.2.1",
"@octokit/rest": "^19.0.5",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/node": "18.11.9",
"@types/node": "18.11.17",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.47.3",
"@vitejs/plugin-vue": "^3.2.0",
"@unocss/reset": "^0.48.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/server-renderer": "^3.2.45",
"dayjs": "^1.11.6",
"eslint": "^8.28.0",
"dayjs": "^1.11.7",
"eslint": "^8.30.0",
"fs-extra": "^11.1.0",
"gray-matter": "^4.0.3",
"husky": "^8.0.2",
"markdown-it": "^13.0.1",
"markdown-it-shiki": "^0.7.2",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^7.17.1",
"typescript": "^4.9.3",
"unocss": "^0.47.3",
"unplugin-auto-import": "^0.12.0",
"unplugin-icons": "^0.14.14",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.4",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-pwa": "^0.13.3",
"pnpm": "^7.19.0",
"typescript": "^4.9.4",
"unocss": "^0.48.0",
"unplugin-auto-import": "^0.12.1",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.3",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-vue-markdown": "^0.22.1",
"vite-ssg": "^0.22.0",
"vite-ssg": "^0.22.1",
"vite-ssg-sitemap": "^0.4.3",
"workbox-window": "^6.5.4"
},
Expand Down

0 comments on commit 946bcfb

Please sign in to comment.