Skip to content

Commit 4ec26a1

Browse files
fix(deps): update all non-major dependencies
1 parent ad1b76c commit 4ec26a1

File tree

2 files changed

+400
-395
lines changed

2 files changed

+400
-395
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magic-string-ast",
33
"version": "1.0.2",
4-
"packageManager": "pnpm@10.14.0",
4+
"packageManager": "pnpm@10.15.0",
55
"description": "magic-string with AST shortcut.",
66
"type": "module",
77
"license": "MIT",
@@ -39,19 +39,19 @@
3939
"prepublishOnly": "pnpm run build"
4040
},
4141
"dependencies": {
42-
"magic-string": "^0.30.17"
42+
"magic-string": "^0.30.18"
4343
},
4444
"devDependencies": {
45-
"@sxzz/eslint-config": "^7.1.2",
46-
"@sxzz/prettier-config": "^2.2.3",
47-
"@types/node": "^24.2.1",
48-
"bumpp": "^10.2.2",
49-
"eslint": "^9.33.0",
45+
"@sxzz/eslint-config": "^7.1.4",
46+
"@sxzz/prettier-config": "^2.2.4",
47+
"@types/node": "^24.3.0",
48+
"bumpp": "^10.2.3",
49+
"eslint": "^9.34.0",
5050
"fast-glob": "^3.3.3",
51-
"magic-string-stack": "^1.0.0",
51+
"magic-string-stack": "^1.1.0",
5252
"prettier": "^3.6.2",
53-
"tsdown": "^0.14.0",
54-
"tsx": "^4.20.3",
53+
"tsdown": "^0.14.2",
54+
"tsx": "^4.20.5",
5555
"typescript": "^5.9.2",
5656
"vitest": "^3.2.4"
5757
},

0 commit comments

Comments
 (0)