File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @daml/hub-react" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " Daml React functions for Daml Hub." ,
5
5
"homepage" : " https://projectdabl.com" ,
6
6
"keywords" : [
18
18
],
19
19
"license" : " Apache-2.0" ,
20
20
"dependencies" : {
21
- "@daml/react" : " 1.11.1 " ,
22
- "@daml/ledger" : " 1.11.1 " ,
21
+ "@daml/react" : " 1.12.0 " ,
22
+ "@daml/ledger" : " 1.12.0 " ,
23
23
"@mojotech/json-type-validation" : " ^3.1.0" ,
24
24
"jsonwebtoken" : " ^8.5.1" ,
25
25
"react" : " ^16.12.0"
32
32
"lint" : " eslint --ext .ts --ignore-pattern lib/ --max-warnings 0 ./"
33
33
},
34
34
"devDependencies" : {
35
- "@daml/types" : " 1.11.1 " ,
35
+ "@daml/types" : " 1.12.0 " ,
36
36
"@testing-library/react-hooks" : " ^5.0.3" ,
37
37
"@types/jest" : " ^24.0.23" ,
38
38
"@types/jsonwebtoken" : " ^8.5.0" ,
Original file line number Diff line number Diff line change 303
303
exec-sh "^0.3.2"
304
304
minimist "^1.2.0"
305
305
306
- " @daml/ledger@1.11.1 " :
307
- version "1.11.1 "
308
- resolved "https://registry.yarnpkg.com/@daml/ledger/-/ledger-1.11.1 .tgz#82ac59dfe981bb8c19353569d237ce775c2e383f "
309
- integrity sha512-2P0JxZ2QFGN1WlvgoyrlXLcFsQqlSu5pEBBzXMWQLiU4kwJUzfX7EFppsTiLdIyjVfJEjxClJzpgD3JPRTzPbA ==
306
+ " @daml/ledger@1.12.0 " :
307
+ version "1.12.0 "
308
+ resolved "https://registry.yarnpkg.com/@daml/ledger/-/ledger-1.12.0 .tgz#608aa232f2647926fccd016d5e2e42349a3611fa "
309
+ integrity sha512-ZXOgVCUDUSBPRumkGT1PpsLa/AZ5frfagdQ3obNIReucrU3fkdvY8A5WOtCTEcx2GZP1YHM0FZWVKWycWuL8KA ==
310
310
dependencies :
311
- " @daml/types" " 1.11.1 "
311
+ " @daml/types" " 1.12.0 "
312
312
" @mojotech/json-type-validation" " ^3.1.0"
313
313
cross-fetch "^3.0.4"
314
314
events "^3.1.0"
315
315
isomorphic-ws "^4.0.1"
316
316
ws "^7.2.1"
317
317
318
- " @daml/react@1.11.1 " :
319
- version "1.11.1 "
320
- resolved "https://registry.yarnpkg.com/@daml/react/-/react-1.11.1 .tgz#2c0127c0bb44b7171a6dcff260b9dfa7f2d90f2c "
321
- integrity sha512-v05d+Rtv9iSugHTL2VcSxwg0cwG/SWFAFB4N9QfMQgzADi8Et4U1Je/fxK4jWEOomGyDTzBqPAHD6NVnLYWUrA ==
318
+ " @daml/react@1.12.0 " :
319
+ version "1.12.0 "
320
+ resolved "https://registry.yarnpkg.com/@daml/react/-/react-1.12.0 .tgz#34456f08e6b92ab6b541e4004461c11fec0ee22d "
321
+ integrity sha512-AOyP6ZUmNpXHRd/abjq+WpxY0f1XoC9XiwvhiLMowgdQwyRvlKxje0deCyGD4pCZZY66deNt82ptWRJ3D14A1Q ==
322
322
dependencies :
323
- " @daml/ledger" " 1.11.1 "
324
- " @daml/types" " 1.11.1 "
323
+ " @daml/ledger" " 1.12.0 "
324
+ " @daml/types" " 1.12.0 "
325
325
react "^16.12.0"
326
326
327
- " @daml/types@1.11.1 " :
328
- version "1.11.1 "
329
- resolved "https://registry.yarnpkg.com/@daml/types/-/types-1.11.1 .tgz#e1bca26478036a003b1659dbc80b0fe8be5eabff "
330
- integrity sha512-KMLbPdz7Vtp5Bk4bMwjGwTTPFKI0pTPdPiW/U1NerHQiBKjBVmSOj944GF1f4FqcOEVSbQz3xRIjop1nEikDzw ==
327
+ " @daml/types@1.12.0 " :
328
+ version "1.12.0 "
329
+ resolved "https://registry.yarnpkg.com/@daml/types/-/types-1.12.0 .tgz#0a8919d1beaf1c39728555f261d1e114ea5e340a "
330
+ integrity sha512-bfv49+QQFtdTAY7GsCdplTyNo4bRxKl65Ie3z10iEeGnZaF5RDFKwRXFdFEOEbwgeJJAS9nMttWMf1FKQk/NsA ==
331
331
dependencies :
332
332
" @mojotech/json-type-validation" " ^3.1.0"
333
333
You can’t perform that action at this time.
0 commit comments