Skip to content

Commit

Permalink
update semver (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
dartess authored Aug 27, 2023
1 parent 2cec0c7 commit 6e7d9ca
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 11 deletions.
51 changes: 42 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/eslint": "^8.21.0",
"@types/jest": "^29.4.0",
"@types/lodash.memoize": "^4.1.7",
"@types/semver": "^7.3.13",
"@types/semver": "7.5.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"benchmark": "^2.1.4",
Expand Down Expand Up @@ -89,7 +89,7 @@
"caniuse-lite": "^1.0.30001473",
"find-up": "^5.0.0",
"lodash.memoize": "4.1.2",
"semver": "7.3.8"
"semver": "7.5.4"
},
"peerDependencies": {
"eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
Expand Down

0 comments on commit 6e7d9ca

Please sign in to comment.