mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f40bb9331c
Summary: #publish-packages-to-npm Bump all package versions to `0.74.0` (next major release) for `main`, following instructions at https://reactnative.dev/contributing/release-branch-cut-and-rc0#12-bump-minor-version-of-all-monorepo-packages-in-main. ```sh yarn bump-all-updated-packages --release-branch-cutoff ``` Changelog: [Internal] Pull Request resolved: https://github.com/facebook/react-native/pull/39764 Test Plan: — Reviewed By: robhogan Differential Revision: D49871039 Pulled By: huntie fbshipit-source-id: f4df6efeae4d8a9209e7aae7b9e6fea3d15793b5
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@react-native/eslint-config",
|
|
"version": "0.74.0",
|
|
"description": "ESLint config for React Native",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/eslint-config-react-native"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native#readme",
|
|
"keywords": [
|
|
"eslint",
|
|
"config",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/eslint-parser": "^7.20.0",
|
|
"@react-native/eslint-plugin": "^0.74.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"@typescript-eslint/parser": "^6.7.4",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-ft-flow": "^2.0.1",
|
|
"eslint-plugin-jest": "^26.5.3",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-native": "^4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8",
|
|
"prettier": ">=2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.23.1",
|
|
"prettier": "2.8.8"
|
|
}
|
|
}
|