Skip to content

Commit b37096a

Browse files
committed
chore: update deps
1 parent c76c5ac commit b37096a

File tree

2 files changed

+171
-944
lines changed

2 files changed

+171
-944
lines changed

package.json

Lines changed: 12 additions & 19 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.1",
43+
"@babel/parser": "^7.24.4",
4444
"@babel/types": "^7.24.0",
4545
"source-map-js": "^1.2.0"
4646
},
4747
"devDependencies": {
48-
"@types/node": "^20.12.2",
49-
"@vitest/coverage-v8": "^1.4.0",
50-
"@vitest/ui": "^1.4.0",
48+
"@types/node": "^20.12.7",
49+
"@vitest/coverage-v8": "^1.5.0",
50+
"@vitest/ui": "^1.5.0",
5151
"ast-types": "^0.16.1",
5252
"changelogen": "^0.5.5",
5353
"eslint": "^8.57.0",
@@ -60,9 +60,9 @@
6060
"recast": "^0.23.6",
6161
"simple-git-hooks": "^2.11.1",
6262
"source-map": "npm:source-map-js@latest",
63-
"typescript": "^5.4.3",
63+
"typescript": "^5.4.5",
6464
"unbuild": "^2.0.0",
65-
"vitest": "^1.4.0"
65+
"vitest": "^1.5.0"
6666
},
6767
"resolutions": {
6868
"source-map": "npm:source-map-js@latest"
@@ -80,20 +80,13 @@
8080
"pnpm": {
8181
"overrides": {
8282
"array-includes": "npm:@nolyfill/array-includes@latest",
83+
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
8384
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
8485
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
85-
"available-typed-arrays": "npm:@nolyfill/available-typed-arrays@latest",
86-
"define-properties": "npm:@nolyfill/define-properties@latest",
87-
"function-bind": "npm:@nolyfill/function-bind@latest",
88-
"gopd": "npm:@nolyfill/gopd@latest",
89-
"has": "npm:@nolyfill/has@latest",
90-
"has-symbols": "npm:@nolyfill/has-symbols@latest",
91-
"has-tostringtag": "npm:@nolyfill/has-tostringtag@latest",
92-
"is-arguments": "npm:@nolyfill/is-arguments@latest",
93-
"is-generator-function": "npm:@nolyfill/is-generator-function@latest",
94-
"object-is": "npm:@nolyfill/object-is@latest",
95-
"object.values": "npm:@nolyfill/object.values@latest",
96-
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
86+
"hasown": "npm:@nolyfill/hasown@latest",
87+
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
88+
"object.groupby": "npm:@nolyfill/object.groupby@latest",
89+
"object.values": "npm:@nolyfill/object.values@latest"
9790
}
9891
}
99-
}
92+
}

0 commit comments

Comments
 (0)