Skip to content

Commit a3ddd39

Browse files
committed
chore: update
1 parent af52670 commit a3ddd39

File tree

2 files changed

+521
-592
lines changed

2 files changed

+521
-592
lines changed

package.json

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chris.me",
33
"type": "module",
44
"private": true,
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "Chris' blog build with Nuxt3.",
77
"author": "Chris <https://github.com/zyyv>",
88
"homepage": "https://github.com/zyyv/chris.me#readme",
@@ -25,7 +25,8 @@
2525
"preview": "nuxt preview",
2626
"lint": "eslint .",
2727
"postinstall": "nuxt prepare",
28-
"typecheck": "tsc --noEmit"
28+
"typecheck": "tsc --noEmit",
29+
"taze": "taze minor -wIr"
2930
},
3031
"dependencies": {
3132
"@nuxt/content": "3.0.0-alpha.8",
@@ -36,31 +37,32 @@
3637
},
3738
"devDependencies": {
3839
"@antfu/eslint-config": "3.11.2",
39-
"@iconify-json/akar-icons": "^1.2.1",
40-
"@iconify-json/carbon": "^1.2.4",
41-
"@iconify-json/fluent-emoji": "^1.2.1",
42-
"@iconify-json/logos": "^1.2.3",
43-
"@iconify-json/ri": "^1.2.3",
44-
"@iconify-json/vscode-icons": "^1.1.28",
45-
"@iconify/utils": "^2.1.33",
40+
"@iconify-json/akar-icons": "^1.2.2",
41+
"@iconify-json/carbon": "^1.2.5",
42+
"@iconify-json/fluent-emoji": "^1.2.2",
43+
"@iconify-json/logos": "^1.2.4",
44+
"@iconify-json/ri": "^1.2.5",
45+
"@iconify-json/vscode-icons": "^1.2.6",
46+
"@iconify/utils": "^2.2.1",
4647
"@nuxtjs/color-mode": "^3.5.2",
4748
"@types/fs-extra": "^11.0.4",
48-
"@unocss/nuxt": "^0.65.0",
49-
"@unocss/preset-mini": "^0.65.1",
50-
"@vueuse/nuxt": "^11.2.0",
51-
"eslint": "^9.15.0",
49+
"@unocss/nuxt": "^0.65.2",
50+
"@unocss/preset-mini": "^0.65.2",
51+
"@vueuse/nuxt": "^11.3.0",
52+
"eslint": "^9.17.0",
5253
"esno": "^4.8.0",
5354
"fs-extra": "^11.2.0",
54-
"lint-staged": "^15.2.10",
55+
"lint-staged": "^15.2.11",
5556
"node-fetch": "^3.3.2",
5657
"nuxt": "3.14.1592",
5758
"octokit": "^4.0.2",
5859
"postcss-import": "^16.1.0",
5960
"postcss-url": "^10.1.3",
6061
"simple-git-hooks": "^2.11.1",
62+
"taze": "^0.18.0",
6163
"typescript": "5.7.2",
62-
"unocss": "^0.65.1",
63-
"unocss-preset-useful": "^0.9.0"
64+
"unocss": "^0.65.2",
65+
"unocss-preset-useful": "^0.9.1"
6466
},
6567
"simple-git-hooks": {
6668
"pre-commit": "npx lint-staged"

0 commit comments

Comments
 (0)