Skip to content

Commit

Permalink
add @types/minimatch as dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Aug 9, 2022
1 parent 283261f commit ed58583
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@
"devDependencies": {
"@tada5hi/eslint-config-typescript": "^1.0.4",
"@types/jest": "^27.5.0",
"@types/minimatch": "^3.0.5",
"@types/node": "^18.6.5",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^8.18.0",
"jest": "^27.5.1",
"np": "^7.6.2",
"rimraf": "^3.0.2",
"eslint": "^8.18.0",
"ts-jest": "^27.1.4",
"typescript": "^4.7.4",
"vitepress": "^1.0.0-alpha.4",
Expand Down

0 comments on commit ed58583

Please sign in to comment.