Skip to content

Commit

Permalink
build(deps-dev): bump @types/chai from 5.0.0 to 5.0.1 (#7409)
Browse files Browse the repository at this point in the history
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 5.0.0 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: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent a38e330 commit 4ff64ce
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion libraries/type-length-value/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"buffer": "^6.0.3"
},
"devDependencies": {
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.2",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion memo/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@solana/web3.js": "^1.95.4",
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.2",
"@types/node-fetch": "^2.6.11",
Expand Down
36 changes: 21 additions & 15 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion token-group/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@solana/spl-type-length-value": "0.2.0",
"@solana/web3.js": "^1.95.4",
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.2",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion token-metadata/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@solana/spl-type-length-value": "0.2.0",
"@solana/web3.js": "^1.95.4",
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.2",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion token-swap/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@solana/web3.js": "^1.95.4",
"@types/bn.js": "^5.1.6",
"@types/chai-as-promised": "^8.0.1",
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.9",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@solana/spl-memo": "0.2.4",
"@solana/web3.js": "^1.95.4",
"@types/chai-as-promised": "^8.0.1",
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.2",
"@types/node-fetch": "^2.6.11",
Expand Down

0 comments on commit 4ff64ce

Please sign in to comment.