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
29 lines
711 B
JSON
29 lines
711 B
JSON
{
|
|
"name": "@react-native/gradle-plugin",
|
|
"version": "0.72.3",
|
|
"description": "⚛️ Gradle Plugin for React Native",
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/react-native-gradle-plugin"
|
|
},
|
|
"scripts": {
|
|
"build": "./gradlew build",
|
|
"clean": "./gradlew clean",
|
|
"test": "./gradlew check"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"settings.gradle.kts",
|
|
"build.gradle.kts",
|
|
"gradle",
|
|
"gradlew",
|
|
"gradlew.bat",
|
|
"src/main",
|
|
"README.md"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|