mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
Prevent dynamic fn replacement when not imported by tuono (#57)
* fix: prevent dynamic fn replacement when not imported by tuono * feat: update version to v0.10.3 * Revert "fix(deps): update dependency zustand to v5 (#55)" This reverts commitd7a086dfb1. * Revert "fix(deps): update dependency zustand to v4.5.5 (#37)" This reverts commitb36dc0b897. * Revert "chore(deps): update dependency @testing-library/react to v16 (#38)" This reverts commit1a1b62698c. * Revert "chore(deps): update dependency @tanstack/config to ^0.13.0 (#32)" This reverts commit6c7cc62371. * revert pnpm update * Revert "chore(deps): update dependency vitest to v2 (#45)" This reverts commitc5b5f6aefe. * Revert "chore(deps): update dependency node to v20.18.0 (#33)" This reverts commit588326cc57.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tuono_lib"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
edition = "2021"
|
||||
authors = ["V. Ageno <valerioageno@yahoo.it>"]
|
||||
description = "The react/rust fullstack framework"
|
||||
@@ -33,7 +33,7 @@ either = "1.13.0"
|
||||
tower-http = {version = "0.6.0", features = ["fs"]}
|
||||
colored = "2.1.0"
|
||||
|
||||
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.10.2"}
|
||||
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.10.3"}
|
||||
# Match the same version used by axum
|
||||
tokio-tungstenite = "0.24.0"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
|
||||
|
||||
Reference in New Issue
Block a user