Skip to content

Commit

Permalink
Bump the all group with 4 updates (#107)
Browse files Browse the repository at this point in the history
* Bump the all group with 4 updates

Bumps the all group with 4 updates: [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js), [typescript](https://github.com/Microsoft/TypeScript), [husky](https://github.com/typicode/husky) and [tsup](https://github.com/egoist/tsup).


Updates `@inquirer/prompts` from 5.3.0 to 5.3.4
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

Updates `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

Updates `husky` from 9.1.1 to 9.1.4
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.1...v9.1.4)

Updates `tsup` from 8.2.2 to 8.2.3
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v8.2.2...v8.2.3)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump `bun.lockb`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ronin-app[bot] <135042755+ronin-app[bot]@users.noreply.github.com>
Co-authored-by: Leo Lamprecht <[email protected]>
  • Loading branch information
3 people authored Jul 31, 2024
1 parent f220a95 commit bcbd7f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"dependencies": {
"@iarna/toml": "2.2.5",
"@inquirer/prompts": "5.3.0",
"@inquirer/prompts": "5.3.4",
"@paralleldrive/cuid2": "2.2.2",
"chalk-template": "1.1.0",
"get-port": "7.1.0",
Expand All @@ -85,7 +85,7 @@
"open": "10.1.0",
"ora": "8.0.1",
"pluralize": "8.0.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"devDependencies": {
"@types/bun": "1.1.6",
Expand All @@ -99,9 +99,9 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-spellcheck": "0.0.20",
"eslint-plugin-unused-imports": "4.0.1",
"husky": "9.1.1",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"tsup": "8.2.2"
"tsup": "8.2.3"
}
}

0 comments on commit bcbd7f3

Please sign in to comment.