Skip to content

Commit

Permalink
Merge branch 'feature/sac-minimal' of ssh://github.com/raviqqe/stak i…
Browse files Browse the repository at this point in the history
…nto feature/sac-minimal
  • Loading branch information
raviqqe committed Jul 15, 2024
2 parents 04104e4 + dbdfb01 commit 803708d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions doc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@raviqqe/stak": "^0.2.20",
"astro": "^4.11.5",
"classnames": "^2.5.1",
"lucide-solid": "^0.407.0",
"lucide-solid": "^0.408.0",
"nanostores": "^0.10.3",
"solid-js": "^1.8.18",
"vite-plugin-wasm": "^3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion macro-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace = true
[dependencies]
proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = "2.0.70"
syn = "2.0.71"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0.86", features = ["proc-macro"] }
quote = "1.0.36"
syn = "2.0.70"
syn = "2.0.71"
stak-compiler = { version = "0.1.46", path = "../compiler" }
stak-macro-util = { version = "0.1.19", path = "../macro-util" }

Expand Down
2 changes: 1 addition & 1 deletion minifier_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0.86", features = ["proc-macro"] }
quote = "1.0.36"
syn = "2.0.70"
syn = "2.0.71"
stak-minifier = { version = "0.1.20", path = "../minifier" }
stak-macro-util = { version = "0.1.19", path = "../macro-util" }

Expand Down

0 comments on commit 803708d

Please sign in to comment.