Skip to content

Commit 119e0ad

Browse files
chore(deps): update dependency rollup to v2 (#727)
1 parent 31241f8 commit 119e0ad

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": "17.0.2",
7171
"react-dom": "17.0.2",
7272
"react-test-renderer": "17.0.2",
73-
"rollup": "1.32.1",
73+
"rollup": "2.56.3",
7474
"rollup-plugin-babel": "3.0.7",
7575
"rollup-plugin-commonjs": "10.1.0",
7676
"rollup-plugin-filesize": "6.1.1",

yarn.lock

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

413-
"@types/estree@*", "@types/estree@0.0.39":
413+
"@types/estree@0.0.39":
414414
version "0.0.39"
415415
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
416416
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -5005,6 +5005,11 @@ fsevents@^1.1.2:
50055005
nan "^2.9.2"
50065006
node-pre-gyp "^0.10.0"
50075007

5008+
fsevents@~2.3.2:
5009+
version "2.3.2"
5010+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
5011+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
5012+
50085013
fstream-ignore@^1.0.5:
50095014
version "1.0.5"
50105015
resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105"
@@ -10186,14 +10191,12 @@ rollup-pluginutils@^2.8.1:
1018610191
dependencies:
1018710192
estree-walker "^0.6.1"
1018810193

10189-
rollup@1.32.1:
10190-
version "1.32.1"
10191-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
10192-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
10193-
dependencies:
10194-
"@types/estree" "*"
10195-
"@types/node" "*"
10196-
acorn "^7.1.0"
10194+
rollup@2.56.3:
10195+
version "2.56.3"
10196+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.3.tgz#b63edadd9851b0d618a6d0e6af8201955a77aeff"
10197+
integrity sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==
10198+
optionalDependencies:
10199+
fsevents "~2.3.2"
1019710200

1019810201
rst-selector-parser@^2.2.3:
1019910202
version "2.2.3"

0 commit comments

Comments
 (0)