Skip to content

Commit 6301841

Browse files
build(examples): update deps
1 parent 7c025a2 commit 6301841

File tree

3 files changed

+694
-694
lines changed

3 files changed

+694
-694
lines changed

examples/param-editors/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@
1717
"preview": "vite preview --host --open"
1818
},
1919
"devDependencies": {
20-
"@thi.ng/meta-css": "^0.17.6",
20+
"@thi.ng/meta-css": "^0.17.7",
2121
"typescript": "^5.7.2",
2222
"vite": "^5.4.11",
2323
"vite-plugin-html": "^3.2.2"
2424
},
2525
"dependencies": {
2626
"@genart-api/core": "workspace:^",
27-
"@thi.ng/api": "^8.11.15",
28-
"@thi.ng/arrays": "^2.10.8",
29-
"@thi.ng/canvas": "^0.5.8",
30-
"@thi.ng/checks": "^3.6.17",
31-
"@thi.ng/color": "^5.7.15",
32-
"@thi.ng/compare": "^2.4.7",
33-
"@thi.ng/date": "^2.7.36",
34-
"@thi.ng/defmulti": "^3.0.53",
35-
"@thi.ng/equiv": "^2.1.71",
36-
"@thi.ng/hex": "^2.3.59",
37-
"@thi.ng/hiccup-canvas": "^3.1.29",
38-
"@thi.ng/hiccup-html": "^2.7.12",
39-
"@thi.ng/imgui": "^3.1.10",
40-
"@thi.ng/layout": "^3.1.9",
41-
"@thi.ng/math": "^5.11.15",
42-
"@thi.ng/mime": "^2.6.21",
43-
"@thi.ng/pixel": "^7.3.10",
44-
"@thi.ng/ramp": "^3.3.14",
45-
"@thi.ng/rdom": "^1.7.17",
46-
"@thi.ng/rdom-forms": "^0.4.11",
47-
"@thi.ng/rstream": "^9.2.2",
48-
"@thi.ng/strings": "^3.8.13",
49-
"@thi.ng/transducers": "^9.2.11",
50-
"@thi.ng/transducers-stats": "^2.2.5"
27+
"@thi.ng/api": "^8.11.16",
28+
"@thi.ng/arrays": "^2.10.9",
29+
"@thi.ng/canvas": "^1.0.1",
30+
"@thi.ng/checks": "^3.6.18",
31+
"@thi.ng/color": "^5.7.16",
32+
"@thi.ng/compare": "^2.4.8",
33+
"@thi.ng/date": "^2.7.37",
34+
"@thi.ng/defmulti": "^3.0.54",
35+
"@thi.ng/equiv": "^2.1.72",
36+
"@thi.ng/hex": "^2.3.60",
37+
"@thi.ng/hiccup-canvas": "^3.1.30",
38+
"@thi.ng/hiccup-html": "^2.7.13",
39+
"@thi.ng/imgui": "^3.1.11",
40+
"@thi.ng/layout": "^3.1.10",
41+
"@thi.ng/math": "^5.11.16",
42+
"@thi.ng/mime": "^2.6.22",
43+
"@thi.ng/pixel": "^7.3.11",
44+
"@thi.ng/ramp": "^3.3.15",
45+
"@thi.ng/rdom": "^1.7.18",
46+
"@thi.ng/rdom-forms": "^1.0.1",
47+
"@thi.ng/rstream": "^9.2.3",
48+
"@thi.ng/strings": "^3.9.0",
49+
"@thi.ng/transducers": "^9.2.12",
50+
"@thi.ng/transducers-stats": "^2.2.6"
5151
}
5252
}

examples/zig-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"preview": "vite preview --host --open"
1616
},
1717
"devDependencies": {
18-
"@thi.ng/wasm-api-bindgen": "^0.8.6",
18+
"@thi.ng/wasm-api-bindgen": "^1.0.1",
1919
"typescript": "^5.7.2",
2020
"vite": "^5.4.11",
2121
"vite-plugin-html": "^3.2.2"
2222
},
2323
"dependencies": {
2424
"@genart-api/core": "workspace:^",
25-
"@thi.ng/wasm-api": "^2.2.6",
26-
"@thi.ng/wasm-api-canvas": "^1.0.16"
25+
"@thi.ng/wasm-api": "^2.2.7",
26+
"@thi.ng/wasm-api-canvas": "^1.0.17"
2727
}
2828
}

0 commit comments

Comments
 (0)