upgrade to tamagui@1.0.15 and pin the version
This commit is contained in:
parent
b70a97aae9
commit
25ae7dd638
|
@ -24,10 +24,10 @@
|
|||
"react-native-web": "~0.18.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "~0.70.6",
|
||||
"@babel/core": "^7.17.9",
|
||||
"@expo/metro-config": "^0.3.21",
|
||||
"@tamagui/babel-plugin": "1.0.8",
|
||||
"@tamagui/babel-plugin": "1.0.15",
|
||||
"@types/react-native": "~0.70.6",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
||||
"typescript": "^4.7.4"
|
||||
|
|
|
@ -11,15 +11,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@status-im/components": "*",
|
||||
"@tamagui/core": "^1.0.8",
|
||||
"@tamagui/next-theme": "1.0.8",
|
||||
"@tamagui/core": "1.0.15",
|
||||
"@tamagui/next-theme": "1.0.15",
|
||||
"next": "^13.0.6",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-native-web": "^0.18.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tamagui/next-plugin": "^1.0.8",
|
||||
"@tamagui/next-plugin": "1.0.15",
|
||||
"@types/node": "^18.6.4",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@status-im/components": "*",
|
||||
"@tamagui/core": "^1.0.8",
|
||||
"@tamagui/core": "1.0.15",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-native-web": "^0.18.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tamagui/vite-plugin": "^1.0.8",
|
||||
"@tamagui/vite-plugin": "1.0.15",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"@vitejs/plugin-react-swc": "^3.0.0",
|
||||
|
|
|
@ -22,13 +22,14 @@
|
|||
"react-native-web": "^0.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tamagui/animations-react-native": "^1.0.8",
|
||||
"@tamagui/core": "^1.0.8",
|
||||
"@tamagui/font-inter": "^1.0.8",
|
||||
"@tamagui/react-native-media-driver": "^1.0.8",
|
||||
"@tamagui/shorthands": "^1.0.8",
|
||||
"@tamagui/theme-base": "^1.0.8",
|
||||
"tamagui": "^1.0.8"
|
||||
"@tamagui/animations-css": "1.0.15",
|
||||
"@tamagui/animations-react-native": "1.0.15",
|
||||
"@tamagui/core": "1.0.15",
|
||||
"@tamagui/font-inter": "1.0.15",
|
||||
"@tamagui/react-native-media-driver": "1.0.15",
|
||||
"@tamagui/shorthands": "1.0.15",
|
||||
"@tamagui/theme-base": "1.0.15",
|
||||
"tamagui": "1.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-essentials": "^7.0.0-beta.21",
|
||||
|
@ -38,8 +39,8 @@
|
|||
"@storybook/react": "^7.0.0-beta.21",
|
||||
"@storybook/react-vite": "^7.0.0-beta.21",
|
||||
"@storybook/testing-library": "^0.0.13",
|
||||
"@tamagui/build": "^1.0.8",
|
||||
"@tamagui/vite-plugin": "^1.0.8",
|
||||
"@tamagui/build": "1.0.15",
|
||||
"@tamagui/vite-plugin": "1.0.15",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-native-web": "^0.18.0",
|
||||
|
|
Loading…
Reference in New Issue