mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
50d5316b1b
Summary: While verifying the lock deduplication changes, I have spotted that `eslint-plugin-jest` package does not match Jest version used within the workspace. ## Changelog: [INTERNAL][CHANGED] - update `eslint-plugin-jest` package in workspace to align with Jest version used Pull Request resolved: https://github.com/facebook/react-native/pull/53246 Test Plan: Running `yarn test`, `yarn lint-ci` and `test-typescript` checks does not yield any errors. Reviewed By: rshest, cortinico Differential Revision: D80170591 Pulled By: robhogan fbshipit-source-id: f3ac58bc26cf2d3a34899f8558f872b3df85942d
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@react-native/eslint-config",
|
|
"version": "0.82.0-main",
|
|
"description": "ESLint config for React Native",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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": ">= 20.19.4"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/eslint-parser": "^7.25.1",
|
|
"@react-native/eslint-plugin": "0.82.0-main",
|
|
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
"@typescript-eslint/parser": "^8.36.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-ft-flow": "^2.0.1",
|
|
"eslint-plugin-jest": "^29.0.1",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-native": "^4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8",
|
|
"prettier": ">=2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"prettier": "3.6.2"
|
|
}
|
|
}
|