Skip to content

Commit 946bcfb

Browse files
committed
feat: support vite v4
1 parent 252cd30 commit 946bcfb

File tree

3 files changed

+669
-628
lines changed

3 files changed

+669
-628
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI
22

33
on:
44
pull_request:
5-
types: [closed]
65
branches:
76
- main
87
push:

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ntnyq.com",
33
"version": "0.0.2",
44
"private": true,
5-
"packageManager": "pnpm@7.17.1",
5+
"packageManager": "pnpm@7.19.0",
66
"license": "MIT",
77
"author": {
88
"name": "ntnyq",
@@ -18,43 +18,43 @@
1818
},
1919
"dependencies": {
2020
"@gtm-support/vue-gtm": "^2.0.0",
21-
"@vueuse/core": "^9.6.0",
22-
"@vueuse/head": "^1.0.18",
21+
"@vueuse/core": "^9.8.2",
22+
"@vueuse/head": "^1.0.22",
2323
"nprogress": "^0.2.0",
2424
"vue": "^3.2.45",
2525
"vue-router": "^4.1.6"
2626
},
2727
"devDependencies": {
28-
"@iconify/json": "^2.1.145",
29-
"@ntnyq/eslint-config": "^1.1.0",
28+
"@iconify/json": "^2.1.155",
29+
"@ntnyq/eslint-config": "^1.2.1",
3030
"@octokit/rest": "^19.0.5",
3131
"@types/fs-extra": "^9.0.13",
3232
"@types/markdown-it": "^12.2.3",
33-
"@types/node": "18.11.9",
33+
"@types/node": "18.11.17",
3434
"@types/nprogress": "^0.2.0",
35-
"@unocss/reset": "^0.47.3",
36-
"@vitejs/plugin-vue": "^3.2.0",
35+
"@unocss/reset": "^0.48.0",
36+
"@vitejs/plugin-vue": "^4.0.0",
3737
"@vue/server-renderer": "^3.2.45",
38-
"dayjs": "^1.11.6",
39-
"eslint": "^8.28.0",
38+
"dayjs": "^1.11.7",
39+
"eslint": "^8.30.0",
4040
"fs-extra": "^11.1.0",
4141
"gray-matter": "^4.0.3",
4242
"husky": "^8.0.2",
4343
"markdown-it": "^13.0.1",
4444
"markdown-it-shiki": "^0.7.2",
4545
"nano-staged": "^0.8.0",
4646
"npm-run-all": "^4.1.5",
47-
"pnpm": "^7.17.1",
48-
"typescript": "^4.9.3",
49-
"unocss": "^0.47.3",
50-
"unplugin-auto-import": "^0.12.0",
51-
"unplugin-icons": "^0.14.14",
52-
"unplugin-vue-components": "^0.22.11",
53-
"vite": "^3.2.4",
54-
"vite-plugin-pages": "^0.27.1",
55-
"vite-plugin-pwa": "^0.13.3",
47+
"pnpm": "^7.19.0",
48+
"typescript": "^4.9.4",
49+
"unocss": "^0.48.0",
50+
"unplugin-auto-import": "^0.12.1",
51+
"unplugin-icons": "^0.14.15",
52+
"unplugin-vue-components": "^0.22.12",
53+
"vite": "^4.0.3",
54+
"vite-plugin-pages": "^0.28.0",
55+
"vite-plugin-pwa": "^0.14.0",
5656
"vite-plugin-vue-markdown": "^0.22.1",
57-
"vite-ssg": "^0.22.0",
57+
"vite-ssg": "^0.22.1",
5858
"vite-ssg-sitemap": "^0.4.3",
5959
"workbox-window": "^6.5.4"
6060
},

0 commit comments

Comments
 (0)