Skip to content

Commit 82c16e2

Browse files
authored
Bump deps (#4846)
1 parent e6a4320 commit 82c16e2

File tree

17 files changed

+644
-584
lines changed

17 files changed

+644
-584
lines changed

package.json

Lines changed: 3 additions & 3 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.17.12",
34+
"@babel/core": "^7.18.0",
3535
"@babel/register": "^7.17.7",
36-
"@babel/runtime": "^7.17.9",
37-
"@polkadot/dev": "^0.66.23",
36+
"@babel/runtime": "^7.18.0",
37+
"@polkadot/dev": "^0.66.28",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.5.1",
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": "8.4.3-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.17.9",
26+
"@babel/runtime": "^7.18.0",
2727
"@polkadot/api-base": "8.4.3-6",
2828
"@polkadot/rpc-augment": "8.4.3-6",
2929
"@polkadot/types": "8.4.3-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": "8.4.3-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.17.9",
26+
"@babel/runtime": "^7.18.0",
2727
"@polkadot/rpc-core": "8.4.3-6",
2828
"@polkadot/types": "8.4.3-6",
2929
"@polkadot/util": "^9.2.1",

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": "8.4.3-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.17.9",
26+
"@babel/runtime": "^7.18.0",
2727
"@polkadot/api": "8.4.3-6",
2828
"@polkadot/types": "8.4.3-6",
2929
"@polkadot/types-codec": "8.4.3-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": "8.4.3-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.17.9",
26+
"@babel/runtime": "^7.18.0",
2727
"@polkadot/api": "8.4.3-6",
2828
"@polkadot/api-augment": "8.4.3-6",
2929
"@polkadot/api-base": "8.4.3-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": "8.4.3-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.17.9",
26+
"@babel/runtime": "^7.18.0",
2727
"@polkadot/api-augment": "8.4.3-6",
2828
"@polkadot/api-base": "8.4.3-6",
2929
"@polkadot/api-derive": "8.4.3-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": "8.4.3-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.17.9",
26+
"@babel/runtime": "^7.18.0",
2727
"@polkadot/rpc-core": "8.4.3-6",
2828
"@polkadot/types": "8.4.3-6",
2929
"@polkadot/types-codec": "8.4.3-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": "8.4.3-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.17.9",
26+
"@babel/runtime": "^7.18.0",
2727
"@polkadot/rpc-augment": "8.4.3-6",
2828
"@polkadot/rpc-provider": "8.4.3-6",
2929
"@polkadot/types": "8.4.3-6",

packages/rpc-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"version": "8.4.3-6",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.17.9",
26+
"@babel/runtime": "^7.18.0",
2727
"@polkadot/keyring": "^9.2.1",
2828
"@polkadot/types": "8.4.3-6",
2929
"@polkadot/types-support": "8.4.3-6",

packages/typegen/package.json

Lines changed: 2 additions & 2 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.17.12",
33+
"@babel/core": "^7.18.0",
3434
"@babel/register": "^7.17.7",
35-
"@babel/runtime": "^7.17.9",
35+
"@babel/runtime": "^7.18.0",
3636
"@polkadot/api": "8.4.3-6",
3737
"@polkadot/api-augment": "8.4.3-6",
3838
"@polkadot/rpc-augment": "8.4.3-6",

0 commit comments

Comments
 (0)