Skip to content

Commit

Permalink
⬆️ Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Apr 11, 2024
1 parent 03a4ee1 commit ab62785
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 33 deletions.
7 changes: 3 additions & 4 deletions examples/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ hikari-boot = { path = "../../packages/boot" }

anyhow = "^1"
async-trait = "^0.1"
base64 = "^0.21"
derive_more = "^0.99"
base64 = "^0.22"
derive_more = "*"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

console_log = "^1"
gloo = "^0.11"
Expand Down
7 changes: 3 additions & 4 deletions packages/boot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ hikari-macro-types = { path = "../macro-types" }

anyhow = "^1"
async-trait = "^0.1"
base64 = "^0.21"
derive_more = "^0.99"
base64 = "^0.22"
derive_more = "*"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

console_log = "^1"
js-sys = "^0.3"
Expand Down
7 changes: 3 additions & 4 deletions packages/components-container/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ crate-type = ["cdylib", "rlib"]
hikari-theme = { path = "../theme" }

anyhow = "^1"
base64 = "^0.21"
derive_more = "^0.99"
base64 = "^0.22"
derive_more = "*"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

console_log = "^1"
gloo = "^0.11"
Expand Down
7 changes: 3 additions & 4 deletions packages/components-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ hikari-components-container = { path = "../components-container" }
hikari-theme = { path = "../theme" }

anyhow = "^1"
base64 = "^0.21"
derive_more = "^0.99"
base64 = "^0.22"
derive_more = "*"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

console_log = "^1"
js-sys = "^0.3"
Expand Down
7 changes: 3 additions & 4 deletions packages/components-form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ hikari-components-container = { path = "../components-container" }
hikari-theme = { path = "../theme" }

anyhow = "^1"
base64 = "^0.21"
derive_more = "^0.99"
base64 = "^0.22"
derive_more = "*"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

console_log = "^1"
gloo = "^0.11"
Expand Down
7 changes: 3 additions & 4 deletions packages/components-navigation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ hikari-components-container = { path = "../components-container" }
hikari-theme = { path = "../theme" }

anyhow = "^1"
base64 = "^0.21"
derive_more = "^0.99"
base64 = "^0.22"
derive_more = "*"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

console_log = "^1"
js-sys = "^0.3"
Expand Down
3 changes: 1 addition & 2 deletions packages/components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ hikari-theme = { path = "../theme" }
anyhow = "^1"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

console_log = "^1"
js-sys = "^0.3"
Expand Down
7 changes: 3 additions & 4 deletions packages/macro-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ publish = false
[dependencies]
anyhow = "^1"
async-trait = "^0.1"
base64 = "^0.21"
derive_more = "^0.99"
base64 = "^0.22"
derive_more = "*"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

console_log = "^1"
gloo = "^0.11"
Expand Down
5 changes: 2 additions & 3 deletions packages/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ proc-macro = true
hikari-macro-types = { path = "../macro-types" }

anyhow = "^1"
derive_more = "^0.99"
derive_more = "*"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
strum_macros = "^0.25"
strum = { version = "^0.26", features = ["derive"] }

syn = { version = "^2", features = ["full"] }
proc-macro2 = "^1"
Expand Down

0 comments on commit ab62785

Please sign in to comment.