Skip to content

Commit d3ffb17

Browse files
committed
Merge branch 'dependency-updates' into trunk
Signed-off-by: Hrishikesh Patil <[email protected]>
2 parents 3a7af0c + 3ab4797 commit d3ffb17

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
v2.2.3
28

39
Sign with edited key that expires in a year

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broadcastem-core",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "The core module for Broadcast 'em application",
55
"keywords": [
66
"broadcast",
@@ -28,7 +28,7 @@
2828
"express-easy-zip": "^1.1.5",
2929
"morgan": "^1.10.0",
3030
"multer": "^1.4.2",
31-
"uikit": "^3.5.7",
31+
"uikit": "^3.5.8",
3232
"yargs": "^15.4.1"
3333
},
3434
"devDependencies": {
@@ -38,6 +38,6 @@
3838
"husky": "^4.3.0",
3939
"mocha": "^8.1.3",
4040
"mocha-junit-reporter": "^2.0.0",
41-
"prettier": "^2.1.1"
41+
"prettier": "^2.1.2"
4242
}
4343
}

pages/root.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
<ul
4848
class="uk-tab-bottom uk-margin-remove"
4949
uk-tab="animation: uk-animation-slide-bottom, uk-animation-slide-top; connect: .main"
50-
uk-switcher=""
5150
>
52-
<li class="uk-active"><a href="#">Recieve</a></li>
51+
<li><a href="#">Recieve</a></li>
5352
<li><a href="#">Send</a></li>
5453
</ul>
5554
</div>

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,10 +1486,10 @@ please-upgrade-node@^3.2.0:
14861486
dependencies:
14871487
semver-compare "^1.0.0"
14881488

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==
14931493

14941494
process-nextick-args@~2.0.0:
14951495
version "2.0.1"
@@ -1835,10 +1835,10 @@ typedarray@^0.0.6:
18351835
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
18361836
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
18371837

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==
18421842

18431843
[email protected], unpipe@~1.0.0:
18441844
version "1.0.0"

0 commit comments

Comments
 (0)