Skip to content

Commit c617c58

Browse files
committed
upgrade deps
1 parent 7ae8453 commit c617c58

File tree

6 files changed

+340
-329
lines changed

6 files changed

+340
-329
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
js-out/
66
node_modules/
77
dist/
8+
9+
.DS_Store

deps.cirru

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{}
2-
:calcit-version |0.9.8
2+
:calcit-version |0.9.13
33
:dependencies $ {}
44
|calcit-lang/lilac |main
55
|calcit-lang/memof |main
66
|Respo/respo.calcit |main
77
|Respo/reel.calcit |main
8-
|Respo/respo-markdown.calcit |0.4.7
8+
|Respo/respo-markdown.calcit |0.4.9
99
|Respo/respo-ui.calcit |main
1010
|Respo/respo-feather.calcit |main

entry/main.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@ body * {
1010
}
1111

1212
::-webkit-scrollbar {
13-
width: 2px;
14-
height: 2px;
13+
width: 4px;
14+
height: 4px;
1515
}
1616

1717
::-webkit-scrollbar-track {
18-
background-color: hsla(0,0%,100%);
18+
background-color: hsl(0,0%,100%);
1919
}
2020

2121
::-webkit-scrollbar-thumb {
22-
background-color: hsla(200,100%,76%,0.8);
22+
background-color: hsla(160,50%,80%,0.9);
23+
border-radius: 2px;
2324
}
2425

2526
::-webkit-scrollbar-corner {
2627
background-color: transparent;
2728
}
2829

29-
::-webkit-resizer{
30-
background-color:transparent;
30+
::-webkit-resizer {
31+
background-color: transparent;
3132
}
3233

3334
.md-p {

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"license": "MIT",
1313
"devDependencies": {
1414
"bottom-tip": "^0.1.5",
15-
"vite": "^6.1.6"
15+
"vite": "^6.3.5"
1616
},
1717
"dependencies": {
18-
"@calcit/procs": "^0.9.8",
18+
"@calcit/procs": "^0.9.13",
1919
"@memkits/azure-speech-util": "^0.0.5",
2020
"cirru-color": "^0.2.4",
2121
"copy-text-to-clipboard": "^3.2.0",
2222
"escape-html": "^1.0.3",
2323
"feather-icons": "^4.29.2",
24-
"highlight.js": "^11.11.1",
25-
"shortid": "^2.2.16"
24+
"highlight.js": "^11.11.1"
2625
}
2726
}

0 commit comments

Comments
 (0)