Skip to content

Commit 2f19c37

Browse files
build(deps-dev): bump rollup from 1.32.1 to 2.79.2 (#169)
1 parent e212b2b commit 2f19c37

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
@@ -63,7 +63,7 @@
6363
"lint-staged": "^9.5.0",
6464
"prettier": "1.x",
6565
"rimraf": "^2.6.3",
66-
"rollup": "^1.18.0",
66+
"rollup": "^2.79.2",
6767
"rollup-plugin-commonjs": "^10.0.1",
6868
"rollup-plugin-json": "^4.0.0",
6969
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ acorn-walk@^8.1.1:
11141114
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
11151115
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
11161116

1117-
acorn@^7.1.0, acorn@^7.1.1:
1117+
acorn@^7.1.1:
11181118
version "7.4.1"
11191119
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
11201120
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
@@ -2999,6 +2999,11 @@ fsevents@^2.1.2:
29992999
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
30003000
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
30013001

3002+
fsevents@~2.3.2:
3003+
version "2.3.3"
3004+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
3005+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
3006+
30023007
function-bind@^1.1.1:
30033008
version "1.1.1"
30043009
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -6527,14 +6532,12 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.8.1:
65276532
dependencies:
65286533
estree-walker "^0.6.1"
65296534

6530-
rollup@^1.18.0:
6531-
version "1.32.1"
6532-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
6533-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
6534-
dependencies:
6535-
"@types/estree" "*"
6536-
"@types/node" "*"
6537-
acorn "^7.1.0"
6535+
rollup@^2.79.2:
6536+
version "2.79.2"
6537+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
6538+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
6539+
optionalDependencies:
6540+
fsevents "~2.3.2"
65386541

65396542
rsvp@^4.8.4:
65406543
version "4.8.5"

0 commit comments

Comments
 (0)