Skip to content

Commit 34973c9

Browse files
Bump the development-dependencies group with 7 updates
Bumps the development-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) | `15.1.2` | `16.0.0` | | [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) | `15.1.2` | `16.0.0` | | [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `4.3.0` | `5.2.0` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.3` | `3.7.0` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.1.0` | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.0.0` | `7.1.1` | | [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` | Updates `@react-native-community/cli-platform-android` from 15.1.2 to 16.0.0 - [Release notes](https://github.com/react-native-community/cli/releases) - [Commits](https://github.com/react-native-community/cli/commits/v16.0.0/packages/platform-android) Updates `@react-native-community/cli-platform-ios` from 15.1.2 to 16.0.0 - [Release notes](https://github.com/react-native-community/cli/releases) - [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md) - [Commits](https://github.com/react-native-community/cli/commits/v16.0.0/packages/cli-platform-ios) Updates `@trivago/prettier-plugin-sort-imports` from 4.3.0 to 5.2.0 - [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases) - [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md) - [Commits](trivago/prettier-plugin-sort-imports@v4.3.0...v5.2.0) Updates `eslint-import-resolver-typescript` from 3.6.3 to 3.7.0 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v3.6.3...v3.7.0) Updates `eslint-plugin-react-hooks` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-testing-library` from 7.0.0 to 7.1.1 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](testing-library/eslint-plugin-testing-library@v7.0.0...v7.1.1) Updates `prettier` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.1...3.4.2) --- updated-dependencies: - dependency-name: "@react-native-community/cli-platform-android" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: "@react-native-community/cli-platform-ios" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: "@trivago/prettier-plugin-sort-imports" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 387ec4c commit 34973c9

File tree

2 files changed

+186
-141
lines changed

2 files changed

+186
-141
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@
102102
"@babel/runtime": "^7.26.0",
103103
"@microsoft/eslint-formatter-sarif": "^3.1.0",
104104
"@react-native-community/cli": "15.1.2",
105-
"@react-native-community/cli-platform-android": "15.1.2",
106-
"@react-native-community/cli-platform-ios": "15.1.2",
105+
"@react-native-community/cli-platform-android": "16.0.0",
106+
"@react-native-community/cli-platform-ios": "16.0.0",
107107
"@react-native/babel-preset": "0.76.2",
108108
"@react-native/eslint-config": "0.76.2",
109109
"@react-native/gradle-plugin": "0.76.2",
110110
"@react-native/metro-config": "0.76.2",
111111
"@react-native/typescript-config": "0.76.2",
112112
"@testing-library/react-native": "^12.9.0",
113-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
113+
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
114114
"@types/jest": "^29.5.14",
115115
"@types/markdown-it": "^14.1.2",
116116
"@types/npm-license-crawler": "^0.2.3",
@@ -123,15 +123,15 @@
123123
"babel-jest": "^29.7.0",
124124
"babel-plugin-module-resolver": "^5.0.2",
125125
"eslint": "^8.57.0",
126-
"eslint-import-resolver-typescript": "^3.6.3",
126+
"eslint-import-resolver-typescript": "^3.7.0",
127127
"eslint-plugin-import": "^2.31.0",
128128
"eslint-plugin-no-relative-import-paths": "^1.5.5",
129129
"eslint-plugin-prettier": "5.2.1",
130-
"eslint-plugin-react-hooks": "^5.0.0",
130+
"eslint-plugin-react-hooks": "^5.1.0",
131131
"eslint-plugin-simple-import-sort": "^12.1.1",
132-
"eslint-plugin-testing-library": "^7.0.0",
132+
"eslint-plugin-testing-library": "^7.1.1",
133133
"jest": "^29.7.0",
134-
"prettier": "^3.4.1",
134+
"prettier": "^3.4.2",
135135
"react-native-version": "4.0.0",
136136
"react-test-renderer": "18.3.1",
137137
"ts-jest": "^29.2.5",

0 commit comments

Comments
 (0)