Skip to content

Commit d686184

Browse files
committedJan 19, 2024
upgrade deps
1 parent 7ac1884 commit d686184

File tree

6 files changed

+595
-473
lines changed

6 files changed

+595
-473
lines changed
 

‎.github/workflows/upload.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.16/cr'
2323
name: 'cr'
24-
version: '0.8.0-a5'
24+
version: '0.8.16'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.16/caps'
2929
name: 'caps'
30-
version: '0.8.0-a5'
30+
version: '0.8.16'
3131

3232
- name: "compiles to js"
3333
run: >

‎calcit.cirru

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎compact.cirru

+3-2
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@
20992099
and dev? $ not= (nth op 0) :states
21002100
js/console.log "\"dispatch!" op
21012101
let
2102-
op-id $ shortid/generate
2102+
op-id $ nanoid
21032103
op-time $ js/Date.now
21042104
reset! *store $ updater @*store op op-id op-time
21052105
|handle-global-keys $ %{} :CodeEntry (:doc |)
@@ -2141,7 +2141,8 @@
21412141
, dispatch!
21422142
:ns $ %{} :CodeEntry (:doc |)
21432143
:code $ quote
2144-
ns app.main $ :require ("\"pixi.js" :as PIXI) ("\"shortid" :as shortid)
2144+
ns app.main $ :require ("\"pixi.js" :as PIXI)
2145+
"\"nanoid" :refer $ nanoid
21452146
phlox.core :refer $ render! clear-phlox-caches! on-control-event
21462147
app.container :refer $ comp-container
21472148
app.schema :as schema

‎package.cirru

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
{}
33
:dependencies $ {}
4-
|calcit-lang/lilac |0.4.0-a2
5-
|calcit-lang/memof |0.0.14
6-
|Respo/respo.calcit |0.16.0-a3
7-
|Respo/respo-ui.calcit |0.5.0-a3
8-
|Phlox-GL/phlox |0.7.0
9-
|Quatrefoil-GL/touch-control |0.0.15
10-
|mvc-works/pointed-prompt |0.0.7
11-
|Respo/alerts.calcit |0.9.0-a2
12-
|Cirru/respo-cirru-editor |0.6.0
13-
|calcit-lang/calcit-http |0.3.0
4+
|calcit-lang/lilac |main
5+
|calcit-lang/memof |main
6+
|Respo/respo.calcit |main
7+
|Respo/respo-ui.calcit |main
8+
|Phlox-GL/phlox |main
9+
|Quatrefoil-GL/touch-control |main
10+
|mvc-works/pointed-prompt |main
11+
|Respo/alerts.calcit |main
12+
|Cirru/respo-cirru-editor |main
13+
|calcit-lang/calcit-http |main

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"author": "jiyinyiyong",
1212
"license": "MIT",
1313
"devDependencies": {
14-
"vite": "^4.4.12"
14+
"nanoid": "^5.0.4",
15+
"vite": "^5.0.12"
1516
},
1617
"dependencies": {
17-
"@calcit/procs": "^0.8.0-a5",
18+
"@calcit/procs": "^0.8.16",
1819
"@quamolit/phlox-utils": "^0.0.2",
1920
"@quamolit/touch-control": "^0.0.13",
2021
"bottom-tip": "^0.1.5",
2122
"fontfaceobserver-es": "^3.3.3",
2223
"hsluv": "^1.0.1",
2324
"mobile-detect": "^1.4.5",
24-
"pixi.js": "7.2.4",
25-
"shortid": "^2.2.16"
25+
"pixi.js": "7.3.3"
2626
}
2727
}

0 commit comments

Comments
 (0)