Skip to content

Commit

Permalink
fix: array.prototype.flatmap as prod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cristobal committed Jan 12, 2023
1 parent 01950df commit ad34b9c
Showing 1 changed file with 1 addition and 1 deletion.
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 ad34b9c

Please sign in to comment.