Skip to content

Commit 122409f

Browse files
committed
chore: update deps and test snaps
1 parent fb9bace commit 122409f

17 files changed

+634
-484
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,32 +37,32 @@
3737
"release": "pnpm run test run && changelogen --release && npm publish && git push --follow-tags",
3838
"test": "vitest",
3939
"test:build": "TEST_BUILD=true vitest",
40-
"test:full": "pnpm run test && pnpm run build && pnpm run test:build"
40+
"test:full": "pnpm run test --run && pnpm run build && pnpm run test:build--run"
4141
},
4242
"dependencies": {
43-
"@babel/parser": "^7.23.3",
44-
"@babel/types": "^7.23.3",
43+
"@babel/parser": "^7.23.6",
44+
"@babel/types": "^7.23.6",
4545
"source-map-js": "^1.0.2"
4646
},
4747
"devDependencies": {
48-
"@types/node": "^20.9.0",
49-
"@vitest/coverage-v8": "^0.34.6",
50-
"@vitest/ui": "^0.34.6",
48+
"@types/node": "^20.11.0",
49+
"@vitest/coverage-v8": "^1.2.0",
50+
"@vitest/ui": "^1.2.0",
5151
"ast-types": "^0.16.1",
5252
"changelogen": "^0.5.5",
53-
"eslint": "^8.53.0",
53+
"eslint": "^8.56.0",
5454
"eslint-config-unjs": "^0.2.1",
5555
"esno": "^4.0.0",
56-
"giget": "^1.1.3",
57-
"lint-staged": "^15.0.2",
56+
"giget": "^1.2.1",
57+
"lint-staged": "^15.2.0",
5858
"magicast": "workspace:*",
59-
"prettier": "^3.0.3",
59+
"prettier": "^3.2.2",
6060
"recast": "^0.23.4",
6161
"simple-git-hooks": "^2.9.0",
6262
"source-map": "npm:source-map-js@latest",
63-
"typescript": "^5.2.2",
63+
"typescript": "^5.3.3",
6464
"unbuild": "^2.0.0",
65-
"vitest": "^0.34.6"
65+
"vitest": "^1.2.0"
6666
},
6767
"resolutions": {
6868
"source-map": "npm:source-map-js@latest"
@@ -76,7 +76,7 @@
7676
"prettier -w"
7777
]
7878
},
79-
"packageManager": "pnpm@8.10.2",
79+
"packageManager": "pnpm@8.14.1",
8080
"pnpm": {
8181
"overrides": {
8282
"array-includes": "npm:@nolyfill/array-includes@latest",
@@ -96,4 +96,4 @@
9696
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
9797
}
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)