Skip to content

Commit e275ad3

Browse files
committed
update deps
2 parents a1f12b9 + 52fec82 commit e275ad3

File tree

13 files changed

+356
-355
lines changed

13 files changed

+356
-355
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"repository": "https://github.com/polkadot-js/extension",
33
"author": "Jaco Greeff <[email protected]>",
44
"license": "Apache-2",
5-
"version": "0.37.3-17",
5+
"version": "0.37.3-18",
66
"private": true,
77
"workspaces": [
88
"packages/*"
99
],
1010
"resolutions": {
11-
"@polkadot/api": "^4.7.1",
11+
"@polkadot/api": "^4.9.3-0",
1212
"@polkadot/keyring": "^6.3.1",
1313
"@polkadot/networks": "^6.3.1",
14-
"@polkadot/types": "^4.7.1",
14+
"@polkadot/types": "^4.9.3-0",
1515
"@polkadot/util": "^6.3.1",
1616
"@polkadot/util-crypto": "^6.3.1",
1717
"@polkadot/x-fetch": "^6.3.1",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.13.16",
41-
"@polkadot/dev": "^0.62.10",
41+
"@polkadot/dev": "^0.62.12",
4242
"@types/jest": "^26.0.22",
4343
"i18next-scanner": "^3.0.0",
4444
"sinon-chrome": "^3.0.1",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@polkadot/extension-base",
33
"description": "Functions, classes and other utilities used in @polkadot/extension",
4-
"version": "0.37.3-17",
4+
"version": "0.37.3-18",
55
"type": "module",
66
"author": "Jaco Greeff <[email protected]>",
77
"license": "Apache-2",
88
"main": "index.js",
99
"sideEffects": false,
1010
"dependencies": {
1111
"@babel/runtime": "^7.13.17",
12-
"@polkadot/api": "^4.7.1",
13-
"@polkadot/extension-inject": "^0.37.3-17",
12+
"@polkadot/api": "^4.9.3-0",
13+
"@polkadot/extension-inject": "^0.37.3-18",
1414
"@polkadot/keyring": "^6.3.1",
15-
"@polkadot/phishing": "^0.6.110",
16-
"@polkadot/ui-keyring": "^0.75.1"
15+
"@polkadot/phishing": "^0.6.125",
16+
"@polkadot/ui-keyring": "^0.75.2-0"
1717
}
1818
}

packages/extension-base/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/extension-base', version: '0.37.3-17' };
6+
export const packageInfo = { name: '@polkadot/extension-base', version: '0.37.3-18' };

packages/extension-chains/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/extension-chains",
33
"description": "Definitions for all known chains as exposed by the extension.",
4-
"version": "0.37.3-17",
4+
"version": "0.37.3-18",
55
"type": "module",
66
"author": "Jaco Greeff <[email protected]>",
77
"license": "Apache-2",

packages/extension-chains/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/extension-chains', version: '0.37.3-17' };
6+
export const packageInfo = { name: '@polkadot/extension-chains', version: '0.37.3-18' };

packages/extension-dapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/extension-dapp",
33
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
4-
"version": "0.37.3-17",
4+
"version": "0.37.3-18",
55
"type": "module",
66
"author": "Jaco Greeff <[email protected]>",
77
"license": "Apache-2",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@babel/runtime": "^7.13.17",
1212
"@metamask/detect-provider": "^1.2.0",
13-
"@polkadot/extension-inject": "^0.37.3-17",
13+
"@polkadot/extension-inject": "^0.37.3-18",
1414
"@polkadot/util": "^6.3.1",
1515
"@polkadot/util-crypto": "^6.3.1",
1616
"web3": "^1.3.0"

packages/extension-dapp/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/extension-dapp', version: '0.37.3-17' };
6+
export const packageInfo = { name: '@polkadot/extension-dapp', version: '0.37.3-18' };

packages/extension-inject/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/extension-inject",
33
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
4-
"version": "0.37.3-17",
4+
"version": "0.37.3-18",
55
"type": "module",
66
"author": "Jaco Greeff <[email protected]>",
77
"license": "Apache-2",

packages/extension-inject/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/extension-inject', version: '0.37.3-17' };
6+
export const packageInfo = { name: '@polkadot/extension-inject', version: '0.37.3-18' };

packages/extension-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/extension-ui",
33
"description": "A sample signer extension for the @polkadot/api",
4-
"version": "0.37.3-17",
4+
"version": "0.37.3-18",
55
"type": "module",
66
"author": "Jaco Greeff <[email protected]>",
77
"license": "Apache-2",
@@ -12,13 +12,13 @@
1212
"@fortawesome/free-regular-svg-icons": "^5.15.3",
1313
"@fortawesome/free-solid-svg-icons": "^5.15.3",
1414
"@fortawesome/react-fontawesome": "^0.1.14",
15-
"@polkadot/extension-base": "^0.37.3-17",
16-
"@polkadot/extension-inject": "^0.37.3-17",
15+
"@polkadot/extension-base": "^0.37.3-18",
16+
"@polkadot/extension-inject": "^0.37.3-18",
1717
"@polkadot/hw-ledger": "^6.3.1",
1818
"@polkadot/keyring": "^6.3.1",
1919
"@polkadot/networks": "^6.3.1",
20-
"@polkadot/react-identicon": "^0.75.1",
21-
"@polkadot/react-qr": "^0.75.1",
20+
"@polkadot/react-identicon": "^0.75.2-0",
21+
"@polkadot/react-qr": "^0.75.2-0",
2222
"@polkadot/util": "^6.3.1",
2323
"@polkadot/util-crypto": "^6.3.1",
2424
"file-saver": "^2.0.5",

0 commit comments

Comments
 (0)