Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sdorra committed Sep 12, 2024
1 parent bf7e925 commit f70c04d
Show file tree
Hide file tree
Showing 10 changed files with 384 additions and 274 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.14.9",
"tsup": "^8.0.2",
"tsup": "^8.2.4",
"tsx": "^4.1.1",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/pluralize": "^0.0.33",
"@types/serialize-javascript": "^5.0.4",
"@vitest/coverage-v8": "^2.0.5",
"tsup": "^8.0.2",
"tsup": "^8.2.4",
"tsx": "^4.1.1",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
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": "^8.0.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"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": "^2.0.5",
"tsup": "^8.0.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
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.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
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.7",
"tsup": "^8.0.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"@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": "^8.0.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.3.2"
},
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": "^8.0.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.3.2"
},
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": "^8.0.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.3.2"
},
Expand Down
Loading

0 comments on commit f70c04d

Please sign in to comment.