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 27, 2023
1 parent b453c7e commit 24b0b3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@example/markdown",
"private": true,
"version": "0.0.1",
"description": "Minimal Markdown to Hiccup to HTML parser / transformer",
"description": "Markdown to Hiccup to HTML parser / transformer",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <k+npm@thi.ng>",
"license": "Apache-2.0",
Expand All @@ -12,6 +12,7 @@
"preview": "vite preview --host --open"
},
"dependencies": {
"@thi.ng/api": "workspace:^",
"@thi.ng/bench": "workspace:^",
"@thi.ng/hiccup-markdown": "workspace:^",
"@thi.ng/rstream": "workspace:^",
Expand All @@ -26,8 +27,8 @@
"thi.ng": {
"readme": [
"bench",
"fsm",
"hiccup-markdown",
"parse",
"rstream",
"transducers-hdom"
],
Expand Down
1 change: 0 additions & 1 deletion examples/pixel-indexed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"vite": "^4.1.1"
},
"dependencies": {
"@thi.ng/color": "workspace:^",
"@thi.ng/color-palettes": "workspace:^",
"@thi.ng/pixel": "workspace:^",
"@thi.ng/pixel-dither": "workspace:^"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@example/markdown@workspace:examples/markdown"
dependencies:
"@thi.ng/api": "workspace:^"
"@thi.ng/bench": "workspace:^"
"@thi.ng/hiccup-markdown": "workspace:^"
"@thi.ng/rstream": "workspace:^"
Expand Down

0 comments on commit 24b0b3c

Please sign in to comment.