更新依赖

This commit is contained in:
lyswhut 2024-03-12 11:26:51 +08:00
parent 7f6247b908
commit 5e8c889ed4
3 changed files with 17 additions and 17 deletions

28
package-lock.json generated
View File

@ -18,7 +18,7 @@
"message2call": "^0.1.3",
"pako": "^2.1.0",
"react": "18.2.0",
"react-native": "0.73.5",
"react-native": "0.73.6",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.6.3",
@ -42,7 +42,7 @@
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "^0.74.0",
"@tsconfig/react-native": "^3.0.3",
"@types/react": "^18.2.64",
"@types/react": "^18.2.65",
"@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18",
@ -3407,9 +3407,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.2.64",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz",
"integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==",
"version": "18.2.65",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.65.tgz",
"integrity": "sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@ -8906,9 +8906,9 @@
"integrity": "sha512-txfpPCQYiazVdcbMRhatqWKcAxJweUu2wDXvts5/7Wyp6+Y9cHojqXHsLPEckzutfHlxZhG8Oiundbmp8Fd6eQ=="
},
"node_modules/react-native": {
"version": "0.73.5",
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.73.5.tgz",
"integrity": "sha512-iHgDArmF4CrhL0qTj+Rn+CBN5pZWUL9lUGl8ub+V9Hwu/vnzQQh8rTMVSwVd2sV6N76KjpE5a4TfIAHkpIHhKg==",
"version": "0.73.6",
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.73.6.tgz",
"integrity": "sha512-oqmZe8D2/VolIzSPZw+oUd6j/bEmeRHwsLn1xLA5wllEYsZ5zNuMsDus235ONOnCRwexqof/J3aztyQswSmiaA==",
"dependencies": {
"@jest/create-cache-key-function": "^29.6.3",
"@react-native-community/cli": "12.3.6",
@ -13182,9 +13182,9 @@
"dev": true
},
"@types/react": {
"version": "18.2.64",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz",
"integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==",
"version": "18.2.65",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.65.tgz",
"integrity": "sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==",
"dev": true,
"requires": {
"@types/prop-types": "*",
@ -17147,9 +17147,9 @@
"integrity": "sha512-txfpPCQYiazVdcbMRhatqWKcAxJweUu2wDXvts5/7Wyp6+Y9cHojqXHsLPEckzutfHlxZhG8Oiundbmp8Fd6eQ=="
},
"react-native": {
"version": "0.73.5",
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.73.5.tgz",
"integrity": "sha512-iHgDArmF4CrhL0qTj+Rn+CBN5pZWUL9lUGl8ub+V9Hwu/vnzQQh8rTMVSwVd2sV6N76KjpE5a4TfIAHkpIHhKg==",
"version": "0.73.6",
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.73.6.tgz",
"integrity": "sha512-oqmZe8D2/VolIzSPZw+oUd6j/bEmeRHwsLn1xLA5wllEYsZ5zNuMsDus235ONOnCRwexqof/J3aztyQswSmiaA==",
"requires": {
"@jest/create-cache-key-function": "^29.6.3",
"@react-native-community/cli": "12.3.6",

View File

@ -52,7 +52,7 @@
"message2call": "^0.1.3",
"pako": "^2.1.0",
"react": "18.2.0",
"react-native": "0.73.5",
"react-native": "0.73.6",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.6.3",
@ -76,7 +76,7 @@
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "^0.74.0",
"@tsconfig/react-native": "^3.0.3",
"@types/react": "^18.2.64",
"@types/react": "^18.2.65",
"@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18",

View File

@ -17,4 +17,4 @@
### 其他
- 更新 React native 到 v0.73.5
- 更新 React native 到 v0.73.6