Skip to content

Commit f2a0dd4

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

2 files changed

Lines changed: 583 additions & 606 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-inline-enum",
33
"type": "module",
44
"version": "0.7.0",
5-
"packageManager": "pnpm@10.32.1",
5+
"packageManager": "pnpm@10.33.0",
66
"description": "Inline enum values to optimize bundle size.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -62,32 +62,32 @@
6262
},
6363
"dependencies": {
6464
"ast-kit": "^2.2.0",
65-
"picomatch": "^4.0.3",
65+
"picomatch": "^4.0.4",
6666
"rolldown-string": "^0.3.0",
6767
"tinyglobby": "^0.2.15",
6868
"unplugin": "^3.0.0",
6969
"unplugin-replace": "^0.8.0"
7070
},
7171
"devDependencies": {
7272
"@babel/types": "^7.29.0",
73-
"@sxzz/eslint-config": "^7.8.3",
73+
"@sxzz/eslint-config": "^7.8.4",
7474
"@sxzz/prettier-config": "^2.3.1",
75-
"@sxzz/test-utils": "^0.5.15",
75+
"@sxzz/test-utils": "^0.5.16",
7676
"@types/node": "^25.5.0",
7777
"@types/picomatch": "^4.0.2",
78-
"@typescript/native-preview": "7.0.0-dev.20260322.1",
78+
"@typescript/native-preview": "7.0.0-dev.20260330.1",
7979
"bumpp": "^11.0.1",
8080
"esbuild": "^0.27.4",
8181
"eslint": "^10.1.0",
8282
"prettier": "^3.8.1",
83-
"rolldown": "1.0.0-rc.10",
84-
"rollup": "^4.60.0",
85-
"tsdown": "^0.21.4",
86-
"tsdown-preset-sxzz": "^0.4.2",
83+
"rolldown": "1.0.0-rc.12",
84+
"rollup": "^4.60.1",
85+
"tsdown": "^0.21.7",
86+
"tsdown-preset-sxzz": "^0.5.0",
8787
"typescript": "^6.0.2",
8888
"unplugin-oxc": "^0.6.0",
89-
"vite": "^8.0.1",
90-
"vitest": "^4.1.0",
89+
"vite": "^8.0.3",
90+
"vitest": "^4.1.2",
9191
"webpack": "^5.105.4"
9292
},
9393
"prettier": "@sxzz/prettier-config"

0 commit comments

Comments
 (0)