Skip to content
59 changes: 30 additions & 29 deletions hackathon/spacecraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,44 +20,45 @@
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/netinfo": "9.3.0",
"@react-navigation/material-bottom-tabs": "^6.2.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@tanstack/react-query": "^4.13.0",
"@testing-library/jest-native": "^4.0.4",
"@types/jest": "^27.5.1",
"@react-native-community/netinfo": "9.3.5",
"@react-navigation/material-bottom-tabs": "^6.2.10",
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.7",
"@tanstack/react-query": "^4.20.4",
"@testing-library/jest-native": "^5.4.0",
"@types/jest": "^29.2.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.4.6",
"expo": "^46.0.16",
"expo-constants": "~13.2.4",
"expo-status-bar": "~1.4.0",
"babel-jest": "^29.3.1",
"expo": "^47.0.10",
"expo-cli": "^6.0.8",
"expo-constants": "~14.0.2",
"expo-status-bar": "~1.4.2",
"jest": "^26.6.3",
"jest-expo": "^46.0.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"jest-expo": "^47.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-offline": "^6.0.0",
"react-native-paper": "5.0.0-rc.8",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-vector-icons": "^8.1.0",
"react-native-paper": "^4.12.2",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-typescript": "^7.16.7",
"@testing-library/react-native": "^10.1.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-native": "~0.69.1",
"@babel/core": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/react-native": "^11.5.0",
"@types/react": "~18.0.24",
"@types/react-dom": "~18.0.8",
"@types/react-native": "~0.70.6",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-root-import": "^6.6.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.29.0",
"eslint-config-react-native-wcandillon": "^3.6.1",
"eslint": "^8.31.0",
"eslint-config-react-native-wcandillon": "^3.9.0",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-import": "^2.25.3",
"typescript": "^4.6.3"
Expand Down
Loading