Skip to content

Commit

Permalink
build(deps-dev): bump tsup from 7.2.0 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps [tsup](https://github.com/egoist/tsup) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v7.2.0...v8.0.1)

---
updated-dependencies:
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent cd3d58b commit 4d6c10a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 255 deletions.
2 changes: 1 addition & 1 deletion indexer/api-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"vitest": "^0.34.4"
}
}
2 changes: 1 addition & 1 deletion packages/contracts-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"isomorphic-fetch": "^3.0.0",
"jest-dom": "link:@types/@testing-library/jest-dom",
"jsdom": "^22.1.0",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vitest": "^0.34.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/fee-estimation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"isomorphic-fetch": "^3.0.0",
"jest-dom": "link:@types/@testing-library/jest-dom",
"jsdom": "^22.1.0",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"viem": "^1.19.7",
"vite": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3js-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@eth-optimism/contracts-ts": "workspace:^",
"@swc/core": "^1.3.99",
"@vitest/coverage-istanbul": "^0.34.6",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"viem": "^1.19.7",
"vite": "^5.0.2",
Expand Down
Loading

0 comments on commit 4d6c10a

Please sign in to comment.