Skip to content

Commit 592a640

Browse files
Bump rollup from 1.23.1 to 2.79.2 in /example
Bumps [rollup](https://github.com/rollup/rollup) from 1.23.1 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v1.23.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7609bcc commit 592a640

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"input-core": "^2.0.0",
1616
"npm-run-all": "^4.1.5",
17-
"rollup": "^1.23.1",
17+
"rollup": "^2.79.2",
1818
"rollup-plugin-commonjs": "^10.1.0",
1919
"rollup-plugin-node-resolve": "^5.2.0",
2020
"rollup-plugin-svelte": "^5.1.0",

example/yarn.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
resolved "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31"
2424
integrity sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw==
2525

26-
"@types/estree@*", "@types/estree@0.0.39":
26+
"@types/estree@0.0.39":
2727
version "0.0.39"
2828
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
2929
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -40,11 +40,6 @@
4040
dependencies:
4141
"@types/node" "*"
4242

43-
acorn@^7.1.0:
44-
version "7.1.1"
45-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
46-
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
47-
4843
ansi-styles@^3.2.1:
4944
version "3.2.1"
5045
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -176,6 +171,11 @@ esutils@^2.0.2:
176171
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
177172
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
178173

174+
fsevents@~2.3.2:
175+
version "2.3.3"
176+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
177+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
178+
179179
function-bind@^1.0.2, function-bind@^1.1.1:
180180
version "1.1.1"
181181
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -488,14 +488,12 @@ rollup-pluginutils@^2.3.3, rollup-pluginutils@^2.8.1:
488488
dependencies:
489489
estree-walker "^0.6.1"
490490

491-
rollup@^1.23.1:
492-
version "1.23.1"
493-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.23.1.tgz#0315a0f5d0dfb056e6363e1dff05b89ac2da6b8e"
494-
integrity sha512-95C1GZQpr/NIA0kMUQmSjuMDQ45oZfPgDBcN0yZwBG7Kee//m7H68vgIyg+SPuyrTZ5PrXfyLK80OzXeKG5dAA==
495-
dependencies:
496-
"@types/estree" "*"
497-
"@types/node" "*"
498-
acorn "^7.1.0"
491+
rollup@^2.79.2:
492+
version "2.79.2"
493+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
494+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
495+
optionalDependencies:
496+
fsevents "~2.3.2"
499497

500498
sade@^1.4.0:
501499
version "1.6.1"

0 commit comments

Comments
 (0)