Skip to content

Commit c7cab1a

Browse files
fix(deps): update all non-major dependencies
1 parent 384a1c4 commit c7cab1a

File tree

2 files changed

+555
-367
lines changed

2 files changed

+555
-367
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-inline-enum",
33
"type": "module",
44
"version": "0.6.4",
5-
"packageManager": "pnpm@10.30.3",
5+
"packageManager": "pnpm@10.32.1",
66
"description": "Inline enum values to optimize bundle size.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -63,31 +63,31 @@
6363
"dependencies": {
6464
"ast-kit": "^2.2.0",
6565
"picomatch": "^4.0.3",
66-
"rolldown-string": "^0.2.1",
66+
"rolldown-string": "^0.3.0",
6767
"tinyglobby": "^0.2.15",
6868
"unplugin": "^3.0.0",
6969
"unplugin-replace": "^0.7.0"
7070
},
7171
"devDependencies": {
7272
"@babel/types": "^7.29.0",
73-
"@sxzz/eslint-config": "^7.8.2",
73+
"@sxzz/eslint-config": "^7.8.3",
7474
"@sxzz/prettier-config": "^2.3.1",
7575
"@sxzz/test-utils": "^0.5.15",
76-
"@types/node": "^25.3.3",
76+
"@types/node": "^25.4.0",
7777
"@types/picomatch": "^4.0.2",
78-
"@typescript/native-preview": "7.0.0-dev.20260302.1",
78+
"@typescript/native-preview": "7.0.0-dev.20260311.1",
7979
"bumpp": "^10.4.1",
8080
"esbuild": "^0.27.3",
81-
"eslint": "^10.0.2",
81+
"eslint": "^10.0.3",
8282
"prettier": "^3.8.1",
8383
"rollup": "^4.59.0",
84-
"tsdown": "^0.21.0-beta.2",
85-
"tsdown-preset-sxzz": "^0.4.0",
84+
"tsdown": "^0.21.1",
85+
"tsdown-preset-sxzz": "^0.4.1",
8686
"typescript": "^5.9.3",
87-
"unplugin-oxc": "^0.5.7",
87+
"unplugin-oxc": "^0.6.0",
8888
"vite": "^7.3.1",
8989
"vitest": "^4.0.18",
90-
"webpack": "^5.105.3"
90+
"webpack": "^5.105.4"
9191
},
9292
"prettier": "@sxzz/prettier-config"
9393
}

0 commit comments

Comments
 (0)