Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2022
1 parent 495cf28 commit 9d2e9a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.4.17",
"rollup": "2.79.1",
"rollup": "3.2.5",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"extend": "3.0.2",
"fs-extra": "10.1.0",
"node-event-emitter": "0.0.1",
"rollup": "2.79.1",
"rollup": "3.2.5",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"yargs": "17.6.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"qix-faker": "0.3.0",
"rollup": "2.79.1",
"rollup": "3.2.5",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.12.16",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18663,10 +18663,10 @@ rollup-pluginutils@^2.8.1, 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.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.2.5.tgz#9452168ac083218c8212bf53d2448bdc6b8b0de7"
integrity sha512-/Ha7HhVVofduy+RKWOQJrxe4Qb3xyZo+chcpYiD8SoQa4AG7llhupUtyfKSSrdBM2mWJjhM8wZwmbY23NmlIYw==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit 9d2e9a6

Please sign in to comment.