Skip to content

Commit c2c66b0

Browse files
committed
fix harmony example
1 parent 1e5a82a commit c2c66b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/harmony_use_pushy/bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/harmony_use_pushy/harmony/hvigor/hvigor-config.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"modelVersion": "5.0.0",
33
"dependencies": {
4-
pushy: 'file:../../node_modules/react-native-update/harmony/'
4+
pushy: 'file:../../node_modules/react-native-update/harmony'
55
},
66
"execution": {
77
// "analyze": "normal", /* Define the build analyze mode. Value: [ "normal" | "advanced" | false ]. Default: "normal" */

Example/harmony_use_pushy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@react-native-oh/react-native-harmony": "0.72.96",
1616
"react": "18.2.0",
1717
"react-native": "0.72.5",
18-
"react-native-update": "^10.37.16"
18+
"react-native-update": "^10.38.4"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.20.0",

0 commit comments

Comments
 (0)