Skip to content

Commit

Permalink
Bump rollup from 2.79.1 to 3.2.3 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 18, 2022
1 parent c026e44 commit 96ac0b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Expand Up @@ -4,4 +4,4 @@
/test
/tools
nightwatch.conf.js
rollup.config.js
rollup.config.mjs
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,7 +92,7 @@
"nightwatch-saucelabs-endsauce": "^1.2.1",
"nyc": "^15.1.0",
"power-assert": "^1.4.2",
"rollup": "^2.79.1",
"rollup": "^3.2.3",
"rollup-plugin-cleanup": "^3.2.1",
"source-map-support": "^0.5.21"
},
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js → rollup.config.mjs
@@ -1,5 +1,5 @@
import { execSync } from "child_process";
import cleanup from 'rollup-plugin-cleanup';
import cleanup from "rollup-plugin-cleanup";

const name = process.env.npm_package_name;
const version = process.env.NPM_VERSION_SCRIPT === "1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4137,10 +4137,10 @@ rollup-pluginutils@^2.8.2:
dependencies:
estree-walker "^0.6.1"

rollup@^2.79.1:
version "2.79.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
rollup@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.2.3.tgz#67d894c981ad50cc811779748e52c05742560c64"
integrity sha512-qfadtkY5kl0F5e4dXVdj2D+GtOdifasXHFMiL1SMf9ADQDv5Eti6xReef9FKj+iQPR2pvtqWna57s/PjARY4fg==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit 96ac0b4

Please sign in to comment.