Skip to content

Commit

Permalink
client/ts-web: bump the dev group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev group with 4 updates in the /client-sdk/ts-web directory: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [cypress](https://github.com/cypress-io/cypress), [typedoc](https://github.com/TypeStrong/TypeDoc) and [typescript](https://github.com/microsoft/TypeScript).


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

Updates `cypress` from 13.15.0 to 13.15.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.15.0...v13.15.1)

Updates `typedoc` from 0.26.7 to 0.26.10
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.7...v0.26.10)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 8444b42 commit 3c97f05
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 63 deletions.
8 changes: 4 additions & 4 deletions client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"buffer": "^6.0.3",
"cypress": "^13.15.0",
"cypress": "^13.15.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"protobufjs-cli": "^1.1.3",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions client-sdk/ts-web/ext-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"devDependencies": {
"@oasisprotocol/client-rt": "^1.1.0",
"buffer": "^6.0.3",
"cypress": "^13.15.0",
"cypress": "^13.15.1",
"prettier": "^3.3.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
Expand Down
117 changes: 67 additions & 50 deletions client-sdk/ts-web/package-lock.json

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

8 changes: 4 additions & 4 deletions client-sdk/ts-web/rt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"buffer": "^6.0.3",
"cypress": "^13.15.0",
"cypress": "^13.15.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions client-sdk/ts-web/signer-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"prettier": "^3.3.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
Expand Down

0 comments on commit 3c97f05

Please sign in to comment.