File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Add Sitefox to your project as a dependency:
76
76
77
77
```
78
78
{:deps
79
- {io.github.chr15m/sitefox {:git/tag "v0.0.19 " :git/sha "bb4d64be7bce5989299c7891f0320e10b812d160 "}}}
79
+ {io.github.chr15m/sitefox {:git/tag "v0.0.22 " :git/sha "6c4da4ee90833b5eccb583079a6848e7a86ace8e "}}}
80
80
```
81
81
82
82
If you're using ` npm ` you can install sitefox as a dependency that way.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sitefox" ,
3
- "version" : " 0.0.21 " ,
3
+ "version" : " 0.0.22 " ,
4
4
"description" : " Backend web framework for Node + ClojureScript" ,
5
5
"author" :
" Chris McCormick <[email protected] >" ,
6
6
"homepage" : " https://github.com/chr15m/sitefox" ,
Original file line number Diff line number Diff line change 8
8
" nodemailer" " 6.9.9" ,
9
9
" cookie-parser" " 1.4.5" ,
10
10
" source-map-support" " 0.5.21" ,
11
- " react-dom" " 18.1.0 " ,
11
+ " react-dom" " 17.0.2 " ,
12
12
" morgan" " 1.10.0" ,
13
13
" passport" " 0.6.0" ,
14
14
" node-input-validator" " 4.5.0" ,
15
- " express" " 4.19.2 " ,
15
+ " express" " 4.21.0 " ,
16
16
" tmp" " 0.2.1" ,
17
17
" express-session" " 1.17.2" ,
18
- " react" " 18.1.0 " ,
19
- " keyv" " 4.5.2" ,
18
+ " react" " 17.0.2 " ,
19
+ " keyv" " 4.5.2" ,
20
20
" @keyv/sqlite" " 3.6.5" }}
You can’t perform that action at this time.
0 commit comments