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
hurali97 committed Feb 5, 2024
1 parent 22d53ed commit 055b35d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"index.js"
],
"dependencies": {
"@react-native/codegen": "0.73.2"
"@react-native/codegen": "0.73.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/eslint-parser": "^7.20.0",
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
"@babel/preset-flow": "^7.20.0",
"@react-native/codegen": "0.73.2",
"@react-native/codegen": "0.73.3",
"flow-parser": "^0.206.0",
"make-dir": "^2.1.0",
"pirates": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-codegen-typescript-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepare": "yarn run build"
},
"dependencies": {
"@react-native/codegen": "0.73.2"
"@react-native/codegen": "0.73.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/codegen",
"version": "0.73.2",
"version": "0.73.3",
"description": "Code generation tools for React Native",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@react-native-community/cli-platform-ios": "12.3.2",
"@react-native/assets-registry": "0.73.1",
"@react-native/community-cli-plugin": "0.73.14",
"@react-native/codegen": "0.73.2",
"@react-native/codegen": "0.73.3",
"@react-native/gradle-plugin": "0.73.4",
"@react-native/js-polyfills": "0.73.1",
"@react-native/normalize-colors": "0.73.2",
Expand Down Expand Up @@ -149,4 +149,4 @@
}
]
}
}
}

0 comments on commit 055b35d

Please sign in to comment.