Skip to content

Commit 7cca10b

Browse files
cristoballjharb
authored andcommittedJan 12, 2023
[Fix] array.prototype.flatmap should be a prod dep
1 parent 01950df commit 7cca10b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66

77
## [Unreleased]
88

9+
### Fixed
10+
- `array.prototype.flatmap` should be a prod dep ([#2664], thanks [@cristobal])
11+
912
## [2.27.0] - 2023-01-11
1013

1114
### Added
@@ -1032,6 +1035,7 @@ for info on changes for earlier releases.
10321035

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

1038+
[#2664]: https://github.com/import-js/eslint-plugin-import/pull/2664
10351039
[#2613]: https://github.com/import-js/eslint-plugin-import/pull/2613
10361040
[#2608]: https://github.com/import-js/eslint-plugin-import/pull/2608
10371041
[#2605]: https://github.com/import-js/eslint-plugin-import/pull/2605
@@ -1604,6 +1608,7 @@ for info on changes for earlier releases.
16041608
[@chrislloyd]: https://github.com/chrislloyd
16051609
[@christianvuerings]: https://github.com/christianvuerings
16061610
[@christophercurrie]: https://github.com/christophercurrie
1611+
[@cristobal]: https://github.com/cristobal
16071612
[@DamienCassou]: https://github.com/DamienCassou
16081613
[@danny-andrews]: https://github.com/dany-andrews
16091614
[@darkartur]: https://github.com/darkartur

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
6060
"@test-scope/some-module": "file:./tests/files/symlinked-module",
6161
"@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3 || ^5.10.0",
62-
"array.prototype.flatmap": "^1.3.0",
6362
"babel-cli": "^6.26.0",
6463
"babel-core": "^6.26.3",
6564
"babel-eslint": "=8.0.3 || ^8.2.6",
@@ -104,6 +103,7 @@
104103
"dependencies": {
105104
"array-includes": "^3.1.6",
106105
"array.prototype.flat": "^1.3.1",
106+
"array.prototype.flatmap": "^1.3.0",
107107
"debug": "^3.2.7",
108108
"doctrine": "^2.1.0",
109109
"eslint-import-resolver-node": "^0.3.7",

0 commit comments

Comments
 (0)
Please sign in to comment.