Skip to content

Commit 7b3f0bd

Browse files
committed
chore(deps): update all non-major dependencies
1 parent d2ae948 commit 7b3f0bd

File tree

2 files changed

+139
-132
lines changed

2 files changed

+139
-132
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"test:full": "pnpm run test --run && pnpm run build && pnpm run test:build --run"
4141
},
4242
"dependencies": {
43-
"@babel/parser": "^7.24.4",
44-
"@babel/types": "^7.24.0",
43+
"@babel/parser": "^7.24.5",
44+
"@babel/types": "^7.24.5",
4545
"source-map-js": "^1.2.0"
4646
},
4747
"devDependencies": {
4848
"@types/node": "^20.12.7",
49-
"@vitest/coverage-v8": "^1.5.0",
50-
"@vitest/ui": "^1.5.0",
49+
"@vitest/coverage-v8": "^1.5.3",
50+
"@vitest/ui": "^1.5.3",
5151
"ast-types": "^0.16.1",
5252
"changelogen": "^0.5.5",
5353
"eslint": "^8.57.0",
@@ -62,7 +62,7 @@
6262
"source-map": "npm:source-map-js@latest",
6363
"typescript": "^5.4.5",
6464
"unbuild": "^2.0.0",
65-
"vitest": "^1.5.0"
65+
"vitest": "^1.5.3"
6666
},
6767
"resolutions": {
6868
"source-map": "npm:source-map-js@latest"
@@ -76,7 +76,7 @@
7676
"prettier -w"
7777
]
7878
},
79-
"packageManager": "[email protected].7",
79+
"packageManager": "[email protected].8",
8080
"pnpm": {
8181
"overrides": {
8282
"array-includes": "npm:@nolyfill/array-includes@latest",

0 commit comments

Comments
 (0)