fix(flatMap): don't use the native flatMap function, bump release plugin version
Showing
| ... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
| "@reach/portal": "^0.10.3", | "@reach/portal": "^0.10.3", | ||
| "@reduxjs/toolkit": "^1.3.5", | "@reduxjs/toolkit": "^1.3.5", | ||
| "@types/jest": "^25.2.1", | "@types/jest": "^25.2.1", | ||
| "@types/lodash.flatmap": "^4.5.6", | |||
| "@types/node": "^13.13.5", | "@types/node": "^13.13.5", | ||
| "@types/qs": "^6.9.2", | "@types/qs": "^6.9.2", | ||
| "@types/react": "^16.9.34", | "@types/react": "^16.9.34", | ||
| ... | @@ -55,6 +56,7 @@ | ... | @@ -55,6 +56,7 @@ |
| "i18next-browser-languagedetector": "^3.0.1", | "i18next-browser-languagedetector": "^3.0.1", | ||
| "i18next-xhr-backend": "^2.0.1", | "i18next-xhr-backend": "^2.0.1", | ||
| "jazzicon": "^1.5.0", | "jazzicon": "^1.5.0", | ||
| "lodash.flatmap": "^4.5.0", | |||
| "polished": "^3.3.2", | "polished": "^3.3.2", | ||
| "prettier": "^1.17.0", | "prettier": "^1.17.0", | ||
| "qrcode.react": "^0.9.3", | "qrcode.react": "^0.9.3", | ||
| ... | ... |
Please register or sign in to comment