Skip to content

Commit

Permalink
[patch] move semver from Deps to Dev Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored and ljharb committed Jul 5, 2023
1 parent 5999555 commit 4da13e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -66,6 +66,7 @@
"object.assign": "^4.1.4",
"rimraf": "^3.0.2",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.1",
"to-ast": "^1.0.0"
},
"engines": {
Expand All @@ -87,8 +88,7 @@
"language-tags": "=1.0.5",
"minimatch": "^3.1.2",
"object.entries": "^1.1.6",
"object.fromentries": "^2.0.6",
"semver": "^6.3.1"
"object.fromentries": "^2.0.6"
},
"peerDependencies": {
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
Expand Down

0 comments on commit 4da13e7

Please sign in to comment.