Skip to content

Commit

Permalink
Merge pull request #15 from digital-asset/bump-1-11-1
Browse files Browse the repository at this point in the history
bump to 1.11.1
  • Loading branch information
alexmatson-da authored Mar 31, 2021
2 parents 121fef8 + 89e564c commit 0740445
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 285 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daml/hub-react",
"version": "0.1.0",
"version": "0.2.0",
"description": "Daml React functions for Daml Hub.",
"homepage": "https://projectdabl.com",
"keywords": [
Expand All @@ -18,8 +18,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@daml/react": "1.9.0",
"@daml/ledger": "1.9.0",
"@daml/react": "1.11.1",
"@daml/ledger": "1.11.1",
"@mojotech/json-type-validation": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"react": "^16.12.0"
Expand All @@ -32,7 +32,7 @@
"lint": "eslint --ext .ts --ignore-pattern lib/ --max-warnings 0 ./"
},
"devDependencies": {
"@daml/types": "1.9.0",
"@daml/types": "1.11.1",
"@testing-library/react-hooks": "^5.0.3",
"@types/jest": "^24.0.23",
"@types/jsonwebtoken": "^8.5.0",
Expand Down
Loading

0 comments on commit 0740445

Please sign in to comment.