@tamagui/static 1.89.3 → 1.89.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tamagui/static",
|
3
|
-
"version": "1.89.
|
3
|
+
"version": "1.89.5",
|
4
4
|
"source": "src/index.ts",
|
5
5
|
"types": "./types/index.d.ts",
|
6
6
|
"main": "dist/cjs/index.js",
|
@@ -35,17 +35,17 @@
|
|
35
35
|
"@babel/runtime": "^7.23.2",
|
36
36
|
"@babel/traverse": "^7.23.3",
|
37
37
|
"@babel/types": "^7.23.3",
|
38
|
-
"@tamagui/build": "1.89.
|
39
|
-
"@tamagui/cli-color": "1.89.
|
40
|
-
"@tamagui/config-default": "1.89.
|
41
|
-
"@tamagui/core": "1.89.
|
42
|
-
"@tamagui/fake-react-native": "1.89.
|
43
|
-
"@tamagui/generate-themes": "1.89.
|
44
|
-
"@tamagui/helpers": "1.89.
|
45
|
-
"@tamagui/helpers-node": "1.89.
|
46
|
-
"@tamagui/proxy-worm": "1.89.
|
47
|
-
"@tamagui/shorthands": "1.89.
|
48
|
-
"@tamagui/types": "1.89.
|
38
|
+
"@tamagui/build": "1.89.5",
|
39
|
+
"@tamagui/cli-color": "1.89.5",
|
40
|
+
"@tamagui/config-default": "1.89.5",
|
41
|
+
"@tamagui/core": "1.89.5",
|
42
|
+
"@tamagui/fake-react-native": "1.89.5",
|
43
|
+
"@tamagui/generate-themes": "1.89.5",
|
44
|
+
"@tamagui/helpers": "1.89.5",
|
45
|
+
"@tamagui/helpers-node": "1.89.5",
|
46
|
+
"@tamagui/proxy-worm": "1.89.5",
|
47
|
+
"@tamagui/shorthands": "1.89.5",
|
48
|
+
"@tamagui/types": "1.89.5",
|
49
49
|
"babel-literal-to-ast": "^2.1.0",
|
50
50
|
"browserslist": "^4.22.2",
|
51
51
|
"esbuild": "^0.19.11",
|
@@ -56,8 +56,8 @@
|
|
56
56
|
"invariant": "^2.2.4",
|
57
57
|
"lodash": "^4.17.21",
|
58
58
|
"react-native-web": "^0.19.10",
|
59
|
-
"react-native-web-internals": "1.89.
|
60
|
-
"react-native-web-lite": "1.89.
|
59
|
+
"react-native-web-internals": "1.89.5",
|
60
|
+
"react-native-web-lite": "1.89.5"
|
61
61
|
},
|
62
62
|
"optionalDependencies": {
|
63
63
|
"lightningcss": "*"
|