Skip to content

Commit

Permalink
bumped packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blakef committed Jan 29, 2024
1 parent 2daedcd commit 71c8ab3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@definitelytyped/dtslint": "^0.0.127",
"@jest/create-cache-key-function": "^29.6.3",
"@pkgjs/parseargs": "^0.11.0",
"@react-native/metro-babel-transformer": "0.73.13",
"@react-native/metro-config": "0.73.3",
"@react-native/metro-babel-transformer": "0.73.14",
"@react-native/metro-config": "0.73.4",
"@tsconfig/node18": "1.0.1",
"@types/react": "^18.0.18",
"@typescript-eslint/parser": "^5.57.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.13",
"version": "0.73.14",
"description": "Core CLI commands for React Native",
"keywords": [
"react-native",
Expand All @@ -25,7 +25,7 @@
"@react-native/dev-middleware": "0.73.7",
"@react-native-community/cli-server-api": "12.3.2",
"@react-native-community/cli-tools": "12.3.2",
"@react-native/metro-babel-transformer": "0.73.13",
"@react-native/metro-babel-transformer": "0.73.14",
"chalk": "^4.0.0",
"execa": "^5.1.1",
"metro": "^0.80.3",
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.73.4",
"description": "Metro configuration for React Native.",
"license": "MIT",
"repository": {
Expand All @@ -20,7 +20,7 @@
},
"exports": "./index.js",
"dependencies": {
"@react-native/metro-babel-transformer": "0.73.13",
"@react-native/metro-babel-transformer": "0.73.14",
"@react-native/js-polyfills": "0.73.1",
"metro-config": "^0.80.3",
"metro-runtime": "^0.80.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-babel-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/metro-babel-transformer",
"version": "0.73.13",
"version": "0.73.14",
"description": "Babel transformer for React Native applications.",
"main": "src/index.js",
"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.13",
"@react-native/community-cli-plugin": "0.73.14",
"@react-native/codegen": "0.73.2",
"@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.20",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.3",
"@react-native/metro-config": "0.73.4",
"@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 71c8ab3

Please sign in to comment.