mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
abb7070a51
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44397 X-link: https://github.com/facebook/metro/pull/1270 Upgrades `react-native` and `relay` to the newly published `react@18.3.1`. Changelog: [General][Changed] - Upgrade to `react@18.3.1` Reviewed By: jackpope Differential Revision: D56901818 fbshipit-source-id: 423d35205bb533c6a39c0fed25a1ffea1f0bc12d
40 lines
933 B
JSON
40 lines
933 B
JSON
{
|
|
"name": "@react-native/virtualized-lists",
|
|
"version": "0.75.0-main",
|
|
"description": "Virtualized lists for React Native.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/virtualized-lists"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/virtualized-lists#readme",
|
|
"keywords": [
|
|
"lists",
|
|
"virtualized-lists",
|
|
"section-lists",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"invariant": "^2.2.4",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"react-test-renderer": "18.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^18.2.6",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|