Skip to content

Commit 951e069

Browse files
committed
feat: add sitemap
1 parent 8b8fa5a commit 951e069

File tree

3 files changed

+1100
-1071
lines changed

3 files changed

+1100
-1071
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@
1212
"update-package": "pnpm dlx vp-update src"
1313
},
1414
"devDependencies": {
15-
"@antfu/eslint-config": "^3.8.0",
16-
"@cloudflare/workers-types": "^4.20241106.0",
15+
"@antfu/eslint-config": "^3.11.2",
16+
"@cloudflare/workers-types": "^4.20241202.0",
1717
"@iconify-json/carbon": "^1.2.4",
1818
"@iconify-json/icon-park-outline": "^1.2.1",
1919
"@iconify-json/octicon": "^1.2.1",
20-
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.8.1",
21-
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.8.1",
20+
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.11.1",
21+
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.11.1",
2222
"@project-trans/suggestion-box": "^0.0.9",
23-
"@project-trans/vitepress-theme-project-trans": "^0.4.1729954049",
23+
"@project-trans/vitepress-theme-project-trans": "^0.6.1733407347",
2424
"@saithodev/semantic-release-backmerge": "^4.0.1",
2525
"@unocss/eslint-plugin": "^0.62.4",
2626
"conventional-changelog-conventionalcommits": "^8.0.0",
27-
"eslint": "^9.14.0",
28-
"eslint-plugin-format": "^0.1.2",
27+
"eslint": "^9.16.0",
28+
"eslint-plugin-format": "^0.1.3",
2929
"semantic-release": "^24.2.0",
3030
"unocss": "^0.62.4",
31-
"unplugin-vue-components": "^0.27.4",
32-
"vite": "^5.4.10",
31+
"unplugin-vue-components": "^0.27.5",
32+
"vite": "^5.4.11",
3333
"vitepress": "^1.5.0",
3434
"vitepress-plugin-image-viewer": "^1.1.5",
35-
"vue": "^3.5.12"
35+
"vue": "^3.5.13"
3636
},
3737
"pnpm": {
3838
"overrides": {
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"i": "^0.3.7",
45-
"npm": "^10.9.0",
46-
"viewerjs": "^1.11.6"
45+
"npm": "^10.9.2",
46+
"viewerjs": "^1.11.7"
4747
}
4848
}

0 commit comments

Comments
 (0)