@scalar/use-hooks
Advanced tools
+13
-0
| # @scalar/use-hooks | ||
| ## 0.4.0 | ||
| ### Minor Changes | ||
| - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS) | ||
| ### Patch Changes | ||
| #### Updated Dependencies | ||
| - **@scalar/use-toasts@0.10.0** | ||
| - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS) | ||
| ## 0.3.7 | ||
@@ -4,0 +17,0 @@ |
+4
-4
@@ -13,5 +13,5 @@ { | ||
| }, | ||
| "version": "0.3.7", | ||
| "version": "0.4.0", | ||
| "engines": { | ||
| "node": ">=20" | ||
| "node": ">=22" | ||
| }, | ||
@@ -51,3 +51,3 @@ "type": "module", | ||
| "zod": "^4.3.5", | ||
| "@scalar/use-toasts": "0.9.1" | ||
| "@scalar/use-toasts": "0.10.0" | ||
| }, | ||
@@ -58,3 +58,3 @@ "devDependencies": { | ||
| "vite": "^7.3.1", | ||
| "@scalar/build-tooling": "0.4.1" | ||
| "@scalar/build-tooling": "0.5.0" | ||
| }, | ||
@@ -61,0 +61,0 @@ "scripts": { |
49108
0.65%+ Added
- Removed
Updated