Skip to content

Commit 8850e14

Browse files
committed
chore(deps): update dependency rollup to v2
1 parent 9aaf6a7 commit 8850e14

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"react": "16.13.1",
7171
"react-dom": "16.13.1",
7272
"react-test-renderer": "16.13.1",
73-
"rollup": "1.32.1",
73+
"rollup": "2.7.2",
7474
"rollup-plugin-babel": "4.4.0",
7575
"rollup-plugin-commonjs": "10.1.0",
7676
"rollup-plugin-node-builtins": "2.1.2",

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@
14241424
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
14251425
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
14261426

1427-
"@types/estree@*", "@types/estree@0.0.39":
1427+
14281428
version "0.0.39"
14291429
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
14301430
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -4158,6 +4158,11 @@ fsevents@^2.0.6:
41584158
version "2.0.6"
41594159
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.6.tgz#87b19df0bfb4a1a51d7ddb51b01b5f3bedb40c33"
41604160

4161+
fsevents@~2.1.2:
4162+
version "2.1.3"
4163+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
4164+
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
4165+
41614166
function-bind@^1.0.2, function-bind@^1.1.1:
41624167
version "1.1.1"
41634168
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -8024,14 +8029,12 @@ rollup-pluginutils@^2.8.1:
80248029
dependencies:
80258030
estree-walker "^0.6.1"
80268031

8027-
8028-
version "1.32.1"
8029-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
8030-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
8031-
dependencies:
8032-
"@types/estree" "*"
8033-
"@types/node" "*"
8034-
acorn "^7.1.0"
8032+
8033+
version "2.7.2"
8034+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.2.tgz#0f8ee6216d33e83c0750116312c2c92b94cc7f72"
8035+
integrity sha512-SdtTZVMMVSPe7SNv4exUyPXARe5v/p3TeeG3LRA5WabLPJt4Usi3wVrvVlyAUTG40JJmqS6zbIHt2vWTss2prw==
8036+
optionalDependencies:
8037+
fsevents "~2.1.2"
80358038

80368039
rst-selector-parser@^2.2.3:
80378040
version "2.2.3"

0 commit comments

Comments
 (0)