Skip to content

Commit

Permalink
Bump deps, TS 3.5.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored May 29, 2019
1 parent fa61646 commit 42f4678
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 215 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.4.5"
"typescript": "^3.5.1"
},
"scripts": {
"build": "NODE_ENV=production polkadot-dev-build-ts",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@polkadot/dev-react": "^0.30.0-beta.6",
"@polkadot/dev-react": "^0.30.0-beta.7",
"@polkadot/ts": "^0.1.56"
}
}
2 changes: 1 addition & 1 deletion packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"dependencies": {
"@polkadot/ui-identicon": "^0.40.0-beta.1",
"@polkadot/ui-identicon": "^0.40.0-beta.2",
"@types/react-router": "^5.0.0",
"@types/react-router-dom": "^4.3.3",
"react-router": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"dependencies": {
"@polkadot/api": "^0.80.0-beta.8",
"@polkadot/api": "^0.80.0-beta.13",
"@polkadot/extension-ui": "^0.1.1-beta.8",
"@polkadot/ui-keyring": "^0.40.0-beta.1"
"@polkadot/ui-keyring": "^0.40.0-beta.2"
},
"devDependencies": {
"@types/chrome": "^0.0.86",
Expand Down
Loading

0 comments on commit 42f4678

Please sign in to comment.