Skip to content

Commit

Permalink
chore(deps): bump the pjs group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the pjs group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `14.1.1` | `14.2.3` |
| [@polkadot/api-augment](https://github.com/polkadot-js/api/tree/HEAD/packages/api-augment) | `14.1.1` | `14.2.3` |
| [@polkadot/api-contract](https://github.com/polkadot-js/api/tree/HEAD/packages/api-contract) | `14.1.1` | `14.2.3` |
| [@polkadot/types](https://github.com/polkadot-js/api/tree/HEAD/packages/types) | `14.1.1` | `14.2.3` |
| [@polkadot/types-codec](https://github.com/polkadot-js/api/tree/HEAD/packages/types-codec) | `14.1.1` | `14.2.3` |
| [@polkadot/util](https://github.com/polkadot-js/common/tree/HEAD/packages/util) | `13.2.1` | `13.2.3` |
| [@polkadot/util-crypto](https://github.com/polkadot-js/common/tree/HEAD/packages/util-crypto) | `13.2.1` | `13.2.3` |



Updates `@polkadot/api` from 14.1.1 to 14.2.3
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.2.3/packages/api)

Updates `@polkadot/api-augment` from 14.1.1 to 14.2.3
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.2.3/packages/api-augment)

Updates `@polkadot/api-contract` from 14.1.1 to 14.2.3
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.2.3/packages/api-contract)

Updates `@polkadot/types` from 14.1.1 to 14.2.3
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.2.3/packages/types)

Updates `@polkadot/types-codec` from 14.1.1 to 14.2.3
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v14.2.3/packages/types-codec)

Updates `@polkadot/util` from 13.2.1 to 13.2.3
- [Release notes](https://github.com/polkadot-js/common/releases)
- [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/common/commits/v13.2.3/packages/util)

Updates `@polkadot/util-crypto` from 13.2.1 to 13.2.3
- [Release notes](https://github.com/polkadot-js/common/releases)
- [Changelog](https://github.com/polkadot-js/common/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/common/commits/v13.2.3/packages/util-crypto)

---
updated-dependencies:
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/api-augment"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/api-contract"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/types-codec"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pjs
- dependency-name: "@polkadot/util"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pjs
- dependency-name: "@polkadot/util-crypto"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pjs
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 158a1f8 commit 35f9e59
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 213 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"test:test-release": "yarn build:scripts && node scripts/build/runYarnPack.js"
},
"dependencies": {
"@polkadot/api": "^14.1.1",
"@polkadot/api-augment": "^14.1.1",
"@polkadot/api-contract": "^14.1.1",
"@polkadot/types": "^14.1.1",
"@polkadot/types-codec": "^14.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"@polkadot/api": "^14.2.3",
"@polkadot/api-augment": "^14.2.3",
"@polkadot/api-contract": "^14.2.3",
"@polkadot/types": "^14.2.3",
"@polkadot/types-codec": "^14.2.3",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@substrate/calc": "^0.3.1",
"argparse": "^2.0.1",
"confmgr": "^1.1.0",
Expand Down
Loading

0 comments on commit 35f9e59

Please sign in to comment.