Skip to content

Commit 0afbfe3

Browse files
alexmatson-daleonidr-da
authored andcommitted
bump to daml sdk 1.12.0
1 parent b20a4fa commit 0afbfe3

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@daml/hub-react",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Daml React functions for Daml Hub.",
55
"homepage": "https://projectdabl.com",
66
"keywords": [
@@ -18,8 +18,8 @@
1818
],
1919
"license": "Apache-2.0",
2020
"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",
2323
"@mojotech/json-type-validation": "^3.1.0",
2424
"jsonwebtoken": "^8.5.1",
2525
"react": "^16.12.0"
@@ -32,7 +32,7 @@
3232
"lint": "eslint --ext .ts --ignore-pattern lib/ --max-warnings 0 ./"
3333
},
3434
"devDependencies": {
35-
"@daml/types": "1.11.1",
35+
"@daml/types": "1.12.0",
3636
"@testing-library/react-hooks": "^5.0.3",
3737
"@types/jest": "^24.0.23",
3838
"@types/jsonwebtoken": "^8.5.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -303,31 +303,31 @@
303303
exec-sh "^0.3.2"
304304
minimist "^1.2.0"
305305

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==
310310
dependencies:
311-
"@daml/types" "1.11.1"
311+
"@daml/types" "1.12.0"
312312
"@mojotech/json-type-validation" "^3.1.0"
313313
cross-fetch "^3.0.4"
314314
events "^3.1.0"
315315
isomorphic-ws "^4.0.1"
316316
ws "^7.2.1"
317317

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==
322322
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"
325325
react "^16.12.0"
326326

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==
331331
dependencies:
332332
"@mojotech/json-type-validation" "^3.1.0"
333333

0 commit comments

Comments
 (0)