Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Updated dependencies (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez committed Jan 22, 2021
1 parent b37f8be commit 1c08b02
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 77 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [0.23.1] - 19-Jan-2021

### Changed

- Updated project dependencies.

### Fixed

- ``votingkeylink`` version for the new Testnet.
Expand Down
138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"clime": "^0.5.9",
"ora": "^3.4.0",
"path": "^0.12.7",
"prompts": "^2.1.0",
"prompts": "^2.4.0",
"rxjs": "^6.6.3",
"symbol-hd-wallets": "0.14.0",
"symbol-sdk": "0.23.0",
Expand All @@ -49,9 +49,9 @@
},
"devDependencies": {
"@types/bip32": "^1.0.2",
"@types/chai": "^4.0.4",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^9.6.55",
"@types/node": "^9.6.61",
"@types/ora": "^3.2.0",
"@types/prompts": "^2.0.3",
"@types/proxyquire": "^1.3.28",
Expand All @@ -62,19 +62,19 @@
"chai": "^4.1.2",
"coveralls": "^3.0.14",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prefer-arrow": "^1.1.7",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.3.1",
"import-sort-style-module": "^6.0.0",
"mocha": "^8.2.1",
"nodemon": "^2.0.2",
"nodemon": "^2.0.7",
"nyc": "^15.0.0",
"prettier": "^2.0.5",
"prettier": "^2.2.1",
"prettier-plugin-import-sort": "0.0.4",
"prettier-plugin-organize-imports": "^1.1.1",
"proxyquire": "^2.1.3",
"sinon": "^9.0.1",
"sinon": "^9.2.3",
"ts-mockito": "^2.2.8",
"ts-node": "^5.0.1",
"typescript": "^3.8.3"
Expand Down

0 comments on commit 1c08b02

Please sign in to comment.