Skip to content

Commit a1a9a66

Browse files
committed
chore(deps): update dependency rollup to v2
1 parent 9f4270d commit a1a9a66

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.1.0",
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
@@ -1335,7 +1335,7 @@
13351335
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
13361336
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
13371337

1338-
"@types/estree@*", "@types/estree@0.0.39":
1338+
13391339
version "0.0.39"
13401340
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
13411341
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -4061,6 +4061,11 @@ fsevents@^2.0.6:
40614061
version "2.0.6"
40624062
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.6.tgz#87b19df0bfb4a1a51d7ddb51b01b5f3bedb40c33"
40634063

4064+
fsevents@~2.1.2:
4065+
version "2.1.2"
4066+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
4067+
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
4068+
40644069
function-bind@^1.0.2, function-bind@^1.1.1:
40654070
version "1.1.1"
40664071
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -7902,14 +7907,12 @@ rollup-pluginutils@^2.8.1:
79027907
dependencies:
79037908
estree-walker "^0.6.1"
79047909

7905-
7906-
version "1.32.1"
7907-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
7908-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
7909-
dependencies:
7910-
"@types/estree" "*"
7911-
"@types/node" "*"
7912-
acorn "^7.1.0"
7910+
7911+
version "2.1.0"
7912+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.1.0.tgz#552e248e397a06b9c6db878c0564ca4ee06729c9"
7913+
integrity sha512-gfE1455AEazVVTJoeQtcOq/U6GSxwoj4XPSWVsuWmgIxj7sBQNLDOSA82PbdMe+cP8ql8fR1jogPFe8Wg8g4SQ==
7914+
optionalDependencies:
7915+
fsevents "~2.1.2"
79137916

79147917
rst-selector-parser@^2.2.3:
79157918
version "2.2.3"

0 commit comments

Comments
 (0)