Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v3 (#1130)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency rollup to v3

* fix: upgrade rollup

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hovhannes Babayan <bhovhannes@gmail.com>
  • Loading branch information
renovate[bot] and bhovhannes authored Nov 12, 2022
1 parent d06fe73 commit 0b12dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mocha": "9.2.2",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"rollup": "3.2.5",
"rollup": "3.3.0",
"rollup-plugin-terser": "7.0.2",
"should": "13.2.3",
"ts-node": "10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6196,10 +6196,10 @@ rollup-plugin-terser@7.0.2:
serialize-javascript "^4.0.0"
terser "^5.0.0"

rollup@3.2.5:
version "3.2.5"
resolved "https://registry.npmjs.org/rollup/-/rollup-3.2.5.tgz"
integrity sha512-/Ha7HhVVofduy+RKWOQJrxe4Qb3xyZo+chcpYiD8SoQa4AG7llhupUtyfKSSrdBM2mWJjhM8wZwmbY23NmlIYw==
rollup@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.3.0.tgz#ae8dc84808a9c75d775d8b2ed8db1adada31a581"
integrity sha512-wqOV/vUJCYEbWsXvwCkgGWvgaEnsbn4jxBQWKpN816CqsmCimDmCNJI83c6if7QVD4v/zlyRzxN7U2yDT5rfoA==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit 0b12dfc

Please sign in to comment.