Skip to content

Commit

Permalink
chore: Use exact dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Aug 5, 2023
1 parent a1cdfbc commit e3a18d4
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 119 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"devDependencies": {
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"chai": "^4.2.0",
"conventional-recommended-bump": "^6.0.0",
"eslint": "^6.2.2",
"chai": "4.2.0",
"conventional-recommended-bump": "6.0.0",
"eslint": "6.2.2",
"husky": "3.0.4",
"lint-staged": "9.2.5",
"md5-file": "4.0.0",
"mocha": "^6.2.0",
"mocha": "6.2.0",
"nyc": "15.1.0",
"prettier": "1.18.2",
"standard-version": "^8.0.0"
"standard-version": "8.0.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit e3a18d4

Please sign in to comment.