Skip to content

Commit

Permalink
build: another attempt to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyAfternoons committed Jan 19, 2024
1 parent 4fd9f34 commit 7d1beca
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
"@react-native-community/slider": "^3.0.3",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-picker/picker": "^2.4.1",
"@react-navigation/bottom-tabs": "^6.x",
"@react-navigation/material-top-tabs": "^6.x",
"@react-navigation/native": "^6.x",
"@react-navigation/stack": "^6.x",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@redux-saga/testing-utils": "^1.1.3",
"@xstate/react": "^3.0.1",
"abort-controller": "^1.0.2",
Expand Down Expand Up @@ -202,7 +202,7 @@
"react-native-share": "7.3.9",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.3.0",
"react-native-tab-view": "^3.x",
"react-native-tab-view": "^3.4.4",
"react-native-view-shot": "3.1.2",
"react-native-vision-camera": "2.15.4",
"react-native-webview": "^11.26.1",
Expand Down Expand Up @@ -239,7 +239,7 @@
"xstate": "^4.33.6"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/core": "^7.20.5",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.15.3",
"@jambit/eslint-plugin-typed-redux-saga": "^0.4.0",
Expand Down Expand Up @@ -342,4 +342,4 @@
"postchangelog": "node scripts/changelog/add_pivotal_stories.js"
}
}
}
}
Loading

0 comments on commit 7d1beca

Please sign in to comment.