Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Summary: Lots of PRs open for this at the moment. Tackling them all at once.

Reviewed By: antonk52

Differential Revision: D47665965

fbshipit-source-id: 5a6dda9206c7e9194429bc198e2490fdb38b1369
  • Loading branch information
passy authored and facebook-github-bot committed Jul 21, 2023
1 parent 8f857dc commit 4ec544f
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 651 deletions.
30 changes: 15 additions & 15 deletions js/js-flipper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "7.21.8",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/sinon": "^10.0.11",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "7.22.9",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@types/sinon": "^10.0.15",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"ansi-to-html": "^0.7.2",
"cross-env": "^7.0.3",
"eslint": "8.40.0",
"eslint": "8.45.0",
"eslint-config-fbjs": "^4.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand All @@ -59,14 +59,14 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.5.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"sinon": "^15.0.3",
"jest": "^29.6.1",
"prettier": "^3.0.0",
"sinon": "^15.2.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"typescript": "^5.1.6",
"ws": "^8.12.1"
}
}
Loading

0 comments on commit 4ec544f

Please sign in to comment.