Skip to content

Commit

Permalink
Upgrade dependencies, including Speedscope fork with upstreamed fix (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
taneliang committed Aug 5, 2020
1 parent fe1c11d commit 38ab942
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 397 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Brian Vaughn <bvaughn@fb.com>",
"license": "MIT",
"dependencies": {
"@elg/speedscope": "1.6.0-787837d",
"@elg/speedscope": "1.9.0-846c4e7",
"array-binsearch": "^1.0.1",
"clipboard-js": "^0.3.6",
"d3-hierarchy": "^1.1.9",
Expand All @@ -25,27 +25,27 @@
"scheduler": "^0.19.1"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.5",
"@babel/core": "^7.11.1",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.8",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-jest": "^26.2.2",
"babel-preset-react-app": "^9.1.2",
"confusing-browser-globals": "^1.0.9",
"eslint": "^7.4.0",
"eslint": "^7.6.0",
"eslint-config-fbjs": "^1.1.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-no-for-of-loops": "^1.0.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"flow-bin": "^0.129.0",
"eslint-plugin-react": "^7.20.5",
"flow-bin": "^0.130.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"jest": "^26.2.2",
"parcel": "2.0.0-beta.1",
"postcss-modules": "^2.0.0",
"postcss-modules": "^3.2.0",
"prettier": "1.19.1"
}
}
Loading

0 comments on commit 38ab942

Please sign in to comment.