Skip to content

Commit 3485653

Browse files
fix(deps): update all non-major dependencies (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71f3864 commit 3485653

File tree

2 files changed

+97
-110
lines changed

2 files changed

+97
-110
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magic-string-ast",
33
"version": "0.1.3",
4-
"packageManager": "pnpm@8.6.5",
4+
"packageManager": "pnpm@8.6.7",
55
"description": "Extend Babel AST for magic-string.",
66
"license": "MIT",
77
"homepage": "https://github.com/sxzz/magic-string-ast#readme",
@@ -41,7 +41,7 @@
4141
"prepublishOnly": "pnpm run build"
4242
},
4343
"dependencies": {
44-
"magic-string": "^0.30.0"
44+
"magic-string": "^0.30.1"
4545
},
4646
"devDependencies": {
4747
"@babel/types": "^7.22.5",
@@ -56,7 +56,7 @@
5656
"tsup": "^7.1.0",
5757
"tsx": "^3.12.7",
5858
"typescript": "^5.1.6",
59-
"vitest": "^0.32.2"
59+
"vitest": "^0.33.0"
6060
},
6161
"engines": {
6262
"node": ">=16.14.0"

0 commit comments

Comments
 (0)