Skip to content

Commit

Permalink
chore(deps-dev): bump tsup from 8.2.1 to 8.2.2
Browse files Browse the repository at this point in the history
Bumps [tsup](https://github.com/egoist/tsup) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v8.2.1...v8.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 1ee2083 commit 1fcd854
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 50 deletions.
2 changes: 1 addition & 1 deletion apps/jscpd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@vitest/coverage-v8": "^2.0.3",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/badge-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"vitest": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@jscpd/tsconfig": "workspace:*",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"vitest": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/pug": "^2.0.10",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"autoprefixer": "^10.4.19",
"ncp": "^2.0.0",
"nodemon": "^3.1.4",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/leveldb-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@jscpd/tsconfig": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sarif-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^20.14.10",
"@types/spark-md5": "^3.0.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
},
Expand Down
63 changes: 22 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1fcd854

Please sign in to comment.