添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
愤怒的伤疤  ·  django设置模板时间格式·  1 周前    · 
暴走的小熊猫  ·  Top Flutter Calendar, ...·  1 周前    · 
英俊的紫菜  ·  MySQL :: MySQL 8.4 ...·  1 周前    · 
兴奋的冲锋衣  ·  DateTime | ClickHouse ...·  1 周前    · 
越狱的凉面  ·  YEAR、DATE、TIME、DATETIM ...·  1 周前    · 
耍酷的皮带  ·  src/com/android/tv/dia ...·  1 月前    · 
才高八斗的香蕉  ·  How to enter \n with ...·  8 月前    · 
瘦瘦的小熊猫  ·  Adobe Photoshop ...·  8 月前    · 

Out of date dependencies for Expo #14827

Closed
Closed
@marcoXbresciani

Description

Summary

Running yarn upgrade with the lastest Expo SDK and Expo CLI, shows a bunch of outdated dependencies.

warning expo > [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v
8.dev/blog/math-random for details.
warning expo > expo-constants > [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problemati
c.  See https://v8.dev/blog/math-random for details.
warning expo > expo-file-system > [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problema
tic.  See https://v8.dev/blog/math-random for details.
warning expo > fbemitter > fbjs > [email protected]: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, fe
ature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning "expo > babel-preset-expo > @babel/preset-env > @babel/[email protected]" has incorrect peer dependency "@babel/core@^7.13.0".
warning "expo > babel-preset-expo > @babel/preset-env > @babel/[email protected]" has incorrect peer dependency "@babel/core@^7.12.0".

Managed or bare workflow? If you have ios/ or android/ directories in your project, the answer is bare!

managed

What platform(s) does this occur on?

Android

SDK Version (managed workflow only)

42.0.4

Environment

Expo CLI 4.12.7 environment info:
System:
OS: Windows 10 10.0.19042
Binaries:
Node: 16.7.0 - C:\nodejs\node.EXE
Yarn: 1.22.17 - ~\OneDrive - KERING SA\Bureau\Chiavetta\Programmi\TKCompanionApp\node_modules.bin\yarn.CMD
npm: 8.1.0 - C:\nodejs\npm.CMD
SDKs:
Android SDK:
API Levels: 26, 28, 29, 30
Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.3, 31.0.0
System Images: android-26 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom_64, android-30 | Google APIs Intel x86 Atom, android-30 | Google Play Intel
x86 Atom
npmPackages:
expo: ~42.0.1 => 42.0.4
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz => 0.63.2
react-native-web: ~0.13.12 => 0.13.18
Expo Workflow: managed

Reproducible demo or steps to reproduce from a blank project

yarn upgrade on a managed project with these dependencies

    "dependencies": {
        "@react-native-community/masked-view": "0.1.10",
        "@react-navigation/material-bottom-tabs": "^5.3.15",
        "@react-navigation/native": "^5.9.4",
        "@react-navigation/stack": "^5.14.5",
        "@types/react-native-vector-icons": "^6.4.8",
        "expo": "~42.0.1",
        "expo-localization": "~10.2.0",
        "expo-status-bar": "~1.0.4",
        "react": "16.13.1",
        "react-dom": "16.13.1",
        "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
        "react-native-gesture-handler": "~1.10.2",
        "react-native-paper": "^4.9.2",
        "react-native-reanimated": "~2.2.0",
        "react-native-safe-area-context": "3.2.0",
        "react-native-screens": "~3.4.0",
        "react-native-vector-icons": "^8.1.0",
        "react-native-web": "~0.13.12",
        "styled-components": "^5",
        "yarn": "^1.22.11"
    "devDependencies": {
        "@babel/core": "~7.9.0",
        "@types/react": "~16.9.35",
        "@types/react-native": "~0.63.2",
        "@types/styled-components": "^5.1.11",
        "@typescript-eslint/eslint-plugin": "^4.28.5",
        "@typescript-eslint/parser": "^4.28.5",
        "babel-plugin-styled-components": "^1.13.2",
        "eslint": "^7.31.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-config-react": "^1.1.7",
        "eslint-plugin-jest": "^24.4.0",
        "eslint-plugin-prettier": "^3.4.0",
        "eslint-plugin-react": "^7.24.0",
        "eslint-plugin-react-hooks": "^4.2.0",
        "husky": "^7.0.1",
        "prettier": "^2.3.2",
        "typescript": "~4.0.0"