Skip to content

Commit 0841298

Browse files
committed
chore: update deps
1 parent 5de62e9 commit 0841298

File tree

3 files changed

+1397
-2074
lines changed

3 files changed

+1397
-2074
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magic-string-stack",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "pnpm@9.15.4",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "magic-string with the capability of committing changes",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -42,25 +42,25 @@
4242
"prepare": "simple-git-hooks"
4343
},
4444
"dependencies": {
45-
"@jridgewell/remapping": "^2.3.0",
45+
"@jridgewell/remapping": "^2.3.5",
4646
"magic-string": "^0.30.17"
4747
},
4848
"devDependencies": {
49-
"@antfu/eslint-config": "^4.1.0",
50-
"@antfu/ni": "^23.3.0",
51-
"@antfu/utils": "^8.1.0",
52-
"@types/node": "^22.12.0",
53-
"bumpp": "^10.0.1",
54-
"eslint": "^9.19.0",
49+
"@antfu/eslint-config": "^5.2.1",
50+
"@antfu/ni": "^25.0.0",
51+
"@antfu/utils": "^9.2.0",
52+
"@types/node": "^24.2.1",
53+
"bumpp": "^10.2.3",
54+
"eslint": "^9.33.0",
5555
"esno": "^4.8.0",
56-
"lint-staged": "^15.4.3",
57-
"pnpm": "^9.15.4",
56+
"lint-staged": "^16.1.5",
57+
"pnpm": "^10.14.0",
5858
"rimraf": "^6.0.1",
59-
"simple-git-hooks": "^2.11.1",
60-
"typescript": "^5.7.3",
61-
"unbuild": "^3.3.1",
62-
"vite": "^6.0.11",
63-
"vitest": "^3.0.4"
59+
"simple-git-hooks": "^2.13.1",
60+
"typescript": "^5.9.2",
61+
"unbuild": "^3.6.0",
62+
"vite": "^7.1.2",
63+
"vitest": "^3.2.4"
6464
},
6565
"simple-git-hooks": {
6666
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)