deps(npm): bump @react-native/eslint-config in /dependencies

Bumps [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) from 0.75.2 to 0.75.3.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.75.3/packages/eslint-config-react-native)

---
updated-dependencies:
- dependency-name: "@react-native/eslint-config"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-19 09:43:26 +00:00 committed by GitHub
parent 5d6e3fcecc
commit ca2e103523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
dependencies/package-lock.json generated vendored
View file

@ -12,7 +12,7 @@
"@coffeelint/cli": "^5.2.11",
"@commitlint/config-conventional": "^19.5.0",
"@ibm/tekton-lint": "^1.1.0",
"@react-native/eslint-config": "^0.75.2",
"@react-native/eslint-config": "^0.75.3",
"@stoplight/spectral-cli": "^6.11.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"asl-validator": "^3.8.3",
@ -5279,13 +5279,13 @@
}
},
"node_modules/@react-native/eslint-config": {
"version": "0.75.2",
"resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.75.2.tgz",
"integrity": "sha512-lelWQ/mjwCLONrZ0mrCjWYPZWYckjuVCjdADOSMuEe7/tjwUZYW/e/iQdOvy1USqFwGHLLkTjE722EmQ6P+O7A==",
"version": "0.75.3",
"resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.75.3.tgz",
"integrity": "sha512-BUkgQ3+irVZFfikIX3JgQQut/LABcumMZD3lzWRpf1hpbsEsXmYLo3u9qpfyYsavnqVGtWg8bLZDDGG6lmQBhA==",
"dependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.20.0",
"@react-native/eslint-plugin": "0.75.2",
"@react-native/eslint-plugin": "0.75.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint-config-prettier": "^8.5.0",
@ -5340,9 +5340,9 @@
}
},
"node_modules/@react-native/eslint-plugin": {
"version": "0.75.2",
"resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.75.2.tgz",
"integrity": "sha512-cxvSn+io32l+mbyDcpGGGoDXMwFxsVvb1JHSdfbzxi6+94gdD+ce0gqFJY4FCPg/ebJ2gCvQ8j0lt1NoAizUuQ==",
"version": "0.75.3",
"resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.75.3.tgz",
"integrity": "sha512-p0BwuqflumZtUJ8VUt5YQPsYnxrwfHJZCTQ0N1X+4B8aoBNIKxtfzeIqJsSz/GvM86HGgGnd/nyxEo8IwkPo7Q==",
"engines": {
"node": ">=18"
}

View file

@ -7,7 +7,7 @@
"@coffeelint/cli": "^5.2.11",
"@commitlint/config-conventional": "^19.5.0",
"@ibm/tekton-lint": "^1.1.0",
"@react-native/eslint-config": "^0.75.2",
"@react-native/eslint-config": "^0.75.3",
"@stoplight/spectral-cli": "^6.11.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"asl-validator": "^3.8.3",