Skip to content

Commit 6d0daf7

Browse files
authored
feat(types): Bump polkadot-js to v2.0.1 for new treasuary types (#310)
1 parent 21e3bbf commit 6d0daf7

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/jest": "^26.0.13",
5353
"@types/morgan": "^1.9.1",
5454
"@types/triple-beam": "^1.3.2",
55-
"@typescript-eslint/eslint-plugin": "^4.2.0",
56-
"@typescript-eslint/parser": "^4.2.0",
55+
"@typescript-eslint/eslint-plugin": "^4.3.0",
56+
"@typescript-eslint/parser": "^4.3.0",
5757
"eslint": "^7.10.0",
5858
"eslint-config-prettier": "^6.12.0",
5959
"eslint-plugin-prettier": "^3.1.4",
@@ -62,7 +62,7 @@
6262
"prettier": "^2.1.2",
6363
"rimraf": "^3.0.2",
6464
"standard-version": "^9.0.0",
65-
"ts-jest": "^26.4.0",
65+
"ts-jest": "^26.4.1",
6666
"tsc-watch": "^4.2.9",
6767
"typescript": "^4.0.3"
6868
},

yarn.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -955,74 +955,74 @@
955955
dependencies:
956956
"@types/yargs-parser" "*"
957957

958-
"@typescript-eslint/eslint-plugin@^4.2.0":
959-
version "4.2.0"
960-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.2.0.tgz#a3d5c11b377b7e18f3cd9c4e87d465fe9432669b"
961-
integrity sha512-zBNRkzvLSwo6y5TG0DVcmshZIYBHKtmzD4N+LYnfTFpzc4bc79o8jNRSb728WV7A4Cegbs+MV5IRAj8BKBgOVQ==
958+
"@typescript-eslint/eslint-plugin@^4.3.0":
959+
version "4.3.0"
960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
961+
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
962962
dependencies:
963-
"@typescript-eslint/experimental-utils" "4.2.0"
964-
"@typescript-eslint/scope-manager" "4.2.0"
963+
"@typescript-eslint/experimental-utils" "4.3.0"
964+
"@typescript-eslint/scope-manager" "4.3.0"
965965
debug "^4.1.1"
966966
functional-red-black-tree "^1.0.1"
967967
regexpp "^3.0.0"
968968
semver "^7.3.2"
969969
tsutils "^3.17.1"
970970

971-
"@typescript-eslint/experimental-utils@4.2.0":
972-
version "4.2.0"
973-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.2.0.tgz#3d0b5cd4aa61f5eb7aa1e873dea0db1410b062d2"
974-
integrity sha512-5BBj6BjgHEndBaQQpUVzRIPERz03LBc0MCQkHwUaH044FJFL08SwWv/sQftk7gf0ShZ2xZysz0LTwCwNt4Xu3w==
971+
"@typescript-eslint/experimental-utils@4.3.0":
972+
version "4.3.0"
973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
974+
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
975975
dependencies:
976976
"@types/json-schema" "^7.0.3"
977-
"@typescript-eslint/scope-manager" "4.2.0"
978-
"@typescript-eslint/types" "4.2.0"
979-
"@typescript-eslint/typescript-estree" "4.2.0"
977+
"@typescript-eslint/scope-manager" "4.3.0"
978+
"@typescript-eslint/types" "4.3.0"
979+
"@typescript-eslint/typescript-estree" "4.3.0"
980980
eslint-scope "^5.0.0"
981981
eslint-utils "^2.0.0"
982982

983-
"@typescript-eslint/parser@^4.2.0":
984-
version "4.2.0"
985-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.2.0.tgz#1879ef400abd73d972e20f14c3522e5b343d1d1b"
986-
integrity sha512-54jJ6MwkOtowpE48C0QJF9iTz2/NZxfKVJzv1ha5imigzHbNSLN9yvbxFFH1KdlRPQrlR8qxqyOvLHHxd397VA==
983+
"@typescript-eslint/parser@^4.3.0":
984+
version "4.3.0"
985+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
986+
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
987987
dependencies:
988-
"@typescript-eslint/scope-manager" "4.2.0"
989-
"@typescript-eslint/types" "4.2.0"
990-
"@typescript-eslint/typescript-estree" "4.2.0"
988+
"@typescript-eslint/scope-manager" "4.3.0"
989+
"@typescript-eslint/types" "4.3.0"
990+
"@typescript-eslint/typescript-estree" "4.3.0"
991991
debug "^4.1.1"
992992

993-
"@typescript-eslint/scope-manager@4.2.0":
994-
version "4.2.0"
995-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.2.0.tgz#d10e6854a65e175b22a28265d372a97c8cce4bfc"
996-
integrity sha512-Tb402cxxObSxWIVT+PnBp5ruT2V/36yj6gG4C9AjkgRlZpxrLAzWDk3neen6ToMBGeGdxtnfFLoJRUecGz9mYQ==
993+
"@typescript-eslint/scope-manager@4.3.0":
994+
version "4.3.0"
995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
996+
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
997997
dependencies:
998-
"@typescript-eslint/types" "4.2.0"
999-
"@typescript-eslint/visitor-keys" "4.2.0"
998+
"@typescript-eslint/types" "4.3.0"
999+
"@typescript-eslint/visitor-keys" "4.3.0"
10001000

1001-
"@typescript-eslint/types@4.2.0":
1002-
version "4.2.0"
1003-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.2.0.tgz#6f6b094329e72040f173123832397c7c0b910fc8"
1004-
integrity sha512-xkv5nIsxfI/Di9eVwN+G9reWl7Me9R5jpzmZUch58uQ7g0/hHVuGUbbn4NcxcM5y/R4wuJIIEPKPDb5l4Fdmwg==
1001+
"@typescript-eslint/types@4.3.0":
1002+
version "4.3.0"
1003+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
1004+
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
10051005

1006-
"@typescript-eslint/typescript-estree@4.2.0":
1007-
version "4.2.0"
1008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.2.0.tgz#9d746240991c305bf225ad5e96cbf57e7fea0551"
1009-
integrity sha512-iWDLCB7z4MGkLipduF6EOotdHNtgxuNKnYD54nMS/oitFnsk4S3S/TE/UYXQTra550lHtlv9eGmp+dvN9pUDtA==
1006+
"@typescript-eslint/typescript-estree@4.3.0":
1007+
version "4.3.0"
1008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
1009+
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
10101010
dependencies:
1011-
"@typescript-eslint/types" "4.2.0"
1012-
"@typescript-eslint/visitor-keys" "4.2.0"
1011+
"@typescript-eslint/types" "4.3.0"
1012+
"@typescript-eslint/visitor-keys" "4.3.0"
10131013
debug "^4.1.1"
10141014
globby "^11.0.1"
10151015
is-glob "^4.0.1"
10161016
lodash "^4.17.15"
10171017
semver "^7.3.2"
10181018
tsutils "^3.17.1"
10191019

1020-
"@typescript-eslint/visitor-keys@4.2.0":
1021-
version "4.2.0"
1022-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.2.0.tgz#ae13838e3a260b63ae51021ecaf1d0cdea8dbba5"
1023-
integrity sha512-WIf4BNOlFOH2W+YqGWa6YKLcK/EB3gEj2apCrqLw6mme1RzBy0jtJ9ewJgnrZDB640zfnv8L+/gwGH5sYp/rGw==
1020+
"@typescript-eslint/visitor-keys@4.3.0":
1021+
version "4.3.0"
1022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
1023+
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
10241024
dependencies:
1025-
"@typescript-eslint/types" "4.2.0"
1025+
"@typescript-eslint/types" "4.3.0"
10261026
eslint-visitor-keys "^2.0.0"
10271027

10281028
JSONStream@^1.0.4:
@@ -2040,9 +2040,9 @@ decamelize@^1.1.0, decamelize@^1.1.2, decamelize@^1.2.0:
20402040
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
20412041

20422042
decimal.js@^10.2.0:
2043-
version "10.2.0"
2044-
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.2.0.tgz#39466113a9e036111d02f82489b5fd6b0b5ed231"
2045-
integrity sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==
2043+
version "10.2.1"
2044+
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.2.1.tgz#238ae7b0f0c793d3e3cea410108b35a2c01426a3"
2045+
integrity sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==
20462046

20472047
decode-uri-component@^0.2.0:
20482048
version "0.2.0"
@@ -3236,9 +3236,9 @@ ip-regex@^2.1.0:
32363236
integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
32373237

32383238
ip-regex@^4.1.0:
3239-
version "4.1.0"
3240-
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.1.0.tgz#5ad62f685a14edb421abebc2fff8db94df67b455"
3241-
integrity sha512-pKnZpbgCTfH/1NLIlOduP/V+WRXzC2MOz3Qo8xmxk8C5GudJLgK5QyLVXOSWy3ParAH7Eemurl3xjv/WXYFvMA==
3239+
version "4.2.0"
3240+
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.2.0.tgz#a03f5eb661d9a154e3973a03de8b23dd0ad6892e"
3241+
integrity sha512-n5cDDeTWWRwK1EBoWwRti+8nP4NbytBBY0pldmnIkq6Z55KNFmWofh4rl9dPZpj+U/nVq7gweR3ylrvMt4YZ5A==
32423242

32433243
ipaddr.js@1.9.1:
32443244
version "1.9.1"
@@ -6045,10 +6045,10 @@ triple-beam@^1.2.0, triple-beam@^1.3.0:
60456045
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
60466046
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
60476047

6048-
ts-jest@^26.4.0:
6049-
version "26.4.0"
6050-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.0.tgz#903c7827f3d3bc33efc2f91be294b164400c32e3"
6051-
integrity sha512-ofBzoCqf6Nv/PoWb/ByV3VNKy2KJSikamOBxvR3E6eVdIw10GwAXoyvMWXXjZJK2s6S27ZE8fI+JBTnGaovl6Q==
6048+
ts-jest@^26.4.1:
6049+
version "26.4.1"
6050+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0"
6051+
integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg==
60526052
dependencies:
60536053
"@types/jest" "26.x"
60546054
bs-logger "0.x"

0 commit comments

Comments
 (0)