Skip to content

Commit 9a49025

Browse files
committed
deps
1 parent f97d731 commit 9a49025

File tree

4 files changed

+883
-2367
lines changed

4 files changed

+883
-2367
lines changed

Example/testHotUpdate/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
presets: ['module:metro-react-native-babel-preset'],
2+
presets: ['module:@react-native/babel-preset'],
33
env: {
44
production: {
55
plugins: ['react-native-paper/babel'],

Example/testHotUpdate/bun.lockb

-82.8 KB
Binary file not shown.

Example/testHotUpdate/package.json

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,43 @@
1111
"lint": "eslint .",
1212
"postinstall": "patch-package",
1313
"apk": "cd android && ./gradlew assembleRelease",
14-
"dev": "react-native bundle-harmony --dev"
14+
"dev:harmony": "react-native bundle-harmony --dev"
1515
},
1616
"dependencies": {
1717
"patch-package": "^8.0.0",
1818
"postinstall-postinstall": "^2.1.0",
1919
"react": "18.3.1",
20-
"react-native": "0.75.4",
20+
"react-native": "0.76.1",
2121
"react-native-camera-kit": "^14.0.0-beta15",
2222
"react-native-paper": "^5.12.5",
2323
"react-native-safe-area-context": "^4.11.1",
2424
"react-native-update": "^10.15.1",
2525
"react-native-vector-icons": "^10.2.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.25.9",
29-
"@babel/preset-env": "^7.25.9",
30-
"@babel/runtime": "^7.25.9",
31-
"@react-native/babel-preset": "0.75.4",
32-
"@react-native/eslint-config": "0.75.4",
33-
"@react-native/metro-config": "0.75.4",
34-
"@react-native/typescript-config": "0.75.4",
35-
"@types/react": "^18.3.12",
36-
"@types/react-test-renderer": "^18.3.0",
37-
"babel-jest": "^29.7.0",
28+
"@babel/core": "^7.25.2",
29+
"@babel/preset-env": "^7.25.3",
30+
"@babel/runtime": "^7.25.0",
31+
"@react-native-community/cli": "15.0.0-alpha.2",
32+
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
33+
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
34+
"@react-native/babel-preset": "0.76.1",
35+
"@react-native/eslint-config": "0.76.1",
36+
"@react-native/metro-config": "0.76.1",
37+
"@react-native/typescript-config": "0.76.1",
38+
"@types/react": "^18.2.6",
39+
"@types/react-test-renderer": "^18.0.0",
40+
"babel-jest": "^29.6.3",
3841
"eslint": "^8.19.0",
39-
"jest": "^29.7.0",
42+
"jest": "^29.6.3",
4043
"prettier": "2.8.8",
4144
"react-test-renderer": "18.3.1",
42-
"typescript": "5.6.3"
45+
"typescript": "5.0.4"
4346
},
4447
"engines": {
4548
"node": ">=16"
46-
}
49+
},
50+
"trustedDependencies": [
51+
"postinstall-postinstall"
52+
]
4753
}

0 commit comments

Comments
 (0)