Files
flipper/desktop/plugins/databases/package.json
Pascal Hartig e4a814502a Mass bump deps
Summary:
Bumping everything that's just a patch version behind or safe-looking minor change.

Just hoping to get ahead of dependabot's next run.

Reviewed By: fabiomassimo

Differential Revision: D27367567

fbshipit-source-id: 1bf8bad02e5a9f07f5982466254f9906581230cf
2021-03-27 04:25:57 -07:00

30 lines
742 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-databases",
"id": "Databases",
"version": "0.0.0",
"title": "Databases",
"icon": "internet",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"dateformat": "^4.5.1",
"sql-formatter": "^2.3.3"
},
"devDependencies": {
"@testing-library/react": "^11.2.5",
"@types/dateformat": "^3.0.1",
"@types/sql-formatter": "^2.3.0",
"react-redux": "^7.2.3",
"redux-mock-store": "^1.0.1"
},
"bugs": {
"email": "oncall+flipper@xmail.facebook.com",
"url": "https://fb.workplace.com/groups/flippersupport/"
}
}