Skip to content

Commit

Permalink
build(deps-dev): bump tsup from 7.2.0 to 8.0.2
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.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 6de2fcb commit 30c9d47
Show file tree
Hide file tree
Showing 10 changed files with 307 additions and 51 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@content-collections/core": "workspace:*",
"@types/node": "^20.9.0",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"tsx": "^4.1.1",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "^20.9.0",
"@types/pluralize": "^0.0.33",
"@vitest/coverage-v8": "^1.5.0",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"tsx": "^4.1.1",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@content-collections/core": "workspace:*",
"@types/node": "20",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@content-collections/core": "workspace:*",
"@vitest/coverage-v8": "^1.5.0",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"happy-dom": "^14.3.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"next": "^14.2.3",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"webpack": "^5.89.0",
"@content-collections/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@content-collections/integrations": "workspace:*",
"@content-collections/vite": "workspace:*",
"@types/node": "20.x",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@content-collections/integrations": "workspace:*",
"@content-collections/vite": "workspace:*",
"@types/node": "20.x",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@content-collections/core": "workspace:*",
"@types/node": "20.x",
"tsup": "^7.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
},
Expand Down
Loading

0 comments on commit 30c9d47

Please sign in to comment.