Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit cf77092

Browse files
committed
Update Minor updates
1 parent ca9ace9 commit cf77092

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"rellax": "^1.12.1",
41-
"tslib": "^2.0.3"
41+
"tslib": "^2.1.0"
4242
},
4343
"devDependencies": {
4444
"@types/chai": "^4.2.14",
@@ -60,7 +60,7 @@
6060
"prettier": "^2.1.2",
6161
"puppeteer": "^5.5.0",
6262
"rimraf": "^3.0.2",
63-
"rollup": "^2.34.2",
63+
"rollup": "^2.38.4",
6464
"rollup-plugin-commonjs": "^10.1.0",
6565
"rollup-plugin-node-resolve": "^5.2.0",
6666
"rollup-plugin-replace": "^2.2.0",

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,6 +1438,11 @@ fsevents@~2.1.2:
14381438
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
14391439
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
14401440

1441+
fsevents@~2.3.1:
1442+
version "2.3.1"
1443+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.1.tgz#b209ab14c61012636c8863507edf7fb68cc54e9f"
1444+
integrity sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==
1445+
14411446
function-bind@^1.1.1:
14421447
version "1.1.1"
14431448
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2884,12 +2889,12 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
28842889
dependencies:
28852890
estree-walker "^0.6.1"
28862891

2887-
rollup@^2.34.2:
2888-
version "2.34.2"
2889-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.34.2.tgz#fa73e05c64df587e9ed4dc80d7d4e7d4a43f8908"
2890-
integrity sha512-mvtQLqu3cNeoctS+kZ09iOPxrc1P1/Bt1z15enuQ5feyKOdM3MJAVFjjsygurDpSWn530xB4AlA83TWIzRstXA==
2892+
rollup@^2.38.4:
2893+
version "2.38.4"
2894+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.38.4.tgz#1b84ea8728c73b1a00a6a6e9c630ec8c3fe48cea"
2895+
integrity sha512-B0LcJhjiwKkTl79aGVF/u5KdzsH8IylVfV56Ut6c9ouWLJcUK17T83aZBetNYSnZtXf2OHD4+2PbmRW+Fp5ulg==
28912896
optionalDependencies:
2892-
fsevents "~2.1.2"
2897+
fsevents "~2.3.1"
28932898

28942899
rxjs@^6.6.3:
28952900
version "6.6.3"
@@ -3321,10 +3326,10 @@ tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
33213326
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
33223327
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
33233328

3324-
tslib@^2.0.3:
3325-
version "2.0.3"
3326-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
3327-
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
3329+
tslib@^2.1.0:
3330+
version "2.1.0"
3331+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
3332+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
33283333

33293334
tslint-config-prettier@^1.18.0:
33303335
version "1.18.0"

0 commit comments

Comments
 (0)