Skip to content

Commit

Permalink
build(examples): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 6, 2024
1 parent 2cc8301 commit 2405b46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/webgl-channel-mixer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@thi.ng/rdom-components": "workspace:^",
"@thi.ng/rstream": "workspace:^",
"@thi.ng/rstream-gestures": "workspace:^",
"@thi.ng/shader-ast": "workspace:^",
"@thi.ng/transducers": "workspace:^",
"@thi.ng/webgl": "workspace:^"
},
Expand Down
1 change: 1 addition & 0 deletions examples/webgl-float-fbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@thi.ng/colored-noise": "workspace:^",
"@thi.ng/logger": "workspace:^",
"@thi.ng/shader-ast": "workspace:^",
"@thi.ng/transducers": "workspace:^",
"@thi.ng/vectors": "workspace:^",
"@thi.ng/webgl": "workspace:^"
Expand Down
1 change: 1 addition & 0 deletions examples/webgl-game-of-life/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@thi.ng/logger": "workspace:^",
"@thi.ng/random": "workspace:^",
"@thi.ng/shader-ast": "workspace:^",
"@thi.ng/transducers": "workspace:^",
"@thi.ng/webgl": "workspace:^"
},
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2577,6 +2577,7 @@ __metadata:
"@thi.ng/rdom-components": "workspace:^"
"@thi.ng/rstream": "workspace:^"
"@thi.ng/rstream-gestures": "workspace:^"
"@thi.ng/shader-ast": "workspace:^"
"@thi.ng/transducers": "workspace:^"
"@thi.ng/webgl": "workspace:^"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -2624,6 +2625,7 @@ __metadata:
dependencies:
"@thi.ng/colored-noise": "workspace:^"
"@thi.ng/logger": "workspace:^"
"@thi.ng/shader-ast": "workspace:^"
"@thi.ng/transducers": "workspace:^"
"@thi.ng/vectors": "workspace:^"
"@thi.ng/webgl": "workspace:^"
Expand All @@ -2638,6 +2640,7 @@ __metadata:
dependencies:
"@thi.ng/logger": "workspace:^"
"@thi.ng/random": "workspace:^"
"@thi.ng/shader-ast": "workspace:^"
"@thi.ng/transducers": "workspace:^"
"@thi.ng/webgl": "workspace:^"
typescript: "npm:^5.3.3"
Expand Down

0 comments on commit 2405b46

Please sign in to comment.