chore: Upgrade Skia to new Ganesh Rendering Pipeline and RN to 0.72 (#1638)

* chore: Upgrade all Deps RN 72

* fix breaking skia changes

* fix devDeps

* Update yarn.lock

* fix metro config

* Update yarn.lock
This commit is contained in:
Marc Rousavy
2023-07-03 12:40:07 +02:00
committed by GitHub
parent 820db3ca9e
commit 4ad4804e51
23 changed files with 4196 additions and 3393 deletions

View File

@@ -71,23 +71,23 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@expo/config-plugins": "^5.0.4",
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/eslint-plugin": "^1.3.0",
"@expo/config-plugins": "^6.0.2",
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/typescript-config": "^0.73.0",
"@release-it/conventional-changelog": "^5.1.1",
"@shopify/react-native-skia": "^0.1.186",
"@types/react": "^18.0.27",
"@types/react-native": "^0.71.6",
"eslint": "^8.33.0",
"@shopify/react-native-skia": "^0.1.197",
"@types/react": "^18.2.14",
"@types/react-native": "^0.72.2",
"eslint": "^8.44.0",
"pod-install": "^0.1.38",
"prettier": "^2.8.4",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-native": "^0.71.7",
"react-native-builder-bob": "^0.20.4",
"react-native-worklets": "https://github.com/chrfalch/react-native-worklets#d62d76c",
"release-it": "^15.6.0",
"typescript": "^4.9.5"
"react-native": "^0.72.1",
"react-native-builder-bob": "^0.21.0",
"react-native-worklets": "https://github.com/chrfalch/react-native-worklets#3ac2fbb",
"release-it": "^15.11.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@shopify/react-native-skia": "*",