@tamagui/static 1.97.0 → 1.98.0

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 +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.97.0",
3
+ "version": "1.98.0",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -43,17 +43,17 @@
43
43
  "@babel/runtime": "^7.23.2",
44
44
  "@babel/traverse": "^7.23.3",
45
45
  "@babel/types": "^7.23.3",
46
- "@tamagui/build": "1.97.0",
47
- "@tamagui/cli-color": "1.97.0",
48
- "@tamagui/config-default": "1.97.0",
49
- "@tamagui/core": "1.97.0",
50
- "@tamagui/fake-react-native": "1.97.0",
51
- "@tamagui/generate-themes": "1.97.0",
52
- "@tamagui/helpers": "1.97.0",
53
- "@tamagui/helpers-node": "1.97.0",
54
- "@tamagui/proxy-worm": "1.97.0",
55
- "@tamagui/shorthands": "1.97.0",
56
- "@tamagui/types": "1.97.0",
46
+ "@tamagui/build": "1.98.0",
47
+ "@tamagui/cli-color": "1.98.0",
48
+ "@tamagui/config-default": "1.98.0",
49
+ "@tamagui/core": "1.98.0",
50
+ "@tamagui/fake-react-native": "1.98.0",
51
+ "@tamagui/generate-themes": "1.98.0",
52
+ "@tamagui/helpers": "1.98.0",
53
+ "@tamagui/helpers-node": "1.98.0",
54
+ "@tamagui/proxy-worm": "1.98.0",
55
+ "@tamagui/shorthands": "1.98.0",
56
+ "@tamagui/types": "1.98.0",
57
57
  "babel-literal-to-ast": "^2.1.0",
58
58
  "browserslist": "^4.22.2",
59
59
  "check-dependency-version-consistency": "^4.1.0",
@@ -65,8 +65,8 @@
65
65
  "invariant": "^2.2.4",
66
66
  "lodash": "^4.17.21",
67
67
  "react-native-web": "^0.19.10",
68
- "react-native-web-internals": "1.97.0",
69
- "react-native-web-lite": "1.97.0"
68
+ "react-native-web-internals": "1.98.0",
69
+ "react-native-web-lite": "1.98.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@babel/plugin-syntax-typescript": "^7.23.3",
@@ -78,7 +78,7 @@
78
78
  "esbuild-loader": "^3.0.1",
79
79
  "null-loader": "^4.0.1",
80
80
  "react": "^18.2.0",
81
- "typescript": "^5.3.3"
81
+ "typescript": "^5.4.5"
82
82
  },
83
83
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14"
84
84
  }