Skip to content

Commit ad34b9c

Browse files
authored
fix: array.prototype.flatmap as prod dependency
1 parent 01950df commit ad34b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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)