Skip to content

Commit 282addb

Browse files
Bump rollup from 1.32.1 to 2.79.2
Bumps [rollup](https://github.com/rollup/rollup) from 1.32.1 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG-1.md) - [Commits](rollup/rollup@v1.32.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-version: 2.79.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec17fc5 commit 282addb

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-import": "^2.22.1",
3535
"eslint-plugin-prettier": "^3.1.4",
3636
"prettier": "^1.19.1",
37-
"rollup": "^1.32.1",
37+
"rollup": "^2.79.2",
3838
"rollup-plugin-babel": "^4.4.0",
3939
"rollup-plugin-commonjs": "^10.1.0",
4040
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
408408
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
409409

410-
"@types/estree@*", "@types/estree@0.0.39":
410+
"@types/estree@0.0.39":
411411
version "0.0.39"
412412
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
413413
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -1101,10 +1101,10 @@ fs.realpath@^1.0.0:
11011101
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
11021102
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
11031103

1104-
fsevents@~2.1.2:
1105-
version "2.1.3"
1106-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
1107-
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
1104+
fsevents@~2.3.2:
1105+
version "2.3.3"
1106+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
1107+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
11081108

11091109
function-bind@^1.1.1:
11101110
version "1.1.1"
@@ -2005,21 +2005,12 @@ rollup-pluginutils@^2.8.2:
20052005
dependencies:
20062006
estree-walker "^0.6.1"
20072007

2008-
rollup@^1.32.1:
2009-
version "1.32.1"
2010-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
2011-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
2012-
dependencies:
2013-
"@types/estree" "*"
2014-
"@types/node" "*"
2015-
acorn "^7.1.0"
2016-
2017-
rollup@^2.7.6:
2018-
version "2.7.6"
2019-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.6.tgz#8e6682e64ca65eb33b896dcce902696f0415ce1a"
2020-
integrity sha512-AdHosxHBKyBsdtbT1/AqbWNQ87O4SSxS4N9iMwEpoCDAT6e4Du3uJSy83mp3ckgmCxly5VeXGx0WHsm21Djytg==
2008+
rollup@^2.7.6, rollup@^2.79.2:
2009+
version "2.79.2"
2010+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
2011+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
20212012
optionalDependencies:
2022-
fsevents "~2.1.2"
2013+
fsevents "~2.3.2"
20232014

20242015
run-async@^2.2.0:
20252016
version "2.3.0"

0 commit comments

Comments
 (0)