Skip to content

Commit

Permalink
bumped packages versions
Browse files Browse the repository at this point in the history
#publish-packages-to-npm
  • Loading branch information
lunaleaps committed Feb 5, 2024
1 parent 80aac8b commit de8b34a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@jest/create-cache-key-function": "^29.6.3",
"@pkgjs/parseargs": "^0.11.0",
"@react-native/metro-babel-transformer": "0.73.15",
"@react-native/metro-config": "0.73.4",
"@react-native/metro-config": "0.73.5",
"@tsconfig/node18": "1.0.1",
"@types/react": "^18.0.18",
"@typescript-eslint/parser": "^5.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/community-cli-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/community-cli-plugin",
"version": "0.73.15",
"version": "0.73.16",
"description": "Core CLI commands for React Native",
"keywords": [
"react-native",
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/metro-config",
"version": "0.73.4",
"version": "0.73.5",
"description": "Metro configuration for React Native.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@react-native-community/cli-platform-android": "12.3.2",
"@react-native-community/cli-platform-ios": "12.3.2",
"@react-native/assets-registry": "0.73.1",
"@react-native/community-cli-plugin": "0.73.15",
"@react-native/community-cli-plugin": "0.73.16",
"@react-native/codegen": "0.73.3",
"@react-native/gradle-plugin": "0.73.4",
"@react-native/js-polyfills": "0.73.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.4",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
Expand Down

0 comments on commit de8b34a

Please sign in to comment.