Skip to content

Commit fb2b903

Browse files
committed
chore: update deps
1 parent c7cfeed commit fb2b903

File tree

2 files changed

+866
-1037
lines changed

2 files changed

+866
-1037
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -66,69 +66,69 @@
6666
"test:types": "tsc --noEmit"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "^7.26.0",
69+
"@babel/core": "^7.26.9",
7070
"@babel/helper-module-imports": "^7.25.9",
7171
"@babel/helper-module-transforms": "^7.26.0",
72-
"@babel/helper-plugin-utils": "^7.25.9",
72+
"@babel/helper-plugin-utils": "^7.26.5",
7373
"@babel/helper-simple-access": "^7.25.9",
7474
"@babel/plugin-proposal-decorators": "^7.25.9",
7575
"@babel/plugin-syntax-class-properties": "^7.12.13",
7676
"@babel/plugin-syntax-import-assertions": "^7.26.0",
7777
"@babel/plugin-syntax-jsx": "^7.25.9",
7878
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
7979
"@babel/plugin-transform-react-jsx": "^7.25.9",
80-
"@babel/plugin-transform-typescript": "^7.26.3",
80+
"@babel/plugin-transform-typescript": "^7.26.8",
8181
"@babel/preset-typescript": "^7.26.0",
82-
"@babel/template": "^7.25.9",
83-
"@babel/traverse": "^7.26.4",
84-
"@babel/types": "^7.26.3",
82+
"@babel/template": "^7.26.9",
83+
"@babel/traverse": "^7.26.9",
84+
"@babel/types": "^7.26.9",
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",
8989
"@types/babel__traverse": "^7.20.6",
90-
"@types/node": "^22.10.2",
91-
"@vitest/coverage-v8": "^2.1.8",
92-
"acorn": "^8.14.0",
90+
"@types/node": "^22.13.9",
91+
"@vitest/coverage-v8": "^3.0.8",
92+
"acorn": "^8.14.1",
9393
"babel-plugin-parameter-decorator": "^1.0.16",
94-
"changelogen": "^0.5.7",
94+
"changelogen": "^0.6.1",
9595
"config": "^3.3.12",
96-
"consola": "^3.2.3",
96+
"consola": "^3.4.0",
9797
"defu": "^6.1.4",
9898
"destr": "^2.0.3",
9999
"escape-string-regexp": "^5.0.0",
100-
"eslint": "^9.17.0",
100+
"eslint": "^9.21.0",
101101
"eslint-config-unjs": "^0.4.2",
102102
"estree-walker": "^3.0.3",
103103
"etag": "^1.8.1",
104-
"fast-glob": "^3.3.2",
104+
"fast-glob": "^3.3.3",
105105
"is-installed-globally": "^1.0.0",
106-
"mime": "^4.0.4",
107-
"mlly": "^1.7.3",
108-
"moment-timezone": "^0.5.46",
106+
"mime": "^4.0.6",
107+
"mlly": "^1.7.4",
108+
"moment-timezone": "^0.5.47",
109109
"nano-jsx": "^0.1.0",
110-
"pathe": "^1.1.2",
111-
"pkg-types": "^1.2.1",
112-
"preact": "^10.25.2",
113-
"preact-render-to-string": "^6.5.12",
114-
"prettier": "^3.4.2",
110+
"pathe": "^2.0.3",
111+
"pkg-types": "^2.1.0",
112+
"preact": "^10.26.4",
113+
"preact-render-to-string": "^6.5.13",
114+
"prettier": "^3.5.3",
115115
"react": "^19.0.0",
116116
"react-dom": "^19.0.0",
117117
"reflect-metadata": "^0.2.2",
118-
"solid-js": "^1.9.3",
119-
"std-env": "^3.8.0",
120-
"terser-webpack-plugin": "^5.3.11",
121-
"tinyexec": "^0.3.1",
122-
"ts-loader": "^9.5.1",
123-
"typescript": "^5.7.2",
124-
"vitest": "^2.1.8",
118+
"solid-js": "^1.9.5",
119+
"std-env": "^3.8.1",
120+
"terser-webpack-plugin": "^5.3.14",
121+
"tinyexec": "^0.3.2",
122+
"ts-loader": "^9.5.2",
123+
"typescript": "^5.8.2",
124+
"vitest": "^3.0.8",
125125
"vue": "^3.5.13",
126-
"webpack": "^5.97.1",
126+
"webpack": "^5.98.0",
127127
"webpack-bundle-analyzer": "^4.10.2",
128-
"webpack-cli": "^5.1.4",
129-
"webpack-license-plugin": "^4.5.0",
128+
"webpack-cli": "^6.0.1",
129+
"webpack-license-plugin": "^4.5.1",
130130
"yoctocolors": "^2.1.1",
131-
"zod": "^3.24.1"
131+
"zod": "^3.24.2"
132132
},
133-
"packageManager": "pnpm@9.15.0"
133+
"packageManager": "pnpm@10.6.1"
134134
}

0 commit comments

Comments
 (0)