Skip to content

Commit cd98ac6

Browse files
authored
Add tsconfig.build.json (#4440)
1 parent 7bd0819 commit cd98ac6

File tree

14 files changed

+128
-126
lines changed

14 files changed

+128
-126
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.16.7",
35-
"@babel/register": "^7.16.7",
35+
"@babel/register": "^7.16.8",
3636
"@babel/runtime": "^7.16.7",
37-
"@polkadot/dev": "^0.65.23",
37+
"@polkadot/dev": "^0.65.25",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.4.0",
4040
"copyfiles": "^2.4.1"

packages/api-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@polkadot/rpc-core": "7.3.2-2",
2828
"@polkadot/types": "7.3.2-2",
2929
"@polkadot/util": "^8.3.1",
30-
"rxjs": "^7.5.1"
30+
"rxjs": "^7.5.2"
3131
}
3232
}

packages/api-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@polkadot/types-create": "7.3.2-2",
3131
"@polkadot/util": "^8.3.1",
3232
"@polkadot/util-crypto": "^8.3.1",
33-
"rxjs": "^7.5.1"
33+
"rxjs": "^7.5.2"
3434
},
3535
"devDependencies": {
3636
"@polkadot/api-augment": "7.3.2-2",

packages/api-derive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@polkadot/types-codec": "7.3.2-2",
3333
"@polkadot/util": "^8.3.1",
3434
"@polkadot/util-crypto": "^8.3.1",
35-
"rxjs": "^7.5.1"
35+
"rxjs": "^7.5.2"
3636
},
3737
"devDependencies": {
3838
"@polkadot/api": "7.3.2-2",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@polkadot/util": "^8.3.1",
4040
"@polkadot/util-crypto": "^8.3.1",
4141
"eventemitter3": "^4.0.7",
42-
"rxjs": "^7.5.1"
42+
"rxjs": "^7.5.2"
4343
},
4444
"devDependencies": {
4545
"@polkadot/api-augment": "7.3.2-2",

packages/rpc-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@polkadot/rpc-provider": "7.3.2-2",
2929
"@polkadot/types": "7.3.2-2",
3030
"@polkadot/util": "^8.3.1",
31-
"rxjs": "^7.5.1"
31+
"rxjs": "^7.5.2"
3232
},
3333
"devDependencies": {
3434
"@polkadot/keyring": "^8.3.1",

packages/rpc-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"@polkadot/x-ws": "^8.3.1",
3535
"eventemitter3": "^4.0.7",
3636
"mock-socket": "^9.0.8",
37-
"nock": "^13.2.1"
37+
"nock": "^13.2.2"
3838
}
3939
}

packages/typegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@babel/core": "^7.16.7",
34-
"@babel/register": "^7.16.7",
34+
"@babel/register": "^7.16.8",
3535
"@babel/runtime": "^7.16.7",
3636
"@polkadot/api": "7.3.2-2",
3737
"@polkadot/api-augment": "7.3.2-2",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@polkadot/types-create": "7.3.2-2",
3131
"@polkadot/util": "^8.3.1",
3232
"@polkadot/util-crypto": "^8.3.1",
33-
"rxjs": "^7.5.1"
33+
"rxjs": "^7.5.2"
3434
},
3535
"devDependencies": {
3636
"@polkadot/keyring": "^8.3.1",

tsconfig.all.files.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)