Skip to content

Commit

Permalink
Bump dev deps (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Oct 22, 2019
1 parent e03fc4e commit 44908d4
Show file tree
Hide file tree
Showing 7 changed files with 662 additions and 570 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -5,7 +5,7 @@ module.exports = {
parserOptions: {
...base.parserOptions,
project: [
'./tsconfig.eslint.json'
'./tsconfig.json'
]
}
};
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -12,9 +12,9 @@
"yarn": "^1.10.1"
},
"resolutions": {
"@polkadot/api": "^0.95.0-beta.24",
"@polkadot/api": "^0.95.0-beta.30",
"@polkadot/keyring": "^1.5.1",
"@polkadot/types": "^0.95.0-beta.24",
"@polkadot/types": "^0.95.0-beta.30",
"@polkadot/util": "^1.5.1",
"@polkadot/util-crypto": "^1.5.1",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@polkadot/dev-react": "^0.32.0-beta.10",
"@polkadot/ts": "^0.1.81"
"@polkadot/dev-react": "^0.32.0-beta.11",
"@polkadot/ts": "^0.1.82"
}
}
6 changes: 3 additions & 3 deletions packages/extension-ui/package.json
Expand Up @@ -6,9 +6,9 @@
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.6.3",
"@polkadot/react-identicon": "^0.46.0-beta.13",
"@polkadot/react-qr": "^0.46.0-beta.13",
"@types/react-router": "^5.1.1",
"@polkadot/react-identicon": "^0.46.0-beta.14",
"@polkadot/react-qr": "^0.46.0-beta.14",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^5.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/extension/package.json
Expand Up @@ -5,14 +5,14 @@
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"dependencies": {
"@polkadot/api": "^0.95.0-beta.24",
"@polkadot/api": "^0.95.0-beta.30",
"@polkadot/extension-ui": "^0.13.0-beta.11",
"@polkadot/ui-keyring": "^0.46.0-beta.13"
"@polkadot/ui-keyring": "^0.46.0-beta.14"
},
"devDependencies": {
"@babel/runtime": "^7.6.3",
"@polkadot/keyring": "^1.5.1",
"@types/chrome": "^0.0.89",
"@types/chrome": "^0.0.91",
"@types/firefox-webext-browser": "^70.0.1",
"extensionizer": "^1.0.1",
"extract-loader": "^3.1.0",
Expand Down
11 changes: 0 additions & 11 deletions tsconfig.eslint.json

This file was deleted.

1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -14,6 +14,7 @@
"@polkadot/extension-ui": ["packages/extension-ui/src"],
"@polkadot/extension-ui/*": ["packages/extension-ui/src/*"]
},
"skipLibCheck": true,
"typeRoots": [
"./node_modules/@polkadot/ts",
"./node_modules/@types"
Expand Down

0 comments on commit 44908d4

Please sign in to comment.