Skip to content

Commit cdb86cb

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

File tree

2 files changed

+445
-398
lines changed

2 files changed

+445
-398
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"test:types": "tsc --noEmit"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "^7.28.0",
69+
"@babel/core": "^7.28.4",
7070
"@babel/helper-module-imports": "^7.27.1",
71-
"@babel/helper-module-transforms": "^7.27.3",
71+
"@babel/helper-module-transforms": "^7.28.3",
7272
"@babel/helper-plugin-utils": "^7.27.1",
7373
"@babel/helper-simple-access": "^7.27.1",
7474
"@babel/plugin-proposal-decorators": "^7.28.0",
@@ -80,55 +80,55 @@
8080
"@babel/plugin-transform-typescript": "^7.28.0",
8181
"@babel/preset-typescript": "^7.27.1",
8282
"@babel/template": "^7.27.2",
83-
"@babel/traverse": "^7.28.0",
84-
"@babel/types": "^7.28.1",
83+
"@babel/traverse": "^7.28.4",
84+
"@babel/types": "^7.28.4",
8585
"@types/babel__core": "^7.20.5",
8686
"@types/babel__helper-module-imports": "^7.18.3",
8787
"@types/babel__helper-plugin-utils": "^7.10.3",
8888
"@types/babel__template": "^7.4.4",
89-
"@types/babel__traverse": "^7.20.7",
90-
"@types/node": "^24.1.0",
89+
"@types/babel__traverse": "^7.28.0",
90+
"@types/node": "^24.4.0",
9191
"@vitest/coverage-v8": "^3.2.4",
9292
"acorn": "^8.15.0",
9393
"babel-plugin-parameter-decorator": "^1.0.16",
9494
"changelogen": "^0.6.2",
95-
"config": "^4.0.1",
95+
"config": "^4.1.1",
9696
"consola": "^3.4.2",
9797
"defu": "^6.1.4",
9898
"destr": "^2.0.5",
9999
"escape-string-regexp": "^5.0.0",
100-
"eslint": "^9.31.0",
100+
"eslint": "^9.35.0",
101101
"eslint-config-unjs": "^0.5.0",
102102
"estree-walker": "^3.0.3",
103103
"etag": "^1.8.1",
104104
"fast-glob": "^3.3.3",
105105
"is-installed-globally": "^1.0.0",
106-
"mime": "^4.0.7",
107-
"mlly": "^1.7.4",
106+
"mime": "^4.1.0",
107+
"mlly": "^1.8.0",
108108
"moment-timezone": "^0.6.0",
109109
"nano-jsx": "^0.1.0",
110110
"pathe": "^2.0.3",
111-
"pkg-types": "^2.2.0",
112-
"preact": "^10.26.9",
113-
"preact-render-to-string": "^6.5.13",
111+
"pkg-types": "^2.3.0",
112+
"preact": "^10.27.2",
113+
"preact-render-to-string": "^6.6.1",
114114
"prettier": "^3.6.2",
115-
"react": "^19.1.0",
116-
"react-dom": "^19.1.0",
115+
"react": "^19.1.1",
116+
"react-dom": "^19.1.1",
117117
"reflect-metadata": "^0.2.2",
118-
"solid-js": "^1.9.7",
118+
"solid-js": "^1.9.9",
119119
"std-env": "^3.9.0",
120120
"terser-webpack-plugin": "^5.3.14",
121121
"tinyexec": "^1.0.1",
122-
"ts-loader": "^9.5.2",
123-
"typescript": "^5.8.3",
122+
"ts-loader": "^9.5.4",
123+
"typescript": "^5.9.2",
124124
"vitest": "^3.2.4",
125-
"vue": "^3.5.18",
126-
"webpack": "^5.100.2",
125+
"vue": "^3.5.21",
126+
"webpack": "^5.101.3",
127127
"webpack-bundle-analyzer": "^4.10.2",
128128
"webpack-cli": "^6.0.1",
129129
"webpack-license-plugin": "^4.5.1",
130-
"yoctocolors": "^2.1.1",
131-
"zod": "^4.0.5"
130+
"yoctocolors": "^2.1.2",
131+
"zod": "^4.1.8"
132132
},
133-
"packageManager": "pnpm@10.6.1"
133+
"packageManager": "pnpm@10.16.1"
134134
}

0 commit comments

Comments
 (0)