Skip to content

Commit 98a9fc6

Browse files
committed
upgrade calcit deps
1 parent bf1df53 commit 98a9fc6

File tree

6 files changed

+31
-38
lines changed

6 files changed

+31
-38
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
node-version: 20
1818
cache: 'yarn'
1919

20-
- uses: calcit-lang/[email protected].3
20+
- uses: calcit-lang/[email protected].7
2121
with:
22-
version: "0.8.43"
22+
bundler: false
2323

2424
- name: "test"
2525
run: caps --ci && cr --entry test -1
2626

2727
- run: >
28-
cr --emit-js -1 --entry test
28+
cr -1 --entry test js
2929
&& yarn
3030
&& node test.mjs

calcit.cirru

Lines changed: 10 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,10 @@
230230
:code $ quote
231231
deftest test-assoc
232232
is $ =
233-
assoc-before
234-
{} $ |a 1 |b 1
235-
, |a 2
233+
assoc-before (&{} |a 1 |b 1) |a 2
236234
&{} |a 1 |b 1 |G 2
237235
is $ =
238-
assoc-after
239-
{} $ |a 1 |b 1
240-
, |a 2
236+
assoc-after (&{} |a 1 |b 1) |a 2
241237
&{} |a 1 |b 1 |aT 2
242238
|test-bisect $ %{} :CodeEntry (:doc |)
243239
:code $ quote
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

22
{}
3+
:calcit-version |0.9.5
34
:dependencies $ {}
45
|calcit-lang/calcit-test |0.0.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "0.0.15",
33
"dependencies": {
4-
"@calcit/procs": "^0.8.43"
4+
"@calcit/procs": "^0.9.5"
55
},
66
"scripts": {
77
"watch": "cr --emit-js"

yarn.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)