Skip to content

Commit

Permalink
build: update internal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 19, 2024
1 parent c46d862 commit 32da11d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/geom-resample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.10.1",
"@thi.ng/checks": "^3.6.1",
"@thi.ng/geom-api": "^4.0.6",
"@thi.ng/geom-closest-point": "^2.1.123",
Expand Down
1 change: 1 addition & 0 deletions packages/hiccup-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.10.1",
"@thi.ng/checks": "^3.6.1",
"@thi.ng/color": "^5.6.41",
"@thi.ng/prefixes": "^2.3.16"
Expand Down
1 change: 1 addition & 0 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.10.1",
"@thi.ng/arrays": "^2.9.3",
"@thi.ng/checks": "^3.6.1"
},
Expand Down
1 change: 1 addition & 0 deletions packages/simd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.10.1",
"@thi.ng/transducers-binary": "^2.1.116"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/transducers-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.10.1",
"@thi.ng/buffers": "^0.1.0",
"@thi.ng/checks": "^3.6.1",
"@thi.ng/compose": "^3.0.1",
"@thi.ng/errors": "^2.5.4",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4637,6 +4637,7 @@ __metadata:
resolution: "@thi.ng/geom-resample@workspace:packages/geom-resample"
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/api": "npm:^8.10.1"
"@thi.ng/checks": "npm:^3.6.1"
"@thi.ng/geom-api": "npm:^4.0.6"
"@thi.ng/geom-closest-point": "npm:^2.1.123"
Expand Down Expand Up @@ -5067,6 +5068,7 @@ __metadata:
resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg"
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/api": "npm:^8.10.1"
"@thi.ng/checks": "npm:^3.6.1"
"@thi.ng/color": "npm:^5.6.41"
"@thi.ng/prefixes": "npm:^2.3.16"
Expand Down Expand Up @@ -5264,6 +5266,7 @@ __metadata:
resolution: "@thi.ng/layout@workspace:packages/layout"
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/api": "npm:^8.10.1"
"@thi.ng/arrays": "npm:^2.9.3"
"@thi.ng/checks": "npm:^3.6.1"
esbuild: "npm:^0.20.2"
Expand Down Expand Up @@ -6204,6 +6207,7 @@ __metadata:
resolution: "@thi.ng/simd@workspace:packages/simd"
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/api": "npm:^8.10.1"
"@thi.ng/transducers-binary": "npm:^2.1.116"
assemblyscript: "npm:0.27.25"
esbuild: "npm:^0.20.2"
Expand Down Expand Up @@ -6395,6 +6399,7 @@ __metadata:
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/api": "npm:^8.10.1"
"@thi.ng/buffers": "npm:^0.1.0"
"@thi.ng/checks": "npm:^3.6.1"
"@thi.ng/compose": "npm:^3.0.1"
"@thi.ng/errors": "npm:^2.5.4"
Expand Down

0 comments on commit 32da11d

Please sign in to comment.