Skip to content

Commit

Permalink
revert default package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Sep 26, 2024
1 parent 1a76133 commit 5f268ef
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Apps/BRNPlayground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@
"@babylonjs/react-native-windows": "file:../../Modules/@babylonjs/react-native-windows",
"@react-native-community/slider": "^4.2.2",
"react": "18.2.0",
"react-native": "0.71.19",
"react-native-macos": "0.71.36",
"react-native": "0.73.5",
"react-native-macos": "^0.73.0",
"react-native-permissions": "^4.1.5",
"react-native-windows": "0.71.47"
"react-native-windows": "^0.73.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.4",
"@react-native/typescript-config": "0.73.1",
"@rnx-kit/metro-config": "^1.3.14",
"@types/react": "^18.2.6",
Expand All @@ -46,11 +48,7 @@
"prettier": "2.8.8",
"react-native-test-app": "^3.10.3",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4",
"@react-native-community/cli": "10.2.7",
"@react-native-community/cli-platform-android": "10.2.0",
"@react-native-community/cli-platform-ios": "10.2.5",
"metro-react-native-babel-preset": "0.73.10"
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 5f268ef

Please sign in to comment.