@tamagui/static 1.88.4 → 1.88.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +17 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.88.4",
3
+ "version": "1.88.6",
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.88.4",
39
- "@tamagui/cli-color": "1.88.4",
40
- "@tamagui/config-default": "1.88.4",
41
- "@tamagui/core": "1.88.4",
42
- "@tamagui/fake-react-native": "1.88.4",
43
- "@tamagui/generate-themes": "1.88.4",
44
- "@tamagui/helpers": "1.88.4",
45
- "@tamagui/helpers-node": "1.88.4",
46
- "@tamagui/proxy-worm": "1.88.4",
47
- "@tamagui/shorthands": "1.88.4",
48
- "@tamagui/types": "1.88.4",
38
+ "@tamagui/build": "1.88.6",
39
+ "@tamagui/cli-color": "1.88.6",
40
+ "@tamagui/config-default": "1.88.6",
41
+ "@tamagui/core": "1.88.6",
42
+ "@tamagui/fake-react-native": "1.88.6",
43
+ "@tamagui/generate-themes": "1.88.6",
44
+ "@tamagui/helpers": "1.88.6",
45
+ "@tamagui/helpers-node": "1.88.6",
46
+ "@tamagui/proxy-worm": "1.88.6",
47
+ "@tamagui/shorthands": "1.88.6",
48
+ "@tamagui/types": "1.88.6",
49
49
  "babel-literal-to-ast": "^2.1.0",
50
50
  "browserslist": "^4.22.2",
51
51
  "esbuild": "^0.19.11",
@@ -54,11 +54,13 @@
54
54
  "find-root": "^1.1.0",
55
55
  "fs-extra": "^11.1.0",
56
56
  "invariant": "^2.2.4",
57
- "lightningcss": "^1.22.1",
58
57
  "lodash": "^4.17.21",
59
58
  "react-native-web": "^0.19.10",
60
- "react-native-web-internals": "1.88.4",
61
- "react-native-web-lite": "1.88.4"
59
+ "react-native-web-internals": "1.88.6",
60
+ "react-native-web-lite": "1.88.6"
61
+ },
62
+ "optionalDependencies": {
63
+ "lightningcss": "*"
62
64
  },
63
65
  "devDependencies": {
64
66
  "@babel/plugin-syntax-typescript": "^7.23.3",