Skip to content

Commit

Permalink
build: update react native dependencies (#5152)
Browse files Browse the repository at this point in the history
- Update @react-native-community dependencies to their @react-native
  upgrades because the former namespace is deprecated (React release
  0.72)
- Don't install @react-native/eslint-plugin directly because it's a
  dependency of @react-native/eslint-config
  • Loading branch information
ferrarimarco committed Jan 18, 2024
1 parent 3a21ed5 commit f3d1590
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
50 changes: 27 additions & 23 deletions dependencies/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@coffeelint/cli": "^5.2.11",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/eslint-plugin": "^1.3.0",
"@react-native/eslint-config": "^0.73.2",
"@stoplight/spectral-cli": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.61.0",
Expand Down
4 changes: 2 additions & 2 deletions test/inspec/super-linter/controls/super_linter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@
"@babel/preset-react",
"@babel/preset-typescript",
"@coffeelint/cli",
"@react-native-community/eslint-config",
"@react-native-community/eslint-plugin",
"@react-native/eslint-config",
"@react-native/eslint-plugin",
"@stoplight/spectral-cli",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
Expand Down

0 comments on commit f3d1590

Please sign in to comment.