Skip to content

Commit f223b87

Browse files
chore(deps): update all non-major dependencies (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70f574b commit f223b87

File tree

2 files changed

+425
-538
lines changed

2 files changed

+425
-538
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-inline-enum",
33
"version": "0.3.1",
4-
"packageManager": "pnpm@10.6.5",
4+
"packageManager": "pnpm@10.7.0",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -69,23 +69,23 @@
6969
"unplugin-utils": "^0.2.4"
7070
},
7171
"devDependencies": {
72-
"@babel/types": "^7.26.10",
72+
"@babel/types": "^7.27.0",
7373
"@sxzz/eslint-config": "^5.3.0",
7474
"@sxzz/prettier-config": "^2.2.1",
75-
"@sxzz/test-utils": "^0.5.2",
76-
"@types/node": "^22.13.11",
75+
"@sxzz/test-utils": "^0.5.4",
76+
"@types/node": "^22.13.14",
7777
"@types/picomatch": "^3.0.2",
7878
"bumpp": "^10.1.0",
79-
"esbuild": "^0.25.1",
79+
"esbuild": "^0.25.2",
8080
"eslint": "^9.23.0",
8181
"prettier": "^3.5.3",
82-
"rollup": "^4.37.0",
83-
"tsdown": "^0.6.9",
82+
"rollup": "^4.38.0",
83+
"tsdown": "^0.6.10",
8484
"tsx": "^4.19.3",
8585
"typescript": "^5.8.2",
8686
"unplugin-oxc": "^0.3.2",
87-
"vite": "^6.2.2",
88-
"vitest": "^3.0.9",
87+
"vite": "^6.2.4",
88+
"vitest": "^3.1.1",
8989
"webpack": "^5.98.0"
9090
},
9191
"engines": {

0 commit comments

Comments
 (0)