mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e42dd1593d
Summary: We do have a lot of changes on `main` to ship to nightlies. This change bump all the packages with pending changes. ## Changelog [INTERNAL] [CHANGED] - [ci][monorepo] bump package versions Pull Request resolved: https://github.com/facebook/react-native/pull/36184 Test Plan: Will rely on CI run. Reviewed By: hoxyq Differential Revision: D43363981 Pulled By: cortinico fbshipit-source-id: eba5152dbe007eb3fad43f9088d145b3741fd94e
22 lines
495 B
JSON
22 lines
495 B
JSON
{
|
|
"name": "@react-native/virtualized-lists",
|
|
"version": "0.72.1",
|
|
"description": "Virtualized lists for React Native.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/virtualized-lists"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"invariant": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"react-test-renderer": "18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "*",
|
|
"react-test-renderer": "18.2.0"
|
|
}
|
|
}
|