mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
* feat[devtools]: symbolicate source for inspected element ([hoxyq](https://github.com/hoxyq) in [#28471](https://github.com/facebook/react/pull/28471)) * refactor[devtools]: lazily define source for fiber based on component stacks ([hoxyq](https://github.com/hoxyq) in [#28351](https://github.com/facebook/react/pull/28351)) * fix[devtools/tree/element]: onClick -> onMouseDown to handle first click correctly ([hoxyq](https://github.com/hoxyq) in [#28486](https://github.com/facebook/react/pull/28486)) * [DOM] disable legacy mode behind flag ([gnoff](https://github.com/gnoff) in [#28468](https://github.com/facebook/react/pull/28468)) * Fix Broken Links In Documentation ([justindhillon](https://github.com/justindhillon) in [#28321](https://github.com/facebook/react/pull/28321)) * Update /link URLs to react.dev ([rickhanlonii](https://github.com/rickhanlonii) in [#28477](https://github.com/facebook/react/pull/28477)) * [tests] add support for @gate pragma ([gnoff](https://github.com/gnoff) in [#28479](https://github.com/facebook/react/pull/28479)) * Devtools: Unwrap Promise in useFormState ([eps1lon](https://github.com/eps1lon) in [#28319](https://github.com/facebook/react/pull/28319)) * Add support for rendering BigInt ([eps1lon](https://github.com/eps1lon) in [#24580](https://github.com/facebook/react/pull/24580)) * Include server component names in the componentStack in DEV ([sebmarkbage](https://github.com/sebmarkbage) in [#28415](https://github.com/facebook/react/pull/28415))
30 lines
777 B
JSON
30 lines
777 B
JSON
{
|
|
"private": true,
|
|
"name": "react-devtools-timeline",
|
|
"version": "5.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@elg/speedscope": "1.9.0-a6f84db",
|
|
"clipboard-js": "^0.3.6",
|
|
"memoize-one": "^5.1.1",
|
|
"nullthrows": "^1.1.1",
|
|
"pretty-ms": "^7.0.0",
|
|
"react-virtualized-auto-sizer": "^1.0.23",
|
|
"regenerator-runtime": "^0.13.7"
|
|
},
|
|
"devDependencies": {
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.1",
|
|
"@reach/menu-button": "^0.16.1",
|
|
"@reach/tooltip": "^0.16.0",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^4.2.1",
|
|
"file-loader": "^6.0.0",
|
|
"style-loader": "^1.2.1",
|
|
"url-loader": "^4.1.0",
|
|
"vercel": "^20.1.0",
|
|
"webpack": "^5.82.1",
|
|
"webpack-cli": "^5.1.1",
|
|
"webpack-dev-server": "^4.15.0"
|
|
}
|
|
}
|