Skip to content

Commit

Permalink
🐛 cli-helpers: Fix missing @types/figlet dependency (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
deraw authored Aug 30, 2021
1 parent e6ef1fe commit 4e722ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
### CLI Helpers

- 🐛 **Corrections de bugs**
- **build:** Correction du dossier `src` non listé dans la liste des ressources à publier ([#1392](https://github.com/assurance-maladie-digital/design-system/pull/1392))
- **build:** Correction du dossier `src` non listé dans la liste des ressources à publier ([#1392](https://github.com/assurance-maladie-digital/design-system/pull/1392)) ([e6ef1fe](https://github.com/assurance-maladie-digital/design-system/commit/e6ef1fec4094d3bc83b428614528c77e448959d0))
- **dependencies:** Correction de la dépendance `@types/figlet` manquante ([#1393](https://github.com/assurance-maladie-digital/design-system/pull/1393))

### Documentation

Expand Down
4 changes: 2 additions & 2 deletions packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"test": "jest"
},
"dependencies": {
"figlet": "^1.3.0"
"figlet": "^1.3.0",
"@types/figlet": "1.5.4"
},
"devDependencies": {
"@types/figlet": "1.5.4",
"jest-mock-process": "1.4.1"
},
"lint-staged": {
Expand Down

0 comments on commit 4e722ce

Please sign in to comment.