Bump dev deps (#181)
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = {
|
||||
parserOptions: {
|
||||
...base.parserOptions,
|
||||
project: [
|
||||
'./tsconfig.eslint.json'
|
||||
'./tsconfig.json'
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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",
|
||||
@@ -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,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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"exclude": [
|
||||
"build",
|
||||
"packages/*/build"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user