mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
deps(npm): bump @react-native/eslint-config (#6355)
Bumps the react group with 1 update in the /dependencies directory: [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native). Updates `@react-native/eslint-config` from 0.76.1 to 0.76.2 - [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.76.2/packages/eslint-config-react-native) --- updated-dependencies: - dependency-name: "@react-native/eslint-config" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3aff158526
commit
4013f55081
2 changed files with 9 additions and 9 deletions
16
dependencies/package-lock.json
generated
vendored
16
dependencies/package-lock.json
generated
vendored
|
@ -12,7 +12,7 @@
|
||||||
"@coffeelint/cli": "^5.2.11",
|
"@coffeelint/cli": "^5.2.11",
|
||||||
"@commitlint/config-conventional": "^19.5.0",
|
"@commitlint/config-conventional": "^19.5.0",
|
||||||
"@ibm/tekton-lint": "^1.1.0",
|
"@ibm/tekton-lint": "^1.1.0",
|
||||||
"@react-native/eslint-config": "^0.76.1",
|
"@react-native/eslint-config": "^0.76.2",
|
||||||
"@stoplight/spectral-cli": "^6.14.1",
|
"@stoplight/spectral-cli": "^6.14.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
||||||
"asl-validator": "^3.9.0",
|
"asl-validator": "^3.9.0",
|
||||||
|
@ -5523,13 +5523,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@react-native/eslint-config": {
|
"node_modules/@react-native/eslint-config": {
|
||||||
"version": "0.76.1",
|
"version": "0.76.2",
|
||||||
"resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.1.tgz",
|
"resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.2.tgz",
|
||||||
"integrity": "sha512-YaiE/eoEzw3Ax1UCk5TT6YFnQN927SvTxOk9kV0FQPxR862C9WSVMhzbuwNwgAkkItxzo2qrARx9sdibcCqiyA==",
|
"integrity": "sha512-7w/WkBmBMTu+1i381Wi+XBNINAZaJcvcljShf26u2qXSiSY8pdXL2kb1pS+oZkD7KUDK2AnUbCkSp8hI7+lnyQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.25.2",
|
"@babel/core": "^7.25.2",
|
||||||
"@babel/eslint-parser": "^7.25.1",
|
"@babel/eslint-parser": "^7.25.1",
|
||||||
"@react-native/eslint-plugin": "0.76.1",
|
"@react-native/eslint-plugin": "0.76.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
||||||
"@typescript-eslint/parser": "^7.1.1",
|
"@typescript-eslint/parser": "^7.1.1",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
|
@ -5585,9 +5585,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@react-native/eslint-plugin": {
|
"node_modules/@react-native/eslint-plugin": {
|
||||||
"version": "0.76.1",
|
"version": "0.76.2",
|
||||||
"resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.1.tgz",
|
"resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.2.tgz",
|
||||||
"integrity": "sha512-Sw/WTuV9RVQQ7g+p1wt65g0UCdtd2w0g3eQ6HaYIc3u3HrTXkO9cGXsgd98yV6jjQtXSB/EGnDOajC9y3OmDOw==",
|
"integrity": "sha512-KHNMyxSNgAY4K1bpeTb7E0iUkqQ3ujAIsBQ0DigAiDVuE2S3j29mq/t1jnuyqBYpw0uwkwGNqIwI7W+vSduEtw==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -7,7 +7,7 @@
|
||||||
"@coffeelint/cli": "^5.2.11",
|
"@coffeelint/cli": "^5.2.11",
|
||||||
"@commitlint/config-conventional": "^19.5.0",
|
"@commitlint/config-conventional": "^19.5.0",
|
||||||
"@ibm/tekton-lint": "^1.1.0",
|
"@ibm/tekton-lint": "^1.1.0",
|
||||||
"@react-native/eslint-config": "^0.76.1",
|
"@react-native/eslint-config": "^0.76.2",
|
||||||
"@stoplight/spectral-cli": "^6.14.1",
|
"@stoplight/spectral-cli": "^6.14.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
||||||
"asl-validator": "^3.9.0",
|
"asl-validator": "^3.9.0",
|
||||||
|
|
Loading…
Reference in a new issue