Skip to content

Commit d9cc79e

Browse files
build(lispy): update deps
1 parent 8956ebe commit d9cc79e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

packages/lispy/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,19 @@ For Node.js REPL:
126126
const lispy = await import("@thi.ng/lispy");
127127
```
128128

129-
Package sizes (brotli'd, pre-treeshake): ESM: 1.53 KB
129+
Package sizes (brotli'd, pre-treeshake): ESM: 1.50 KB
130130

131131
## Dependencies
132132

133133
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
134+
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
134135
- [@thi.ng/compare](https://github.com/thi-ng/umbrella/tree/develop/packages/compare)
135136
- [@thi.ng/defmulti](https://github.com/thi-ng/umbrella/tree/develop/packages/defmulti)
136137
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
137138
- [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math)
139+
- [@thi.ng/object-utils](https://github.com/thi-ng/umbrella/tree/develop/packages/object-utils)
138140
- [@thi.ng/sexpr](https://github.com/thi-ng/umbrella/tree/develop/packages/sexpr)
141+
- [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
139142

140143
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
141144

packages/lispy/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,14 @@
4040
},
4141
"dependencies": {
4242
"@thi.ng/api": "^8.11.27",
43+
"@thi.ng/checks": "^3.7.7",
4344
"@thi.ng/compare": "^2.4.19",
4445
"@thi.ng/defmulti": "^3.0.67",
4546
"@thi.ng/errors": "^2.5.33",
4647
"@thi.ng/math": "^5.11.27",
47-
"@thi.ng/sexpr": "^1.0.16"
48+
"@thi.ng/object-utils": "^1.1.23",
49+
"@thi.ng/sexpr": "^1.0.16",
50+
"@thi.ng/strings": "^3.9.12"
4851
},
4952
"devDependencies": {
5053
"esbuild": "^0.25.3",

yarn.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5527,11 +5527,14 @@ __metadata:
55275527
resolution: "@thi.ng/lispy@workspace:packages/lispy"
55285528
dependencies:
55295529
"@thi.ng/api": "npm:^8.11.27"
5530+
"@thi.ng/checks": "npm:^3.7.7"
55305531
"@thi.ng/compare": "npm:^2.4.19"
55315532
"@thi.ng/defmulti": "npm:^3.0.67"
55325533
"@thi.ng/errors": "npm:^2.5.33"
55335534
"@thi.ng/math": "npm:^5.11.27"
5535+
"@thi.ng/object-utils": "npm:^1.1.23"
55345536
"@thi.ng/sexpr": "npm:^1.0.16"
5537+
"@thi.ng/strings": "npm:^3.9.12"
55355538
esbuild: "npm:^0.25.3"
55365539
typedoc: "npm:^0.28.3"
55375540
typescript: "npm:^5.8.3"

0 commit comments

Comments
 (0)