@tamagui/static 1.108.2 → 1.108.3

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 +16 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.108.2",
3
+ "version": "1.108.3",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -21,6 +21,7 @@
21
21
  "exports": {
22
22
  "./package.json": "./package.json",
23
23
  ".": {
24
+ "react-native-import": "./dist/esm/index.native.js",
24
25
  "react-native": "./dist/cjs/index.native.js",
25
26
  "types": "./types/index.d.ts",
26
27
  "require": "./dist/cjs/index.js",
@@ -43,17 +44,17 @@
43
44
  "@babel/runtime": "^7.23.2",
44
45
  "@babel/traverse": "^7.23.3",
45
46
  "@babel/types": "^7.23.3",
46
- "@tamagui/build": "1.108.2",
47
- "@tamagui/cli-color": "1.108.2",
48
- "@tamagui/config-default": "1.108.2",
49
- "@tamagui/core": "1.108.2",
50
- "@tamagui/fake-react-native": "1.108.2",
51
- "@tamagui/generate-themes": "1.108.2",
52
- "@tamagui/helpers": "1.108.2",
53
- "@tamagui/helpers-node": "1.108.2",
54
- "@tamagui/proxy-worm": "1.108.2",
55
- "@tamagui/shorthands": "1.108.2",
56
- "@tamagui/types": "1.108.2",
47
+ "@tamagui/build": "1.108.3",
48
+ "@tamagui/cli-color": "1.108.3",
49
+ "@tamagui/config-default": "1.108.3",
50
+ "@tamagui/core": "1.108.3",
51
+ "@tamagui/fake-react-native": "1.108.3",
52
+ "@tamagui/generate-themes": "1.108.3",
53
+ "@tamagui/helpers": "1.108.3",
54
+ "@tamagui/helpers-node": "1.108.3",
55
+ "@tamagui/proxy-worm": "1.108.3",
56
+ "@tamagui/shorthands": "1.108.3",
57
+ "@tamagui/types": "1.108.3",
57
58
  "babel-literal-to-ast": "^2.1.0",
58
59
  "browserslist": "^4.22.2",
59
60
  "check-dependency-version-consistency": "^4.1.0",
@@ -66,15 +67,15 @@
66
67
  "lodash": "^4.17.21",
67
68
  "react-dom": "^18.2.0 || ^19.0.0",
68
69
  "react-native-web": "^0.19.12",
69
- "react-native-web-internals": "1.108.2",
70
- "react-native-web-lite": "1.108.2"
70
+ "react-native-web-internals": "1.108.3",
71
+ "react-native-web-lite": "1.108.3"
71
72
  },
72
73
  "devDependencies": {
73
74
  "@babel/plugin-syntax-typescript": "^7.23.3",
74
75
  "@expo/match-media": "^0.4.0",
75
76
  "@types/babel__core": "^7.20.5",
76
77
  "@types/find-root": "^1.1.2",
77
- "@types/node": "^16.11.9",
78
+ "@types/node": "^22.1.0",
78
79
  "@types/webpack": "^4.41.26",
79
80
  "babel-loader": "^9.1.2",
80
81
  "esbuild-loader": "^3.0.1",