Skip to content

Commit

Permalink
Install exact development dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Feb 16, 2024
1 parent e3e51b3 commit d357ec3
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 40 deletions.
114 changes: 88 additions & 26 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -31,20 +31,20 @@
"rambda": "^7.4.0"
},
"devDependencies": {
"chai": "^4.3.7",
"coveralls": "^3.1.1",
"eslint": "^8.29.0",
"eslint-doc-generator": "^1.0.2",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^45.0.1",
"markdownlint-cli": "^0.32.2",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"pr-log": "^5.0.0",
"release-it": "^16.2.0",
"semver": "^7.3.8"
"chai": "4.3.7",
"coveralls": "3.1.1",
"eslint": "8.29.0",
"eslint-doc-generator": "1.0.2",
"eslint-plugin-eslint-plugin": "5.0.6",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-unicorn": "45.0.1",
"markdownlint-cli": "0.32.2",
"mocha": "10.0.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"pr-log": "5.0.0",
"release-it": "16.2.0",
"semver": "7.3.8"
},
"peerDependencies": {
"eslint": ">=7.0.0"
Expand Down

0 comments on commit d357ec3

Please sign in to comment.