File tree Expand file tree Collapse file tree 4 files changed +18
-13
lines changed Expand file tree Collapse file tree 4 files changed +18
-13
lines changed Original file line number Diff line number Diff line change
1
+ v2.2.4
2
+
3
+ Update UIKit from 3.5.7 to 3.5.8
4
+ Update prettier from 2.1.1 to 2.1.2
5
+ Fix homepage not loading files on first request
6
+
1
7
v2.2.3
2
8
3
9
Sign with edited key that expires in a year
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " broadcastem-core" ,
3
- "version" : " 2.2.3 " ,
3
+ "version" : " 2.2.4 " ,
4
4
"description" : " The core module for Broadcast 'em application" ,
5
5
"keywords" : [
6
6
" broadcast" ,
28
28
"express-easy-zip" : " ^1.1.5" ,
29
29
"morgan" : " ^1.10.0" ,
30
30
"multer" : " ^1.4.2" ,
31
- "uikit" : " ^3.5.7 " ,
31
+ "uikit" : " ^3.5.8 " ,
32
32
"yargs" : " ^15.4.1"
33
33
},
34
34
"devDependencies" : {
38
38
"husky" : " ^4.3.0" ,
39
39
"mocha" : " ^8.1.3" ,
40
40
"mocha-junit-reporter" : " ^2.0.0" ,
41
- "prettier" : " ^2.1.1 "
41
+ "prettier" : " ^2.1.2 "
42
42
}
43
43
}
Original file line number Diff line number Diff line change 47
47
< ul
48
48
class ="uk-tab-bottom uk-margin-remove "
49
49
uk-tab ="animation: uk-animation-slide-bottom, uk-animation-slide-top; connect: .main "
50
- uk-switcher =""
51
50
>
52
- < li class =" uk-active " > < a href ="# "> Recieve</ a > </ li >
51
+ < li > < a href ="# "> Recieve</ a > </ li >
53
52
< li > < a href ="# "> Send</ a > </ li >
54
53
</ ul >
55
54
</ div >
Original file line number Diff line number Diff line change @@ -1486,10 +1486,10 @@ please-upgrade-node@^3.2.0:
1486
1486
dependencies :
1487
1487
semver-compare "^1.0.0"
1488
1488
1489
- prettier@^2.1.1 :
1490
- version "2.1.1 "
1491
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.1 .tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6 "
1492
- integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw ==
1489
+ prettier@^2.1.2 :
1490
+ version "2.1.2 "
1491
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2 .tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5 "
1492
+ integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg ==
1493
1493
1494
1494
process-nextick-args@~2.0.0 :
1495
1495
version "2.0.1"
@@ -1835,10 +1835,10 @@ typedarray@^0.0.6:
1835
1835
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1836
1836
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1837
1837
1838
- uikit@^3.5.7 :
1839
- version "3.5.7 "
1840
- resolved "https://registry.yarnpkg.com/uikit/-/uikit-3.5.7 .tgz#2376be4272d086eb52be62cc679e55f266a693f2 "
1841
- integrity sha512-X9im58e6c7IsQopy80TXizv3LXeBaUKTa5fseE/F8UV0jryPnU7JYBl2/1QGrX5IN9hbOb6UJB4o2wdElGJoxg ==
1838
+ uikit@^3.5.8 :
1839
+ version "3.5.8 "
1840
+ resolved "https://registry.yarnpkg.com/uikit/-/uikit-3.5.8 .tgz#746a80a16c3ef2763297c7c058c423267d8eeda2 "
1841
+ integrity sha512-MzUykA+mOC74W+vtvxJUZ76YJvGM2tlBsZs0ab2ZFyZBBfqSV5xsJ5/48HVhPtuAlsdfhbP36c5OXJ38xY6Iuw ==
1842
1842
1843
1843
1844
1844
version "1.0.0"
You can’t perform that action at this time.
0 commit comments