@@ -5,9 +5,9 @@ packages:
55 - vite
66 - vite/packages/*
77catalog :
8- ' @babel/core ' : ^7.29.7
9- ' @babel/preset-env ' : ^7.29.7
10- ' @babel/preset-typescript ' : ^7.29.7
8+ ' @babel/core ' : ^8.0.0
9+ ' @babel/preset-env ' : ^8.0.0
10+ ' @babel/preset-typescript ' : ^8.0.0
1111 ' @clack/core ' : ^1.0.0
1212 ' @iconify/vue ' : ^5.0.0
1313 ' @napi-rs/cli ' : ^3.7.2
@@ -41,7 +41,7 @@ catalog:
4141 ' @types/validate-npm-package-name ' : ^4.0.2
4242 ' @types/ws ' : ^8.18.0
4343 ' @typescript/native-preview ' : 7.0.0-dev.20260605.1
44- ' @vitejs/plugin-react ' : ^5.1.2
44+ ' @vitejs/plugin-react ' : ^6.0.0
4545 ' @vitest/browser ' : 4.1.9
4646 ' @vitest/browser-playwright ' : 4.1.9
4747 ' @vitest/browser-preview ' : 4.1.9
@@ -85,14 +85,14 @@ catalog:
8585 jsonc-parser : ^3.3.1
8686 # Kept in lockstep with the bundled @tsdown/css by .github/scripts/upgrade-deps.ts
8787 lightningcss : ^1.32.0
88- lint-staged : ^16.2.6
88+ lint-staged : ^17.0.0
8989 lodash-es : ^4.17.21
9090 micromatch : ^4.0.9
9191 minimatch : ^10.0.3
9292 mocha : ^11.7.5
9393 mri : ^1.2.0
9494 nanotar : ^0.3.0
95- next : ^15.4.3
95+ next : ^16.0.0
9696 oxc-minify : =0.138.0
9797 oxc-parser : =0.138.0
9898 oxc-transform : =0.138.0
@@ -123,7 +123,7 @@ catalog:
123123 typescript : ^6.0.0
124124 unified : ^11.0.5
125125 valibot : 1.4.1
126- validate-npm-package-name : ^7 .0.2
126+ validate-npm-package-name : ^8 .0.0
127127 vitepress : ^2.0.0-alpha.15
128128 vitepress-plugin-graphviz : ^0.1.0
129129 vitepress-plugin-group-icons : ^1.7.1
@@ -136,7 +136,7 @@ catalog:
136136 yaml : ^2.8.1
137137 # bingo introspects template option schemas via zod 3 internals;
138138 # keep zod on v3 until bingo supports zod 4
139- zod : ^3.25.76
139+ zod : ^4.0.0
140140 zx : ^8.1.2
141141catalogMode : prefer
142142ignoreScripts : true
0 commit comments