Bump deps

Summary: Just trying to get ahead of dependabot and bump some easy dependencies all at once.

Reviewed By: fabiomassimo

Differential Revision: D27326687

fbshipit-source-id: 0c724c8e3a688aa9777945fcd46061284fd77969
This commit is contained in:
Pascal Hartig
2021-03-25 12:26:46 -07:00
committed by Facebook GitHub Bot
parent 5f082d9267
commit 8c85da5bc8
15 changed files with 684 additions and 396 deletions

View File

@@ -16,7 +16,7 @@
"sql-formatter": "^2.3.3"
},
"devDependencies": {
"@testing-library/react": "^11.2.3",
"@testing-library/react": "^11.2.5",
"@types/dateformat": "^3.0.1",
"@types/sql-formatter": "^2.3.0",
"react-redux": "^7.1.1",

View File

@@ -5,7 +5,12 @@
"version": "0.0.0",
"pluginType": "device",
"supportedDevices": [
{"os": "Android", "specs": ["KaiOS"]}
{
"os": "Android",
"specs": [
"KaiOS"
]
}
],
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
@@ -24,7 +29,7 @@
"recharts": "2.0.3"
},
"devDependencies": {
"@types/recharts": "1.8.18"
"@types/recharts": "1.8.19"
},
"resolutions": {
"@types/react": "16.9.17"

View File

@@ -11,10 +11,10 @@
],
"dependencies": {
"deep-equal": "^2.0.1",
"lodash": "^4.17.19"
"lodash": "^4.17.21"
},
"devDependencies": {
"@testing-library/react": "^11.2.3"
"@testing-library/react": "^11.2.5"
},
"title": "Layout",
"icon": "target",

View File

@@ -17,7 +17,7 @@
"url": "https://fb.workplace.com/groups/flippersupport/"
},
"dependencies": {
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"pako": "^2.0.2",
"xml-beautifier": "^0.4.0"
},

View File

@@ -10,7 +10,7 @@
"flipper-plugin"
],
"dependencies": {
"lodash": "^4.17.19"
"lodash": "^4.17.21"
},
"peerDependencies": {
"flipper-plugin": "0.0.0"