Skip to content

Commit

Permalink
fix: Move @types dependencies to dev (#1811)
Browse files Browse the repository at this point in the history
* fix: Move `@types` dependencies to dev
  • Loading branch information
Jason3S authored Sep 29, 2021
1 parent 1f81db1 commit c29fdcb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ categories:
change-template: |
<details>
<summary>$TITLE (#$NUMBER)</summary>
### $TITLE (#$NUMBER)
$BODY
---
</details>
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
Expand Down
7 changes: 5 additions & 2 deletions packages/cspell/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
},
"homepage": "https://streetsidesoftware.github.io/cspell/",
"dependencies": {
"@types/file-entry-cache": "^5.0.2",
"@types/imurmurhash": "^0.1.1",
"chalk": "^4.1.2",
"commander": "^8.2.0",
"comment-json": "^4.1.1",
Expand All @@ -90,8 +88,10 @@
},
"devDependencies": {
"@cspell/cspell-types": "^5.11.0",
"@types/file-entry-cache": "^5.0.2",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.1.4",
"@types/imurmurhash": "^0.1.1",
"@types/micromatch": "^4.0.2",
"@types/minimatch": "^3.0.5",
"jest": "^27.2.3",
Expand Down

0 comments on commit c29fdcb

Please sign in to comment.