Skip to content

Commit

Permalink
build(deps): bump the packages group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the packages group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@rbxts/pretty-react-hooks](https://github.com/littensy/pretty-react-hooks) | `0.5.2` | `0.6.0` |
| [@rbxts/ripple](https://github.com/littensy/ripple) | `0.8.2` | `0.9.0` |
| @rbxts/compiler-types | `2.3.0-types.1` | `2.3.0-types.2` |
| [@rbxts/types](https://github.com/roblox-ts/types) | `1.0.798` | `1.0.801` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `24.0.0` | `24.1.0` |



Updates `@rbxts/pretty-react-hooks` from 0.5.2 to 0.6.0
- [Commits](https://github.com/littensy/pretty-react-hooks/commits)

Updates `@rbxts/ripple` from 0.8.2 to 0.9.0
- [Release notes](https://github.com/littensy/ripple/releases)
- [Commits](littensy/ripple@v0.8.2...v0.9.0)

Updates `@rbxts/compiler-types` from 2.3.0-types.1 to 2.3.0-types.2

Updates `@rbxts/types` from 1.0.798 to 1.0.801
- [Commits](https://github.com/roblox-ts/types/commits)

Updates `semantic-release` from 24.0.0 to 24.1.0
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.0.0...v24.1.0)

---
updated-dependencies:
- dependency-name: "@rbxts/pretty-react-hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@rbxts/ripple"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@rbxts/compiler-types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@rbxts/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2024
1 parent 13510fc commit e574c2d
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 132 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"clean": "rimraf out/"
},
"devDependencies": {
"@rbxts/compiler-types": "2.3.0-types.1",
"@rbxts/types": "^1.0.798",
"@rbxts/compiler-types": "2.3.0-types.2",
"@rbxts/types": "^1.0.801",
"@semantic-release/git": "^10.0.1",
"rimraf": "^6.0.1",
"roblox-ts": "2.3.0-dev-26ec859",
"semantic-release": "^24.0.0",
"semantic-release": "^24.1.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@rbxts/object-utils": "^1.0.4",
"@rbxts/pretty-react-hooks": "^0.5.2",
"@rbxts/pretty-react-hooks": "^0.6.0",
"@rbxts/react": "^0.4.0",
"@rbxts/react-roblox": "^0.4.0",
"@rbxts/ripple": "^0.8.2",
"@rbxts/ripple": "^0.9.0",
"@rbxts/services": "^1.5.4"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit e574c2d

Please sign in to comment.