File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 18
18
"devDependencies" : {
19
19
"jest" : " 24.9.0" ,
20
20
"rimraf" : " 2.7.1" ,
21
- "rollup" : " 0.68.2 " ,
21
+ "rollup" : " 3.29.5 " ,
22
22
"rollup-plugin-commonjs" : " 9.3.4" ,
23
23
"@rollup/plugin-node-resolve" : " 6.1.0"
24
24
},
Original file line number Diff line number Diff line change @@ -1095,6 +1095,11 @@ fsevents@^1.2.7:
1095
1095
nan "^2.9.2"
1096
1096
node-pre-gyp "^0.10.0"
1097
1097
1098
+ fsevents@~2.3.2 :
1099
+ version "2.3.3"
1100
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
1101
+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
1102
+
1098
1103
function-bind@^1.0.2, function-bind@^1.1.1 :
1099
1104
version "1.1.1"
1100
1105
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2673,12 +2678,12 @@ rollup-pluginutils@^2.6.0:
2673
2678
estree-walker "^0.6.0"
2674
2679
micromatch "^3.1.10"
2675
2680
2676
- rollup@0.68.2 :
2677
- version "0.68.2 "
2678
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.68.2 .tgz#c26afb5d981ca7a1a32f76087dbde9dad4fcc653 "
2679
- dependencies :
2680
- " @types/estree " " 0.0.39 "
2681
- " @types/node " " * "
2681
+ rollup@3.29.5 :
2682
+ version "3.29.5 "
2683
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5 .tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54 "
2684
+ integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
2685
+ optionalDependencies :
2686
+ fsevents "~2.3.2 "
2682
2687
2683
2688
rsvp@^4.8.4 :
2684
2689
version "4.8.4"
You can’t perform that action at this time.
0 commit comments