Skip to content

Commit

Permalink
Merge pull request #61 from LedgerHQ/fix-deps
Browse files Browse the repository at this point in the history
Fix extension deps
  • Loading branch information
agrojean-ledger authored Jan 16, 2025
2 parents fdc8c69 + 52fba0d commit e2e34e6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.1]

### Fixed

* Fix extension dependencies

## [0.9.0]

### Added
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ This extension contributes the following settings:

## Release Notes

## 0.9.1

* Fix extension dependencies

## 0.9.0

* Add new functional tests selection menu, with refresh buttons.
Expand Down
29 changes: 6 additions & 23 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ledger-dev-tools",
"displayName": "Ledger Dev Tools",
"description": "Tools to accelerate development of apps for Ledger devices.",
"version": "0.9.0",
"version": "0.9.1",
"publisher": "LedgerHQ",
"license": "Apache",
"icon": "resources/ledger-square.png",
Expand Down Expand Up @@ -299,8 +299,11 @@
"test": "node ./out/test/runTest.js",
"deploy": "vsce publish"
},
"dependencies": {
"@ltd/j-toml": "^1.38.0",
"fast-glob": "^3.3.2"
},
"devDependencies": {
"@ltd/j-toml": "^1.38.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/mocha": "^10.0.10",
"@types/node": "22.9.1",
Expand All @@ -309,7 +312,6 @@
"@typescript-eslint/parser": "^8.15.0",
"@vscode/test-electron": "^2.4.1",
"eslint": "^9.15.0",
"fast-glob": "^3.3.2",
"glob": "^11.0.0",
"mocha": "^10.8.2",
"ts-loader": "^9.5.1",
Expand Down

0 comments on commit e2e34e6

Please sign in to comment.