fix error buid web with animated v2
This commit is contained in:
+9
-9
@@ -17,21 +17,20 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "^13.0.0",
|
||||
"@expo/webpack-config": "^0.17.3",
|
||||
"@react-native-async-storage/async-storage": "^1.17.11",
|
||||
"@react-native-async-storage/async-storage": "~1.17.3",
|
||||
"@react-navigation/native": "^6.0.11",
|
||||
"@react-navigation/native-stack": "^6.7.0",
|
||||
"@reduxjs/toolkit": "^1.8.3",
|
||||
"@tanstack/react-query": "^4.2.3",
|
||||
"@types/jest": "^28.1.4",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react-dom": "~18.0.8",
|
||||
"@types/react-query": "^1.2.9",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"add": "^2.0.6",
|
||||
"expo": "^47.0.8",
|
||||
"expo-asset": "~8.7.0",
|
||||
"expo-dev-client": "~2.0.1",
|
||||
"expo-screen-orientation": "^5.0.1",
|
||||
"expo-screen-orientation": "~5.0.1",
|
||||
"expo-secure-store": "~12.0.0",
|
||||
"expo-splash-screen": "~0.17.5",
|
||||
"expo-status-bar": "~1.4.2",
|
||||
@@ -55,7 +54,7 @@
|
||||
"react-native-super-grid": "^4.6.1",
|
||||
"react-native-svg": "13.4.0",
|
||||
"react-native-testing-library": "^6.0.0",
|
||||
"react-native-web": "~0.18.9",
|
||||
"react-native-web": "~0.18.7",
|
||||
"react-redux": "^8.0.2",
|
||||
"react-timer-hook": "^3.0.5",
|
||||
"redux-persist": "^6.0.0",
|
||||
@@ -64,7 +63,8 @@
|
||||
"yup": "^0.32.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.9",
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
||||
"@expo/webpack-config": "^0.17.4",
|
||||
"@storybook/addon-actions": "^6.5.15",
|
||||
"@storybook/addon-essentials": "^6.5.15",
|
||||
@@ -76,14 +76,14 @@
|
||||
"@storybook/testing-library": "^0.0.13",
|
||||
"@testing-library/react-native": "^11.0.0",
|
||||
"@types/node": "^18.11.8",
|
||||
"@types/react": "^18.0.18",
|
||||
"@types/react-native": "^0.69.6",
|
||||
"@types/react": "~18.0.24",
|
||||
"@types/react-native": "~0.70.6",
|
||||
"@types/react-navigation": "^3.4.0",
|
||||
"babel-loader": "^8.3.0",
|
||||
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
||||
"chromatic": "^6.14.0",
|
||||
"react-test-renderer": "17.0.2",
|
||||
"typescript": "~4.3.5"
|
||||
"typescript": "^4.6.3"
|
||||
},
|
||||
"private": true,
|
||||
"jest": {
|
||||
|
||||
Reference in New Issue
Block a user