Skip to content

Commit a4d66b8

Browse files
committed
bumped packages versions
#publish-packages-to-npm
1 parent 98943e3 commit a4d66b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-native-babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/babel-preset",
3-
"version": "0.73.19",
3+
"version": "0.73.20",
44
"description": "Babel preset for React Native applications",
55
"main": "src/index.js",
66
"repository": {

packages/react-native-babel-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"@babel/core": "^7.20.0",
19-
"@react-native/babel-preset": "0.73.19",
19+
"@react-native/babel-preset": "0.73.20",
2020
"hermes-parser": "0.15.0",
2121
"nullthrows": "^1.1.1"
2222
},

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/core": "^7.20.0",
1818
"@babel/preset-env": "^7.20.0",
1919
"@babel/runtime": "^7.20.0",
20-
"@react-native/babel-preset": "0.73.19",
20+
"@react-native/babel-preset": "0.73.20",
2121
"@react-native/eslint-config": "0.73.2",
2222
"@react-native/metro-config": "0.73.3",
2323
"@react-native/typescript-config": "0.73.1",

0 commit comments

Comments
 (0)