Skip to content

Commit

Permalink
Update dependencies for Expo SDK 51 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglowder authored May 23, 2024
1 parent 6ea5b22 commit 380495f
Show file tree
Hide file tree
Showing 5 changed files with 2,768 additions and 2,787 deletions.
10 changes: 5 additions & 5 deletions apps/config-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"@react-native-tvos/config-tv": "*",
"expo": "^50.0.11",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo": "^51.0.8",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "npm:react-native-tvos@^0.73.6-0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"typescript": "^5.3.0"
},
"expo": {
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@react-native-tvos/config-plugins-repo",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"postinstall": "expo-yarn-workspaces check-workspace-dependencies",
"gen": "ts-node ./scripts/generate-plugin.ts",
"start": "lerna run build --parallel -- --watch",
"prepare": "lerna run prepare --parallel"
},
Expand All @@ -12,22 +13,23 @@
"packages/*"
],
"resolutions": {
"expo": "^51",
"fs-extra": "^9.1.0"
},
"devDependencies": {
"@expo/package-manager": "^0.0.43",
"@expo/package-manager": "^1.5.2",
"@types/js-yaml": "^4.0.5",
"@types/prompts": "^2.0.13",
"eslint": "^8.10.0",
"expo-yarn-workspaces": "^2.0.2",
"expo-yarn-workspaces": "^2.3.2",
"js-yaml": "^4.1.0",
"lerna": "3.4.1",
"prettier": "^2.2.1",
"prettier": "^3",
"prompts": "^2.4.1",
"remark-cli": "^9.0.0",
"remark-validate-links": "^10.0.2",
"string.prototype.replaceall": "^1.0.5",
"ts-node": "^10.0.0",
"typescript": "^4.2.4"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/config-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-native-tvos"
],
"peerDependencies": {
"expo": "^50.0.6"
"expo": "^51"
},
"devDependencies": {
"@types/getenv": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions scripts/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"prebuild"
],
"peerDependencies": {
"expo": "^49"
"expo": "^51"
},
"devDependencies": {
"expo-module-scripts": "^3.0.3"
"expo-module-scripts": "^3.5.1"
}
}
Loading

0 comments on commit 380495f

Please sign in to comment.