Skip to content

Commit 5b15519

Browse files
authored
Bump babel (#4401)
1 parent e22cc42 commit 5b15519

File tree

17 files changed

+680
-679
lines changed

17 files changed

+680
-679
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"test:watch": "polkadot-dev-run-test --watch"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.16.5",
35-
"@babel/register": "^7.16.5",
36-
"@babel/runtime": "^7.16.5",
37-
"@polkadot/dev": "^0.64.26",
34+
"@babel/core": "^7.16.7",
35+
"@babel/register": "^7.16.7",
36+
"@babel/runtime": "^7.16.7",
37+
"@polkadot/dev": "^0.64.27",
3838
"@polkadot/typegen": "workspace:packages/typegen",
39-
"@types/jest": "^27.0.3",
39+
"@types/jest": "^27.4.0",
4040
"copyfiles": "^2.4.1"
4141
},
4242
"resolutions": {

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.1.2-1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.5",
26+
"@babel/runtime": "^7.16.7",
2727
"@polkadot/api-base": "7.1.2-1",
2828
"@polkadot/rpc-augment": "7.1.2-1",
2929
"@polkadot/types": "7.1.2-1",

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.1.2-1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.5",
26+
"@babel/runtime": "^7.16.7",
2727
"@polkadot/rpc-core": "7.1.2-1",
2828
"@polkadot/types": "7.1.2-1",
2929
"@polkadot/util": "^8.2.2",

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.1.2-1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.5",
26+
"@babel/runtime": "^7.16.7",
2727
"@polkadot/api": "7.1.2-1",
2828
"@polkadot/types": "7.1.2-1",
2929
"@polkadot/types-codec": "7.1.2-1",

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.1.2-1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.5",
26+
"@babel/runtime": "^7.16.7",
2727
"@polkadot/api": "7.1.2-1",
2828
"@polkadot/api-augment": "7.1.2-1",
2929
"@polkadot/api-base": "7.1.2-1",

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.1.2-1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.5",
26+
"@babel/runtime": "^7.16.7",
2727
"@polkadot/api-augment": "7.1.2-1",
2828
"@polkadot/api-base": "7.1.2-1",
2929
"@polkadot/api-derive": "7.1.2-1",

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.1.2-1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.5",
26+
"@babel/runtime": "^7.16.7",
2727
"@polkadot/rpc-core": "7.1.2-1",
2828
"@polkadot/types": "7.1.2-1",
2929
"@polkadot/types-codec": "7.1.2-1",

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.1.2-1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.5",
26+
"@babel/runtime": "^7.16.7",
2727
"@polkadot/rpc-augment": "7.1.2-1",
2828
"@polkadot/rpc-provider": "7.1.2-1",
2929
"@polkadot/types": "7.1.2-1",

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": "7.1.2-1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.5",
26+
"@babel/runtime": "^7.16.7",
2727
"@polkadot/keyring": "^8.2.2",
2828
"@polkadot/types": "7.1.2-1",
2929
"@polkadot/types-support": "7.1.2-1",

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.5",
34-
"@babel/register": "^7.16.5",
35-
"@babel/runtime": "^7.16.5",
33+
"@babel/core": "^7.16.7",
34+
"@babel/register": "^7.16.7",
35+
"@babel/runtime": "^7.16.7",
3636
"@polkadot/api": "7.1.2-1",
3737
"@polkadot/api-augment": "7.1.2-1",
3838
"@polkadot/rpc-augment": "7.1.2-1",

0 commit comments

Comments
 (0)