Skip to content

Commit e0fd21e

Browse files
authored
Merge pull request #2839 from input-output-hk/chore/ddw-895-update-cardano-launcher
2 parents 1cc884f + 2f8919d commit e0fd21e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
### Chores
3535

36+
- Updated cardano-launcher to 0.20220119.0 ([PR 2839](https://github.com/input-output-hk/daedalus/pull/2839))
3637
- Added `storybook:build` check to pre-push hook ([PR 2955](https://github.com/input-output-hk/daedalus/pull/2955))
3738
- Using new faker.js ([PR 2855](https://github.com/input-output-hk/daedalus/pull/2855))
3839
- Fixed spelling issues and typos ([PR 2915](https://github.com/input-output-hk/daedalus/pull/2915))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"bs58": "4.0.1",
210210
"cardano-crypto.js": "5.3.6-rc.6",
211211
"cardano-js": "0.4.8",
212-
"cardano-launcher": "0.20211105.1",
212+
"cardano-launcher": "0.20220119.0",
213213
"cbor": "5.0.2",
214214
"check-disk-space": "3.2.0",
215215
"chroma-js": "2.1.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5484,9 +5484,9 @@ [email protected]:
54845484
js-chain-libs-node "^0.3.0"
54855485
ts-custom-error "^3.1.1"
54865486

5487-
cardano-launcher@0.20211105.1:
5488-
version "0.20211105.1"
5489-
resolved "https://registry.yarnpkg.com/cardano-launcher/-/cardano-launcher-0.20211105.1.tgz#60ea1bd223d3d583b4b68f7bc5613d4c1555f956"
5487+
cardano-launcher@0.20220119.0:
5488+
version "0.20220119.0"
5489+
resolved "https://registry.yarnpkg.com/cardano-launcher/-/cardano-launcher-0.20220119.0.tgz#678accc7e72936882be4d39742f444d2dd0dca85"
54905490
dependencies:
54915491
chalk "4.1.2"
54925492
get-port "5.1.1"

0 commit comments

Comments
 (0)