Skip to content

Commit e88ac44

Browse files
committed
chore: update deps
1 parent 4045c7a commit e88ac44

2 files changed

Lines changed: 2163 additions & 1916 deletions

File tree

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -67,67 +67,67 @@
6767
"test:types": "tsc --noEmit"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "^7.28.4",
71-
"@babel/helper-module-imports": "^7.27.1",
72-
"@babel/helper-module-transforms": "^7.28.3",
73-
"@babel/helper-plugin-utils": "^7.27.1",
70+
"@babel/core": "^7.29.0",
71+
"@babel/helper-module-imports": "^7.28.6",
72+
"@babel/helper-module-transforms": "^7.28.6",
73+
"@babel/helper-plugin-utils": "^7.28.6",
7474
"@babel/helper-simple-access": "^7.27.1",
75-
"@babel/plugin-proposal-decorators": "^7.28.0",
75+
"@babel/plugin-proposal-decorators": "^7.29.0",
7676
"@babel/plugin-syntax-class-properties": "^7.12.13",
77-
"@babel/plugin-syntax-import-assertions": "^7.27.1",
78-
"@babel/plugin-syntax-jsx": "^7.27.1",
77+
"@babel/plugin-syntax-import-assertions": "^7.28.6",
78+
"@babel/plugin-syntax-jsx": "^7.28.6",
7979
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
80-
"@babel/plugin-transform-react-jsx": "^7.27.1",
81-
"@babel/plugin-transform-typescript": "^7.28.0",
82-
"@babel/preset-typescript": "^7.27.1",
83-
"@babel/template": "^7.27.2",
84-
"@babel/traverse": "^7.28.4",
85-
"@babel/types": "^7.28.4",
86-
"@rspack/cli": "^1.5.8",
87-
"@rspack/core": "^1.5.8",
80+
"@babel/plugin-transform-react-jsx": "^7.28.6",
81+
"@babel/plugin-transform-typescript": "^7.28.6",
82+
"@babel/preset-typescript": "^7.28.5",
83+
"@babel/template": "^7.28.6",
84+
"@babel/traverse": "^7.29.0",
85+
"@babel/types": "^7.29.0",
86+
"@rspack/cli": "^1.7.6",
87+
"@rspack/core": "^1.7.6",
8888
"@types/babel__core": "^7.20.5",
8989
"@types/babel__helper-module-imports": "^7.18.3",
9090
"@types/babel__helper-plugin-utils": "^7.10.3",
9191
"@types/babel__template": "^7.4.4",
9292
"@types/babel__traverse": "^7.28.0",
93-
"@types/node": "^24.6.1",
94-
"@vitest/coverage-v8": "^3.2.4",
95-
"acorn": "^8.15.0",
93+
"@types/node": "^25.3.0",
94+
"@vitest/coverage-v8": "^4.0.18",
95+
"acorn": "^8.16.0",
9696
"babel-plugin-parameter-decorator": "^1.0.16",
9797
"changelogen": "^0.6.2",
98-
"config": "^4.1.1",
98+
"config": "^4.4.0",
9999
"consola": "^3.4.2",
100100
"defu": "^6.1.4",
101101
"destr": "^2.0.5",
102102
"escape-string-regexp": "^5.0.0",
103-
"eslint": "^9.36.0",
104-
"eslint-config-unjs": "^0.5.0",
103+
"eslint": "^10.0.1",
104+
"eslint-config-unjs": "^0.6.2",
105105
"estree-walker": "^3.0.3",
106106
"etag": "^1.8.1",
107107
"fast-glob": "^3.3.3",
108108
"is-installed-globally": "^1.0.0",
109109
"mime": "^4.1.0",
110110
"mlly": "^1.8.0",
111111
"moment-timezone": "^0.6.0",
112-
"nano-jsx": "^0.2.0",
112+
"nano-jsx": "^0.2.1",
113113
"pathe": "^2.0.3",
114114
"pkg-types": "^2.3.0",
115-
"preact": "^10.27.2",
116-
"preact-render-to-string": "^6.6.2",
117-
"prettier": "^3.6.2",
118-
"react": "^19.1.1",
119-
"react-dom": "^19.1.1",
115+
"preact": "^10.28.4",
116+
"preact-render-to-string": "^6.6.6",
117+
"prettier": "^3.8.1",
118+
"react": "^19.2.4",
119+
"react-dom": "^19.2.4",
120120
"reflect-metadata": "^0.2.2",
121-
"solid-js": "^1.9.9",
122-
"std-env": "^3.9.0",
123-
"terser-webpack-plugin": "^5.3.14",
124-
"tinyexec": "^1.0.1",
121+
"solid-js": "^1.9.11",
122+
"std-env": "^4.0.0-rc.1",
123+
"terser-webpack-plugin": "^5.3.16",
124+
"tinyexec": "^1.0.2",
125125
"ts-loader": "^9.5.4",
126126
"typescript": "^5.9.3",
127-
"vitest": "^3.2.4",
128-
"vue": "^3.5.22",
127+
"vitest": "^4.0.18",
128+
"vue": "^3.5.28",
129129
"yoctocolors": "^2.1.2",
130-
"zod": "^4.1.11"
130+
"zod": "^4.3.6"
131131
},
132132
"packageManager": "pnpm@10.17.1"
133133
}

0 commit comments

Comments
 (0)