1
0
Fork 0

devDeps: remove unused flow-bin

pull/1520/head
legobt 2023-09-03 03:16:34 +00:00
parent 415c42d27c
commit 01a86f3c49
No known key found for this signature in database
GPG Key ID: C5F28D4B2B8927AB
2 changed files with 1 additions and 15 deletions

13
package-lock.json generated
View File

@ -15,7 +15,6 @@
"eslint-plugin-github": "^4.9.2", "eslint-plugin-github": "^4.9.2",
"eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"flow-bin": "^0.115.0",
"jest": "^29.6.4", "jest": "^29.6.4",
"lerna": "^7.1.4", "lerna": "^7.1.4",
"nx": "16.6.0", "nx": "16.6.0",
@ -5768,18 +5767,6 @@
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
"dev": true "dev": true
}, },
"node_modules/flow-bin": {
"version": "0.115.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.115.0.tgz",
"integrity": "sha512-xW+U2SrBaAr0EeLvKmXAmsdnrH6x0Io17P6yRJTNgrrV42G8KXhBAD00s6oGbTTqRyHD0nP47kyuU34zljZpaQ==",
"dev": true,
"bin": {
"flow": "cli.js"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/follow-redirects": { "node_modules/follow-redirects": {
"version": "1.15.4", "version": "1.15.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",

View File

@ -25,7 +25,6 @@
"eslint-plugin-github": "^4.9.2", "eslint-plugin-github": "^4.9.2",
"eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"flow-bin": "^0.115.0",
"jest": "^29.6.4", "jest": "^29.6.4",
"lerna": "^7.1.4", "lerna": "^7.1.4",
"nx": "16.6.0", "nx": "16.6.0",
@ -33,4 +32,4 @@
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"typescript": "^5.2.2" "typescript": "^5.2.2"
} }
} }