Skip to content

Commit

Permalink
[Fix] semver should be a prod dep
Browse files Browse the repository at this point in the history
Fixes #2668
  • Loading branch information
ljharb committed Jan 12, 2023
1 parent 82d81f1 commit 520e169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## [Unreleased]

### Fixed
- `semver` should be a prod dep ([#2668])

## [2.27.3] - 2023-01-11

### Fixed
Expand Down Expand Up @@ -1371,6 +1374,7 @@ for info on changes for earlier releases.
[#211]: https://github.com/import-js/eslint-plugin-import/pull/211
[#164]: https://github.com/import-js/eslint-plugin-import/pull/164
[#157]: https://github.com/import-js/eslint-plugin-import/pull/157
[#2668]: https://github.com/import-js/eslint-plugin-import/issues/2668
[#2666]: https://github.com/import-js/eslint-plugin-import/issues/2666
[#2665]: https://github.com/import-js/eslint-plugin-import/issues/2665
[#2444]: https://github.com/import-js/eslint-plugin-import/issues/2444
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,7 +92,6 @@
"redux": "^3.7.2",
"rimraf": "^2.7.1",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.0",
"sinon": "^2.4.1",
"typescript": "^2.8.1 || ~3.9.5 || ~4.5.2",
"typescript-eslint-parser": "^15 || ^20 || ^22"
Expand All @@ -114,6 +113,7 @@
"minimatch": "^3.1.2",
"object.values": "^1.1.6",
"resolve": "^1.22.1",
"semver": "^6.3.0",
"tsconfig-paths": "^3.14.1"
}
}

0 comments on commit 520e169

Please sign in to comment.