Skip to content

Commit 54f5828

Browse files
chore(deps): update npm packages
1 parent 72660f7 commit 54f5828

File tree

6 files changed

+1062
-844
lines changed

6 files changed

+1062
-844
lines changed

apps/oxlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@types/esquery": "^1.5.4",
2424
"@types/estree": "^1.0.8",
25-
"@typescript-eslint/scope-manager": "8.46.2",
25+
"@typescript-eslint/scope-manager": "8.47.0",
2626
"@typescript-eslint/typescript-estree": "^8.47.0",
2727
"cross-env": "catalog:",
2828
"eslint": "^9.36.0",

napi/parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"@codspeed/vitest-plugin": "^5.0.0",
7979
"@napi-rs/wasm-runtime": "catalog:",
8080
"@typescript-eslint/visitor-keys": "^8.44.0",
81-
"@vitest/browser": "4.0.6",
82-
"@vitest/browser-playwright": "4.0.6",
83-
"esbuild": "^0.25.0",
81+
"@vitest/browser": "4.0.12",
82+
"@vitest/browser-playwright": "4.0.12",
83+
"esbuild": "^0.27.0",
8484
"playwright": "^1.51.0",
8585
"tinypool": "^2.0.0",
8686
"typescript": "catalog:",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oxc",
33
"private": true,
4-
"packageManager": "pnpm@10.20.0",
4+
"packageManager": "pnpm@10.23.0",
55
"scripts": {
66
"build": "pnpm --workspace-concurrency=1 --filter \"./napi/*\" --filter \"./apps/*\" build",
77
"build-dev": "pnpm --workspace-concurrency=1 --filter \"./napi/*\" --filter \"./apps/*\" build-dev",
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@arethetypeswrong/core": "0.18.2",
1515
"@napi-rs/cli": "catalog:",
16-
"emnapi": "1.6.0",
16+
"emnapi": "1.7.1",
1717
"oxfmt": "^0.14.0",
1818
"oxlint": "^1.29.0",
1919
"oxlint-tsgolint": "0.8.1",

0 commit comments

Comments
 (0)