Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Jun 18, 2023
1 parent 4a00f8b commit c6d758d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"dependencies": {
"download": "^8.0.0",
"minimist": "^1.2.8",
"mkdirp": "^2.1.6"
"mkdirp": "^3.0.1"
},
"devDependencies": {
"@types/download": "^8.0.2",
"@types/jest": "^29.5.2",
"@types/minimist": "^1.2.2",
"@types/mkdirp": "^2.0.0",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
"peerDependencies": {
"typescript": ">= 4.5.5",
"webpack": "^5.86.0"
"webpack": "^5.87.0"
}
}

0 comments on commit c6d758d

Please sign in to comment.