Skip to content

Commit

Permalink
chore: remove unused rollup dep (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jun 22, 2021
1 parent 2d79d92 commit e18bac7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -24,7 +24,6 @@
"cypress": "^6.4.0",
"@bazel/esbuild": "^3.6.0",
"@bazel/ibazel": "^0.15.10",
"@bazel/rollup": "^3.2.2",
"@bazel/terser": "^3.2.2",
"@bazel/typescript": "3.2.0",
"@microsoft/api-extractor": "^7.13.2",
Expand All @@ -46,7 +45,6 @@
"lint-staged": "^10.5.4",
"mocha": "^8.3.0",
"prettier": "2.3.0",
"rollup": "^2.40.0",
"serve-static": "^1.14.1",
"terser": "^5.6.0",
"todomvc-app-css": "^2.3.0",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Expand Up @@ -57,11 +57,6 @@
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.15.10.tgz#cf0cff1aec6d8e7bb23e1fc618d09fbd39b7a13f"
integrity sha512-0v+OwCQ6fsGFa50r6MXWbUkSGuWOoZ22K4pMSdtWiL5LKFIE4kfmMmtQS+M7/ICNwk2EIYob+NRreyi/DGUz5A==

"@bazel/rollup@^3.2.2":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-3.5.1.tgz#8a66d2e3d3ac0466fb14f7d2ba1030d3bdced845"
integrity sha512-9aZabnuXlH6IQqA1KtaniNJvgRWNb2GRCOnERMah+feocn+14dmMbH8BfCwMR/DY/bdwflUzdcLPkZsu12whtA==

"@bazel/terser@^3.2.2":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@bazel/terser/-/terser-3.5.1.tgz#3b0ab180eb05aa743cbbcd90803438d984975b8f"
Expand Down Expand Up @@ -3040,13 +3035,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rollup@^2.40.0:
version "2.50.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.50.5.tgz#bbee9d6411af3f5fa5c6e7e2c69f7a65b753e568"
integrity sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==
optionalDependencies:
fsevents "~2.3.1"

run-parallel@^1.1.9:
version "1.2.0"
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
Expand Down

0 comments on commit e18bac7

Please sign in to comment.