Skip to content

Commit

Permalink
Update all package usage on main after a bump (#36200)
Browse files Browse the repository at this point in the history
Summary:
This updates all the package usages after the recent bump on main.

## Changelog

[INTERNAL] - Update all package usage on main after a bump

Pull Request resolved: #36200

Test Plan: Relying on CI

Reviewed By: hoxyq

Differential Revision: D43397084

Pulled By: cortinico

fbshipit-source-id: 06a13772a627f812d7d39931f32071fa3eaa59f9
  • Loading branch information
cortinico authored and facebook-github-bot committed Feb 17, 2023
1 parent 260aab7 commit 0b2bd0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"@react-native-community/cli-platform-android": "10.0.0",
"@react-native-community/cli-platform-ios": "10.0.0",
"@react-native/assets-registry": "^0.72.0",
"@react-native/gradle-plugin": "^0.72.2",
"@react-native/js-polyfills": "^0.72.0",
"@react-native/gradle-plugin": "^0.72.3",
"@react-native/js-polyfills": "^0.72.1",
"@react-native/normalize-colors": "^0.72.0",
"@react-native/virtualized-lists": "^0.72.0",
"@react-native/virtualized-lists": "^0.72.1",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"base64-js": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@babel/generator": "^7.20.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@definitelytyped/dtslint": "^0.0.127",
"@react-native/codegen": "^0.72.1",
"@react-native/codegen": "^0.72.2",
"@react-native/eslint-config": "*",
"@react-native/eslint-plugin": "*",
"@react-native/eslint-plugin-specs": "^0.72.1",
"@react-native/eslint-plugin-specs": "^0.72.2",
"@reactions/component": "^2.0.2",
"@types/react": "^18.0.18",
"@typescript-eslint/parser": "^5.30.5",
Expand Down

0 comments on commit 0b2bd0f

Please sign in to comment.