Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13,555 changes: 6,593 additions & 6,962 deletions packages/react-native-hms/example/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/react-native-hms/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@react-navigation/native-stack": "^6.5.0",
"@shopify/flash-list": "1.4.3",
"react": "17.0.1",
"react-native": "0.64.4",
"react-native": "0.84.1",
"react-native-avoid-softinput": "^2.4.8",
"react-native-camera": "^4.2.1",
"react-native-device-info": "^9.0.2",
Expand All @@ -40,16 +40,16 @@
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@babel/runtime": "^7.28.6",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.64.5",
"@types/react-native-vector-icons": "^6.4.8",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.6.3",
"babel-jest": "^30.2.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"jest": "^30.2.0",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1",
"typescript": "^3.8.3"
Expand Down
14,729 changes: 8,134 additions & 6,595 deletions packages/react-native-hms/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/react-native-hms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest": "^30.2.0",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.73.11",
Expand Down
1,050 changes: 403 additions & 647 deletions packages/react-native-room-kit/example/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/react-native-room-kit/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@babel/core": "^7.20.0",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.28.4",
"@react-native-community/cli": "15.1.3",
"@react-native-community/cli-platform-android": "15.1.3",
"@react-native-community/cli-platform-ios": "15.1.3",
"@babel/runtime": "^7.28.6",
"@react-native-community/cli": "20.1.2",
"@react-native-community/cli-platform-android": "20.1.2",
"@react-native-community/cli-platform-ios": "20.1.2",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "0.77.3",
"@react-native/metro-config": "0.77.3",
Expand Down
11,608 changes: 5,085 additions & 6,523 deletions sample-apps/HMSReactNativeSample/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sample-apps/HMSReactNativeSample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"react": "17.0.2",
"react-native": "0.66.5",
"react-native": "0.84.1",
"react-native-camera": "^4.2.1",
"react-native-device-info": "^9.0.2",
"react-native-document-picker": "^8.2.2",
Expand All @@ -36,16 +36,16 @@
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@babel/runtime": "^7.28.6",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.64.5",
"@types/react-native-vector-icons": "^6.4.8",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.6.3",
"babel-jest": "^30.2.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "7.14.0",
"jest": "^26.6.3",
"jest": "^30.2.0",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"typescript": "^3.8.3"
Expand Down
6,036 changes: 2,220 additions & 3,816 deletions sample-apps/HMSReactNativeSample/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample-apps/VirtualBackgroundSample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@babel/runtime": "^7.28.6",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
Expand Down
Loading
Loading