Skip to content

Commit d27fce3

Browse files
authored
Bump deps (#4531)
1 parent 849588e commit d27fce3

File tree

17 files changed

+201
-174
lines changed

17 files changed

+201
-174
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"test:watch": "polkadot-dev-run-test --watch"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.16.12",
35-
"@babel/register": "^7.16.9",
36-
"@babel/runtime": "^7.16.7",
37-
"@polkadot/dev": "^0.65.46",
34+
"@babel/core": "^7.17.0",
35+
"@babel/register": "^7.17.0",
36+
"@babel/runtime": "^7.17.0",
37+
"@polkadot/dev": "^0.65.49",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.4.0",
4040
"copyfiles": "^2.4.1"

packages/api-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "7.6.2-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.7",
26+
"@babel/runtime": "^7.17.0",
2727
"@polkadot/api-base": "7.6.2-6",
2828
"@polkadot/rpc-augment": "7.6.2-6",
2929
"@polkadot/types": "7.6.2-6",

packages/api-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "7.6.2-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.7",
26+
"@babel/runtime": "^7.17.0",
2727
"@polkadot/rpc-core": "7.6.2-6",
2828
"@polkadot/types": "7.6.2-6",
2929
"@polkadot/util": "^8.3.3",

packages/api-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "7.6.2-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.7",
26+
"@babel/runtime": "^7.17.0",
2727
"@polkadot/api": "7.6.2-6",
2828
"@polkadot/types": "7.6.2-6",
2929
"@polkadot/types-codec": "7.6.2-6",

packages/api-derive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "7.6.2-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.7",
26+
"@babel/runtime": "^7.17.0",
2727
"@polkadot/api": "7.6.2-6",
2828
"@polkadot/api-augment": "7.6.2-6",
2929
"@polkadot/api-base": "7.6.2-6",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "7.6.2-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.7",
26+
"@babel/runtime": "^7.17.0",
2727
"@polkadot/api-augment": "7.6.2-6",
2828
"@polkadot/api-base": "7.6.2-6",
2929
"@polkadot/api-derive": "7.6.2-6",

packages/rpc-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "7.6.2-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.7",
26+
"@babel/runtime": "^7.17.0",
2727
"@polkadot/rpc-core": "7.6.2-6",
2828
"@polkadot/types": "7.6.2-6",
2929
"@polkadot/types-codec": "7.6.2-6",

packages/rpc-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "7.6.2-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.7",
26+
"@babel/runtime": "^7.17.0",
2727
"@polkadot/rpc-augment": "7.6.2-6",
2828
"@polkadot/rpc-provider": "7.6.2-6",
2929
"@polkadot/types": "7.6.2-6",

packages/rpc-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "7.6.2-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.7",
26+
"@babel/runtime": "^7.17.0",
2727
"@polkadot/keyring": "^8.3.3",
2828
"@polkadot/types": "7.6.2-6",
2929
"@polkadot/types-support": "7.6.2-6",
@@ -34,6 +34,6 @@
3434
"@polkadot/x-ws": "^8.3.3",
3535
"eventemitter3": "^4.0.7",
3636
"mock-socket": "^9.1.2",
37-
"nock": "^13.2.2"
37+
"nock": "^13.2.3"
3838
}
3939
}

packages/typegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.cjs"
3131
},
3232
"dependencies": {
33-
"@babel/core": "^7.16.12",
34-
"@babel/register": "^7.16.9",
35-
"@babel/runtime": "^7.16.7",
33+
"@babel/core": "^7.17.0",
34+
"@babel/register": "^7.17.0",
35+
"@babel/runtime": "^7.17.0",
3636
"@polkadot/api": "7.6.2-6",
3737
"@polkadot/api-augment": "7.6.2-6",
3838
"@polkadot/rpc-augment": "7.6.2-6",

0 commit comments

Comments
 (0)