WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 639f88d

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

File tree

2 files changed

+643
-610
lines changed

2 files changed

+643
-610
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-inline-enum",
33
"version": "0.6.2",
4-
"packageManager": "pnpm@10.22.0",
4+
"packageManager": "pnpm@10.23.0",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -64,27 +64,27 @@
6464
"magic-string": "^0.30.21",
6565
"picomatch": "^4.0.3",
6666
"tinyglobby": "^0.2.15",
67-
"unplugin": "^2.3.10",
67+
"unplugin": "^2.3.11",
6868
"unplugin-replace": "^0.6.2"
6969
},
7070
"devDependencies": {
7171
"@babel/types": "^7.28.5",
72-
"@sxzz/eslint-config": "^7.2.10",
73-
"@sxzz/prettier-config": "^2.2.4",
74-
"@sxzz/test-utils": "^0.5.12",
72+
"@sxzz/eslint-config": "^7.3.2",
73+
"@sxzz/prettier-config": "^2.2.5",
74+
"@sxzz/test-utils": "^0.5.13",
7575
"@types/node": "^24.10.1",
7676
"@types/picomatch": "^4.0.2",
7777
"bumpp": "^10.3.1",
7878
"esbuild": "^0.27.0",
7979
"eslint": "^9.39.1",
8080
"prettier": "^3.6.2",
81-
"rollup": "^4.53.2",
82-
"tsdown": "^0.16.4",
81+
"rollup": "^4.53.3",
82+
"tsdown": "^0.16.6",
8383
"typescript": "^5.9.3",
84-
"unplugin-oxc": "^0.5.4",
85-
"vite": "^7.2.2",
86-
"vitest": "^4.0.9",
87-
"webpack": "^5.102.1"
84+
"unplugin-oxc": "^0.5.5",
85+
"vite": "^7.2.4",
86+
"vitest": "^4.0.13",
87+
"webpack": "^5.103.0"
8888
},
8989
"engines": {
9090
"node": ">=20.19.0"

0 commit comments

Comments
 (0)