mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
28 lines
766 B
JSON
28 lines
766 B
JSON
{
|
|
"name": "@react-native/eslint-plugin-specs",
|
|
"version": "0.72.2",
|
|
"description": "ESLint rules to validate NativeModule and Component Specs",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/eslint-plugin-specs"
|
|
},
|
|
"scripts": {
|
|
"prepack": "node prepack.js",
|
|
"postpack": "node postpack.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/eslint-parser": "^7.19.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
|
|
"@babel/preset-flow": "^7.18.0",
|
|
"@react-native/codegen": "*",
|
|
"flow-parser": "^0.185.0",
|
|
"make-dir": "^2.1.0",
|
|
"pirates": "^4.0.1",
|
|
"source-map-support": "0.5.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|