Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Jul 31, 2024
1 parent aa031da commit 55af34a
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 895 deletions.
61 changes: 44 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,45 +42,72 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.20.0",
"@bam.tech/react-native-image-resizer": "3.0.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-camera-roll/camera-roll": "7.2.0",
"@react-native-clipboard/clipboard": "1.13.0",
"@react-native-community/cli-platform-android": "^12.3.0",
"@react-native-community/geolocation": "3.2.0",
"@react-native-community/netinfo": "11.2.0",
"@react-native-community/slider": "~4.5.2",
"@react-native-picker/picker": "~2.6.1",
"@react-native/gradle-plugin": "^0.73.0",
"@tarojs/components": "4.0.4",
"@tarojs/components-rn": "4.0.4",
"@tarojs/helper": "4.0.4",
"@tarojs/plugin-platform-weapp": "4.0.4",
"@tarojs/plugin-framework-react": "4.0.4",
"@tarojs/plugin-platform-alipay": "4.0.4",
"@tarojs/plugin-platform-tt": "4.0.4",
"@tarojs/plugin-platform-swan": "4.0.4",
"@tarojs/plugin-platform-h5": "4.0.4",
"@tarojs/plugin-platform-jd": "4.0.4",
"@tarojs/plugin-platform-qq": "4.0.4",
"@tarojs/plugin-platform-h5": "4.0.4",
"@tarojs/plugin-platform-swan": "4.0.4",
"@tarojs/plugin-platform-tt": "4.0.4",
"@tarojs/plugin-platform-weapp": "4.0.4",
"@tarojs/react": "4.0.4",
"@tarojs/rn-supporter": "4.0.4",
"@tarojs/runtime": "4.0.4",
"@tarojs/runtime-rn": "4.0.4",
"@tarojs/shared": "4.0.4",
"@tarojs/taro": "4.0.4",
"@tarojs/taro-rn": "4.0.4",
"@tarojs/plugin-framework-react": "4.0.4",
"@tarojs/react": "4.0.4",
"react": "^18.2.0",
"expo": "^51.0.24",
"expo-av": "13.10.0",
"expo-barcode-scanner": "^13.0.1",
"expo-brightness": "^12.0.1",
"expo-camera": "^15.0.14",
"expo-file-system": "^17.0.1",
"expo-image-picker": "^15.0.7",
"expo-keep-awake": "^13.0.2",
"expo-location": "^17.0.1",
"expo-sensors": "^13.0.9",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-native": "^0.73.1",
"react-native-device-info": "^11.1.0",
"react-native-gesture-handler": "2.0.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-pager-view": "~6.2.3",
"react-native-root-siblings": "^5.0.1",
"react-native-safe-area-context": "4.4.0",
"react-native-screens": "3.0.0",
"react-native-svg": "14.1.0",
"react-native-webview": "^13.10.5",
"tsconfig-paths-webpack-plugin": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@react-native/metro-config": "^0.73.2",
"@react-native/typescript-config": "^0.73.1",
"@tarojs/cli": "4.0.4",
"@tarojs/rn-runner": "4.0.4",
"postcss": "^8.4.18",
"webpack": "^5.78.0",
"@tarojs/taro-loader": "4.0.4",
"@tarojs/webpack5-runner": "4.0.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"react-refresh": "^0.11.0",
"@react-native/metro-config": "^0.73.2",
"@react-native/typescript-config": "^0.73.1",
"@types/node": "^18.15.11",
"@types/react": "^18.2.6",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-preset-taro": "4.0.4",
"eslint": "^8.19.0",
"eslint-config-taro": "4.0.4",
Expand All @@ -89,11 +116,11 @@
"eslint-plugin-react-hooks": "^4.2.0",
"install-peerdeps": "^3.0.3",
"pod-install": "^0.1.23",
"postcss": "^8.4.18",
"react-refresh": "^0.11.0",
"stylelint": "9.3.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"typescript": "^5.1.0",
"ts-node": "^10.9.1",
"@types/node": "^18.15.11"
"typescript": "^5.1.0",
"webpack": "^5.78.0"
}
}
Loading

0 comments on commit 55af34a

Please sign in to comment.