Skip to content

Commit 270e5ad

Browse files
committed
chore: upgrade deps
1 parent b937287 commit 270e5ad

File tree

3 files changed

+129
-124
lines changed

3 files changed

+129
-124
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
],
2121
"devDependencies": {
2222
"@babel/plugin-syntax-typescript": "^7.27.1",
23-
"@eslint/js": "^9.32.0",
24-
"@oxc-project/runtime": "^0.80.0",
23+
"@eslint/js": "^9.33.0",
24+
"@oxc-project/runtime": "^0.81.0",
2525
"@rollup/plugin-babel": "^6.0.4",
2626
"@types/babel__core": "^7.20.5",
2727
"@types/babel__helper-module-imports": "^7.18.3",
2828
"@types/babel__helper-plugin-utils": "^7.10.3",
29-
"@types/node": "^24.2.0",
29+
"@types/node": "^24.2.1",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"@vue/babel-plugin-jsx": "workspace:*",
3232
"bumpp": "^10.2.2",
33-
"eslint": "^9.32.0",
33+
"eslint": "^9.33.0",
3434
"eslint-config-prettier": "^10.1.8",
3535
"eslint-plugin-import-x": "^4.16.1",
3636
"jsdom": "^26.1.0",
@@ -39,7 +39,7 @@
3939
"tslib": "^2.8.1",
4040
"typescript": "~5.9.2",
4141
"typescript-eslint": "^8.39.0",
42-
"vite": "^7.0.6",
42+
"vite": "^7.1.1",
4343
"vitest": "^3.2.4"
4444
}
4545
}

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@vitejs/plugin-vue-jsx": "^5.0.1",
2121
"terser": "^5.43.1",
2222
"unplugin-replace": "^0.6.0",
23-
"vite": "^7.0.6"
23+
"vite": "^7.1.1"
2424
}
2525
}

0 commit comments

Comments
 (0)