Skip to content

Commit

Permalink
[Fix] array.prototype.flatmap should be a prod dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cristobal authored and ljharb committed Jan 12, 2023
1 parent 01950df commit 7cca10b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 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
- `array.prototype.flatmap` should be a prod dep ([#2664], thanks [@cristobal])

## [2.27.0] - 2023-01-11

### Added
Expand Down Expand Up @@ -1032,6 +1035,7 @@ for info on changes for earlier releases.

[`memo-parser`]: ./memo-parser/README.md

[#2664]: https://github.com/import-js/eslint-plugin-import/pull/2664
[#2613]: https://github.com/import-js/eslint-plugin-import/pull/2613
[#2608]: https://github.com/import-js/eslint-plugin-import/pull/2608
[#2605]: https://github.com/import-js/eslint-plugin-import/pull/2605
Expand Down Expand Up @@ -1604,6 +1608,7 @@ for info on changes for earlier releases.
[@chrislloyd]: https://github.com/chrislloyd
[@christianvuerings]: https://github.com/christianvuerings
[@christophercurrie]: https://github.com/christophercurrie
[@cristobal]: https://github.com/cristobal
[@DamienCassou]: https://github.com/DamienCassou
[@danny-andrews]: https://github.com/dany-andrews
[@darkartur]: https://github.com/darkartur
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,6 @@
"@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
"@test-scope/some-module": "file:./tests/files/symlinked-module",
"@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3 || ^5.10.0",
"array.prototype.flatmap": "^1.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "=8.0.3 || ^8.2.6",
Expand Down Expand Up @@ -104,6 +103,7 @@
"dependencies": {
"array-includes": "^3.1.6",
"array.prototype.flat": "^1.3.1",
"array.prototype.flatmap": "^1.3.0",
"debug": "^3.2.7",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.7",
Expand Down

0 comments on commit 7cca10b

Please sign in to comment.