Browse Source

Bump deps (#2091)

Jaco Greeff 5 years ago
parent
commit
562e11dc06
100 changed files with 110 additions and 111 deletions
  1. 9 9
      package.json
  2. 1 1
      packages/app-123code/package.json
  3. 1 1
      packages/app-123code/src/AccountSelector.tsx
  4. 1 1
      packages/app-123code/src/Summary.tsx
  5. 1 1
      packages/app-123code/src/SummaryBar.tsx
  6. 1 1
      packages/app-123code/src/Transfer.tsx
  7. 1 1
      packages/app-123code/src/index.tsx
  8. 1 1
      packages/app-123code/src/translate.ts
  9. 2 3
      packages/app-accounts/package.json
  10. 1 1
      packages/app-accounts/scripts/vanitygen.js
  11. 1 1
      packages/app-accounts/src/Account.tsx
  12. 1 1
      packages/app-accounts/src/Banner.tsx
  13. 1 1
      packages/app-accounts/src/Overview.tsx
  14. 1 1
      packages/app-accounts/src/Vanity/Match.tsx
  15. 1 1
      packages/app-accounts/src/Vanity/index.tsx
  16. 1 1
      packages/app-accounts/src/Vanity/translate.ts
  17. 1 1
      packages/app-accounts/src/bipWorker.ts
  18. 1 1
      packages/app-accounts/src/index.tsx
  19. 1 1
      packages/app-accounts/src/modals/Backup.tsx
  20. 1 1
      packages/app-accounts/src/modals/ChangePass.tsx
  21. 1 1
      packages/app-accounts/src/modals/Create.tsx
  22. 1 1
      packages/app-accounts/src/modals/CreateConfirmation.tsx
  23. 1 1
      packages/app-accounts/src/modals/Derive.tsx
  24. 1 1
      packages/app-accounts/src/modals/Identity.tsx
  25. 1 1
      packages/app-accounts/src/modals/Import.tsx
  26. 1 1
      packages/app-accounts/src/modals/Qr.tsx
  27. 1 1
      packages/app-accounts/src/modals/Transfer.tsx
  28. 1 1
      packages/app-accounts/src/translate.ts
  29. 1 1
      packages/app-accounts/src/types.ts
  30. 1 1
      packages/app-accounts/src/vanitygen/calculate.ts
  31. 1 1
      packages/app-accounts/src/vanitygen/cli.ts
  32. 1 1
      packages/app-accounts/src/vanitygen/generate.ts
  33. 1 1
      packages/app-accounts/src/vanitygen/index.ts
  34. 1 1
      packages/app-accounts/src/vanitygen/regex.ts
  35. 1 1
      packages/app-accounts/src/vanitygen/sort.ts
  36. 1 1
      packages/app-accounts/src/vanitygen/types.d.ts
  37. 1 1
      packages/app-address-book/package.json
  38. 1 1
      packages/app-address-book/src/Address.tsx
  39. 1 1
      packages/app-address-book/src/Overview.tsx
  40. 1 1
      packages/app-address-book/src/index.tsx
  41. 1 1
      packages/app-address-book/src/modals/Create.tsx
  42. 1 1
      packages/app-address-book/src/translate.ts
  43. 1 1
      packages/app-address-book/src/types.ts
  44. 1 1
      packages/app-claims/package.json
  45. 1 1
      packages/app-claims/src/Claim.tsx
  46. 1 1
      packages/app-claims/src/index.tsx
  47. 1 1
      packages/app-claims/src/secp256k1.d.ts
  48. 1 1
      packages/app-claims/src/translate.ts
  49. 1 1
      packages/app-claims/src/util.spec.ts
  50. 1 1
      packages/app-claims/src/util.ts
  51. 2 2
      packages/app-contracts/package.json
  52. 1 1
      packages/app-contracts/src/ABI.tsx
  53. 1 1
      packages/app-contracts/src/Codes/Add.tsx
  54. 1 1
      packages/app-contracts/src/Codes/Code.tsx
  55. 1 1
      packages/app-contracts/src/Codes/Upload.tsx
  56. 1 1
      packages/app-contracts/src/Codes/ValidateCode.tsx
  57. 1 1
      packages/app-contracts/src/Codes/index.tsx
  58. 1 1
      packages/app-contracts/src/Contracts/Add.tsx
  59. 1 1
      packages/app-contracts/src/Contracts/Call.tsx
  60. 1 1
      packages/app-contracts/src/Contracts/Contract.tsx
  61. 1 1
      packages/app-contracts/src/Contracts/Outcome.tsx
  62. 1 1
      packages/app-contracts/src/Contracts/ValidateAddr.tsx
  63. 1 1
      packages/app-contracts/src/Contracts/index.tsx
  64. 1 1
      packages/app-contracts/src/Contracts/util.tsx
  65. 1 1
      packages/app-contracts/src/Deploy.tsx
  66. 1 1
      packages/app-contracts/src/Modal.tsx
  67. 1 1
      packages/app-contracts/src/Params.tsx
  68. 1 1
      packages/app-contracts/src/RemoveABI.tsx
  69. 1 1
      packages/app-contracts/src/constants.ts
  70. 1 1
      packages/app-contracts/src/index.tsx
  71. 1 1
      packages/app-contracts/src/store.ts
  72. 1 1
      packages/app-contracts/src/translate.ts
  73. 1 1
      packages/app-contracts/src/types.ts
  74. 1 1
      packages/app-council/package.json
  75. 1 1
      packages/app-council/src/Motions/Motion.tsx
  76. 1 1
      packages/app-council/src/Motions/Propose.tsx
  77. 1 1
      packages/app-council/src/Motions/index.tsx
  78. 1 1
      packages/app-council/src/Overview/Candidate.tsx
  79. 1 1
      packages/app-council/src/Overview/Candidates.tsx
  80. 1 1
      packages/app-council/src/Overview/Members.tsx
  81. 1 1
      packages/app-council/src/Overview/SubmitCandidacy.tsx
  82. 1 1
      packages/app-council/src/Overview/Summary.tsx
  83. 1 1
      packages/app-council/src/Overview/Vote.tsx
  84. 1 1
      packages/app-council/src/Overview/VoteValue.tsx
  85. 1 1
      packages/app-council/src/Overview/Voters.tsx
  86. 1 1
      packages/app-council/src/Overview/index.tsx
  87. 1 1
      packages/app-council/src/Overview/types.ts
  88. 1 1
      packages/app-council/src/index.tsx
  89. 1 1
      packages/app-council/src/translate.ts
  90. 1 1
      packages/app-council/src/useCounter.ts
  91. 1 1
      packages/app-dashboard/package.json
  92. 1 1
      packages/app-dashboard/src/Entry.tsx
  93. 1 1
      packages/app-dashboard/src/Spacer.tsx
  94. 1 1
      packages/app-dashboard/src/index.tsx
  95. 1 1
      packages/app-dashboard/src/translate.ts
  96. 1 1
      packages/app-democracy/package.json
  97. 1 1
      packages/app-democracy/src/Overview/DispatchBlock.tsx
  98. 1 1
      packages/app-democracy/src/Overview/DispatchEntry.tsx
  99. 1 1
      packages/app-democracy/src/Overview/DispatchQueue.tsx
  100. 1 1
      packages/app-democracy/src/Overview/Externals.tsx

+ 9 - 9
package.json

@@ -10,14 +10,14 @@
     "packages/*"
   ],
   "resolutions": {
-    "@polkadot/api": "^0.100.0-beta.17",
-    "@polkadot/api-contract": "^0.100.0-beta.17",
+    "@polkadot/api": "^0.100.0-beta.18",
+    "@polkadot/api-contract": "^0.100.0-beta.18",
     "@polkadot/keyring": "^1.7.1",
-    "@polkadot/types": "^0.100.0-beta.17",
+    "@polkadot/types": "^0.100.0-beta.18",
     "@polkadot/util": "^1.7.1",
     "@polkadot/util-crypto": "^1.7.1",
     "babel-core": "^7.0.0-bridge.0",
-    "typescript": "^3.7.3"
+    "typescript": "^3.7.4"
   },
   "scripts": {
     "analyze": "yarn run build && cd packages/apps && yarn run source-map-explorer build/main.*.js",
@@ -34,11 +34,11 @@
     "start": "cd packages/apps && webpack --config webpack.config.js"
   },
   "devDependencies": {
-    "@babel/core": "^7.7.5",
-    "@babel/register": "^7.7.4",
-    "@babel/runtime": "^7.7.6",
-    "@polkadot/dev-react": "^0.32.13",
-    "@polkadot/ts": "^0.1.88",
+    "@babel/core": "^7.7.7",
+    "@babel/register": "^7.7.7",
+    "@babel/runtime": "^7.7.7",
+    "@polkadot/dev-react": "^0.32.14",
+    "@polkadot/ts": "^0.1.90",
     "autoprefixer": "^9.7.1",
     "empty": "^0.10.1",
     "html-loader": "^0.5.5",

+ 1 - 1
packages/app-123code/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.5",
+    "@babel/runtime": "^7.7.7",
     "@polkadot/react-components": "^0.39.0-beta.29"
   }
 }

+ 1 - 1
packages/app-123code/src/AccountSelector.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-123code/src/Summary.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-123code/src/SummaryBar.tsx

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-123code/src/Transfer.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-123code/src/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-123code/src/translate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 2 - 3
packages/app-accounts/package.json

@@ -10,12 +10,11 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.5",
+    "@babel/runtime": "^7.7.7",
     "@polkadot/react-components": "^0.39.0-beta.29",
-    "@polkadot/react-qr": "^0.48.0-beta.5",
+    "@polkadot/react-qr": "^0.48.0-beta.7",
     "@types/file-saver": "^2.0.0",
     "@types/yargs": "^13.0.2",
-    "babel-plugin-module-resolver": "^3.1.1",
     "detect-browser": "^4.8.0",
     "file-saver": "^2.0.0",
     "yargs": "^15.0.2"

+ 1 - 1
packages/app-accounts/scripts/vanitygen.js

@@ -1,6 +1,6 @@
 #!/usr/bin/env node
 /* eslint-disable @typescript-eslint/no-var-requires */
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/Account.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-staking authors & contributors
+// Copyright 2017-2020 @polkadot/app-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/Banner.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/Overview.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-staking authors & contributors
+// Copyright 2017-2020 @polkadot/app-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/Vanity/Match.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/Vanity/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/Vanity/translate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/bipWorker.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/Backup.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/ChangePass.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/Create.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/CreateConfirmation.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/Derive.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/Identity.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/Import.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/Qr.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/modals/Transfer.tsx

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/translate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/types.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/vanitygen/calculate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/vanitygen/cli.ts

@@ -1,5 +1,5 @@
 #!/usr/bin/env node
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/vanitygen/generate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/vanitygen/index.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/vanitygen/regex.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/vanitygen/sort.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-accounts/src/vanitygen/types.d.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-address-book/package.json

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.5",
+    "@babel/runtime": "^7.7.7",
     "@polkadot/react-components": "^0.39.0-beta.29"
   }
 }

+ 1 - 1
packages/app-address-book/src/Address.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-staking authors & contributors
+// Copyright 2017-2020 @polkadot/app-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-address-book/src/Overview.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-address-book authors & contributors
+// Copyright 2017-2020 @polkadot/app-address-book authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-address-book/src/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-address-book authors & contributors
+// Copyright 2017-2020 @polkadot/app-address-book authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-address-book/src/modals/Create.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-address-book authors & contributors
+// Copyright 2017-2020 @polkadot/app-address-book authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-address-book/src/translate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-address-book authors & contributors
+// Copyright 2017-2020 @polkadot/app-address-book authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-address-book/src/types.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-address-book authors & contributors
+// Copyright 2017-2020 @polkadot/app-address-book authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-claims/package.json

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.5",
+    "@babel/runtime": "^7.7.7",
     "@polkadot/react-components": "^0.39.0-beta.29"
   }
 }

+ 1 - 1
packages/app-claims/src/Claim.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-claims/src/index.tsx

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-claims/src/secp256k1.d.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-claims/src/translate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-claims/src/util.spec.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/react-components authors & contributors
+// Copyright 2017-2020 @polkadot/react-components authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-claims/src/util.ts

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-123code authors & contributors
+// Copyright 2017-2020 @polkadot/app-123code authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 2 - 2
packages/app-contracts/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.5",
-    "@polkadot/api-contract": "^0.100.0-beta.17"
+    "@babel/runtime": "^7.7.7",
+    "@polkadot/api-contract": "^0.100.0-beta.18"
   }
 }

+ 1 - 1
packages/app-contracts/src/ABI.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Codes/Add.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Codes/Code.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-staking authors & contributors
+// Copyright 2017-2020 @polkadot/app-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Codes/Upload.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Codes/ValidateCode.tsx

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Codes/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-staking authors & contributors
+// Copyright 2017-2020 @polkadot/app-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Contracts/Add.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Contracts/Call.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Contracts/Contract.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-staking authors & contributors
+// Copyright 2017-2020 @polkadot/app-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Contracts/Outcome.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Contracts/ValidateAddr.tsx

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Contracts/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-staking authors & contributors
+// Copyright 2017-2020 @polkadot/app-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Contracts/util.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Deploy.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Modal.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/Params.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/RemoveABI.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-accounts authors & contributors
+// Copyright 2017-2020 @polkadot/app-accounts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/constants.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-staking authors & contributors
+// Copyright 2017-2020 @polkadot/app-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/store.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/translate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-contracts/src/types.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-contracts authors & contributors
+// Copyright 2017-2020 @polkadot/app-contracts authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.5",
+    "@babel/runtime": "^7.7.7",
     "@polkadot/react-components": "^0.39.0-beta.29",
     "@polkadot/react-query": "^0.39.0-beta.29"
   }

+ 1 - 1
packages/app-council/src/Motions/Motion.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Motions/Propose.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/ui-staking authors & contributors
+// Copyright 2017-2020 @polkadot/ui-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Motions/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/Candidate.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/Candidates.tsx

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/Members.tsx

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/SubmitCandidacy.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/ui-staking authors & contributors
+// Copyright 2017-2020 @polkadot/ui-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/Summary.tsx

@@ -1,5 +1,5 @@
 /* eslint-disable @typescript-eslint/camelcase */
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/Vote.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/ui-staking authors & contributors
+// Copyright 2017-2020 @polkadot/ui-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/VoteValue.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/ui-staking authors & contributors
+// Copyright 2017-2020 @polkadot/ui-staking authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/Voters.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/Overview/types.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/translate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-council authors & contributors
+// Copyright 2017-2020 @polkadot/app-council authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-council/src/useCounter.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-dashboard/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.5",
+    "@babel/runtime": "^7.7.7",
     "@polkadot/apps-routing": "^0.39.0-beta.29",
     "@polkadot/react-components": "^0.39.0-beta.29"
   }

+ 1 - 1
packages/app-dashboard/src/Entry.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-dashboard authors & contributors
+// Copyright 2017-2020 @polkadot/app-dashboard authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-dashboard/src/Spacer.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-dashboard authors & contributors
+// Copyright 2017-2020 @polkadot/app-dashboard authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-dashboard/src/index.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-dashboard authors & contributors
+// Copyright 2017-2020 @polkadot/app-dashboard authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-dashboard/src/translate.ts

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-dashboard authors & contributors
+// Copyright 2017-2020 @polkadot/app-dashboard authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-democracy/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.5",
+    "@babel/runtime": "^7.7.7",
     "@polkadot/react-components": "^0.39.0-beta.29",
     "@polkadot/react-query": "^0.39.0-beta.29"
   }

+ 1 - 1
packages/app-democracy/src/Overview/DispatchBlock.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-democracy/src/Overview/DispatchEntry.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-democracy/src/Overview/DispatchQueue.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

+ 1 - 1
packages/app-democracy/src/Overview/Externals.tsx

@@ -1,4 +1,4 @@
-// Copyright 2017-2019 @polkadot/app-democracy authors & contributors
+// Copyright 2017-2020 @polkadot/app-democracy authors & contributors
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 

Some files were not shown because too many files changed in this diff