Skip to content

Commit

Permalink
chore(deps): bump chai and @types/chai
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). These dependencies needed to be updated together.

Updates `chai` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.1.1...v5.1.2)

Updates `@types/chai` from 4.3.19 to 5.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Sub-Xaero committed Nov 5, 2024
1 parent fd601de commit 24b3b8e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 18 deletions.
50 changes: 34 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/mixins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@stimulus-library/utilities": "^1.2.1"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.1",
"@types/sinon": "^17.0.1",
"@types/sinon-chai": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mitt": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.1",
"@types/sinon": "^17.0.1",
"@types/sinon-chai": "^4.0.0",
Expand Down

0 comments on commit 24b3b8e

Please sign in to comment.