Skip to content

Commit 4e2789a

Browse files
committed
feat: bump vite3
1 parent ec71b2b commit 4e2789a

8 files changed

+1379
-1351
lines changed

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"iconify",
1212
"nana",
1313
"pnpm",
14+
"prismjs",
1415
"unocss",
1516
"unplugin",
1617
"vite",

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -16,48 +16,48 @@
1616
},
1717
"dependencies": {
1818
"@gtm-support/vue-gtm": "^1.6.0",
19-
"@vueuse/core": "^8.7.5",
20-
"@vueuse/head": "^0.7.6",
19+
"@vueuse/core": "^9.0.2",
20+
"@vueuse/head": "^0.7.8",
2121
"nprogress": "^0.2.0",
22-
"prism-theme-vars": "^0.2.3",
22+
"prism-theme-vars": "^0.2.4",
2323
"vue": "^3.2.37",
24-
"vue-router": "^4.0.16"
24+
"vue-router": "^4.1.3"
2525
},
2626
"devDependencies": {
27-
"@iconify/json": "^2.1.66",
27+
"@iconify/json": "^2.1.85",
2828
"@ntnyq/eslint-config": "^1.0.3",
29-
"@octokit/rest": "^18.12.0",
29+
"@octokit/rest": "^19.0.3",
3030
"@types/fs-extra": "^9.0.13",
3131
"@types/markdown-it": "^12.2.3",
32-
"@types/node": "^18.0.0",
32+
"@types/node": "^18.6.3",
3333
"@types/nprogress": "^0.2.0",
34-
"@unocss/reset": "^0.40.0",
35-
"@vitejs/plugin-vue": "^2.3.3",
34+
"@unocss/reset": "^0.45.1",
35+
"@vitejs/plugin-vue": "^3.0.1",
3636
"@vue/server-renderer": "^3.2.37",
37-
"dayjs": "^1.11.3",
38-
"eslint": "^8.18.0",
37+
"dayjs": "^1.11.4",
38+
"eslint": "^8.20.0",
3939
"fs-extra": "^10.1.0",
4040
"gray-matter": "^4.0.3",
41-
"happy-dom": "^5.3.1",
41+
"happy-dom": "^6.0.4",
4242
"husky": "^8.0.1",
4343
"lint-staged": "^13.0.3",
4444
"markdown-it": "^13.0.1",
4545
"markdown-it-prism": "^2.2.4",
4646
"npm-run-all": "^4.1.5",
47-
"pnpm": "^7.3.0",
47+
"pnpm": "^7.8.0",
4848
"prismjs": "^1.28.0",
4949
"typescript": "^4.7.4",
50-
"unocss": "^0.40.0",
51-
"unplugin-auto-import": "^0.9.1",
52-
"unplugin-icons": "^0.14.5",
53-
"unplugin-vue-components": "^0.19.9",
54-
"vite": "^2.9.12",
55-
"vite-plugin-md": "^0.18.1",
56-
"vite-plugin-pages": "^0.24.2",
57-
"vite-plugin-pwa": "^0.12.0",
58-
"vite-ssg": "^0.20.1",
59-
"vite-ssg-sitemap": "^0.2.7",
60-
"workbox-window": "^6.5.3"
50+
"unocss": "^0.45.1",
51+
"unplugin-auto-import": "^0.10.3",
52+
"unplugin-icons": "^0.14.8",
53+
"unplugin-vue-components": "^0.21.2",
54+
"vite": "^3.0.4",
55+
"vite-plugin-pages": "^0.25.0",
56+
"vite-plugin-pwa": "^0.12.3",
57+
"vite-plugin-vue-markdown": "^0.21.1",
58+
"vite-ssg": "^0.20.2",
59+
"vite-ssg-sitemap": "^0.3.1",
60+
"workbox-window": "^6.5.4"
6161
},
6262
"lint-staged": {
6363
"*.{yml,js,ts,json,md}": "eslint --fix"

pages/posts/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Posts

0 commit comments

Comments
 (0)