Skip to content

Commit a532bea

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

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"react": "^17.0.2",
9393
"react-dom": "^17.0.2",
9494
"react-tools": "0.13.x",
95-
"rollup": "^1.27.0",
95+
"rollup": "^2.80.0",
9696
"rollup-plugin-babel": "^4.3.3",
9797
"rollup-plugin-commonjs": "^10.1.0",
9898
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2661,7 +2661,7 @@ acorn@^6.4.1:
26612661
resolved "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
26622662
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
26632663

2664-
acorn@^7.1.0, acorn@^7.1.1:
2664+
acorn@^7.1.1:
26652665
version "7.4.1"
26662666
resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
26672667
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
@@ -10143,14 +10143,12 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
1014310143
dependencies:
1014410144
estree-walker "^0.6.1"
1014510145

10146-
rollup@^1.27.0:
10147-
version "1.32.1"
10148-
resolved "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
10149-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
10150-
dependencies:
10151-
"@types/estree" "*"
10152-
"@types/node" "*"
10153-
acorn "^7.1.0"
10146+
rollup@^2.80.0:
10147+
version "2.80.0"
10148+
resolved "https://registry.npmjs.org/rollup/-/rollup-2.80.0.tgz#a82efc15b748e986a7c76f0f771221b1fa108a2c"
10149+
integrity sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==
10150+
optionalDependencies:
10151+
fsevents "~2.3.2"
1015410152

1015510153
run-async@^2.2.0, run-async@^2.4.0:
1015610154
version "2.4.1"

0 commit comments

Comments
 (0)