Skip to content

Commit

Permalink
chore(deps-dev): bump @substrate/dev from 0.8.0 to 0.9.0 (#1528)
Browse files Browse the repository at this point in the history
Bumps [@substrate/dev](https://github.com/paritytech/substrate-js-dev) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/paritytech/substrate-js-dev/releases)
- [Changelog](https://github.com/paritytech/substrate-js-dev/blob/main/CHANGELOG.md)
- [Commits](https://github.com/paritytech/substrate-js-dev/commits)

---
updated-dependencies:
- dependency-name: "@substrate/dev"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 67f2806 commit 991821d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"winston-loki": "^6.1.3"
},
"devDependencies": {
"@substrate/dev": "^0.8.0",
"@substrate/dev": "^0.9.0",
"@types/argparse": "2.0.17",
"@types/express": "^5.0.0",
"@types/express-serve-static-core": "^5.0.0",
Expand Down
24 changes: 6 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ __metadata:
"@polkadot/util": "npm:^13.2.1"
"@polkadot/util-crypto": "npm:^13.2.1"
"@substrate/calc": "npm:^0.3.1"
"@substrate/dev": "npm:^0.8.0"
"@substrate/dev": "npm:^0.9.0"
"@types/argparse": "npm:2.0.17"
"@types/express": "npm:^5.0.0"
"@types/express-serve-static-core": "npm:^5.0.0"
Expand Down Expand Up @@ -1645,9 +1645,9 @@ __metadata:
languageName: node
linkType: hard

"@substrate/dev@npm:^0.8.0":
version: 0.8.0
resolution: "@substrate/dev@npm:0.8.0"
"@substrate/dev@npm:^0.9.0":
version: 0.9.0
resolution: "@substrate/dev@npm:0.9.0"
dependencies:
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
"@types/jest": "npm:^29.5.13"
Expand All @@ -1659,7 +1659,6 @@ __metadata:
eslint-plugin-simple-import-sort: "npm:^12.1.1"
jest: "npm:^29.7.0"
prettier: "npm:^3.3.3"
rimraf: "npm:^5.0.10"
ts-jest: "npm:^29.2.5"
typescript: "npm:^5.6.2"
yargs: "npm:^17.7.2"
Expand All @@ -1670,7 +1669,7 @@ __metadata:
substrate-exec-rimraf: ./scripts/substrate-exec-rimraf.cjs
substrate-exec-tsc: ./scripts/substrate-exec-tsc.cjs
substrate-update-pjs-deps: ./scripts/substrate-update-pjs-deps.cjs
checksum: 10/950a20bda48489a1e32b4e19a8dd75a281ba60b52698712ddc80b6fb804204160cd335320d515c654df2f5c6639fb55b6c43ecc8887cd7b10f117bd4609dad8d
checksum: 10/355b9c9711ab6c4f829dd3ea4e8c247f7e360c6c7a049b158b21a8c8f50728f8df040e70a1b97d78713c58a3b3efdb9b00288c96bcf4fc2db0af76925d092be1
languageName: node
linkType: hard

Expand Down Expand Up @@ -3802,7 +3801,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.3.7":
"glob@npm:^10.2.2":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
Expand Down Expand Up @@ -5863,17 +5862,6 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.10":
version: 5.0.10
resolution: "rimraf@npm:5.0.10"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10/f3b8ce81eecbde4628b07bdf9e2fa8b684e0caea4999acb1e3b0402c695cd41f28cd075609a808e61ce2672f528ca079f675ab1d8e8d5f86d56643a03e0b8d2e
languageName: node
linkType: hard

"router@npm:^2.0.0":
version: 2.0.0
resolution: "router@npm:2.0.0"
Expand Down

0 comments on commit 991821d

Please sign in to comment.