Skip to content

Commit 03acc34

Browse files
Bump rollup-plugin-strip-banner from 1.0.0 to 2.0.0
Bumps [rollup-plugin-strip-banner](https://github.com/mjeanroy/rollup-plugin-strip-banner) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/mjeanroy/rollup-plugin-strip-banner/releases) - [Changelog](https://github.com/mjeanroy/rollup-plugin-strip-banner/blob/master/CHANGELOG.md) - [Commits](mjeanroy/rollup-plugin-strip-banner@v1.0.0...v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent dccc711 commit 03acc34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"rimraf": "^3.0.1",
5050
"rollup": "^1.30.1",
5151
"rollup-plugin-babel": "^4.3.3",
52-
"rollup-plugin-strip-banner": "^1.0.0"
52+
"rollup-plugin-strip-banner": "^2.0.0"
5353
},
5454
"peerDependencies": {
5555
"react": "^16.0.0 || ^17.0.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4798,10 +4798,10 @@ rollup-plugin-babel@^4.3.3:
47984798
"@babel/helper-module-imports" "^7.0.0"
47994799
rollup-pluginutils "^2.8.1"
48004800

4801-
rollup-plugin-strip-banner@^1.0.0:
4802-
version "1.2.0"
4803-
resolved "https://registry.yarnpkg.com/rollup-plugin-strip-banner/-/rollup-plugin-strip-banner-1.2.0.tgz#d029e263bb2bdbabca7cf6bf76f8e12f62e5edfb"
4804-
integrity sha512-B218rz4hAyYzNl/t+5pcHMvB9DNot37sCTHR496wJgD6u91RCyvPW6yYwr1YNP2BbkSniyNR4hXzAlEnUgmRVg==
4801+
rollup-plugin-strip-banner@^2.0.0:
4802+
version "2.0.0"
4803+
resolved "https://registry.yarnpkg.com/rollup-plugin-strip-banner/-/rollup-plugin-strip-banner-2.0.0.tgz#de1a3eb4688964609ac473d75d2bed97f007ea67"
4804+
integrity sha512-9ipg2Wzl+6AZ+8PW65DrvuLzVrf9PjXZW39GeG9R0j0vm6DgxYli14wDpovRuKc+xEjKIE5DLAGwUem4Yvo+IA==
48054805
dependencies:
48064806
extract-banner "0.1.2"
48074807
magic-string "0.25.7"

0 commit comments

Comments
 (0)