Skip to content

Commit

Permalink
Force exact dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Feb 16, 2024
1 parent 7b87a5c commit 6305798
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 44 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
save-exact=true
118 changes: 90 additions & 28 deletions package-lock.json

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

32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -27,24 +27,24 @@
"release": "release-it"
},
"dependencies": {
"eslint-utils": "^3.0.0",
"rambda": "^7.4.0"
"eslint-utils": "3.0.0",
"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 6305798

Please sign in to comment.