@tamagui/static 1.111.9 → 1.111.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.111.9",
3
+ "version": "1.111.11",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -15,8 +15,8 @@
15
15
  "watch": "tamagui-build --watch",
16
16
  "clean": "tamagui-build clean",
17
17
  "clean:build": "tamagui-build clean:build",
18
- "lint": "npx biome check src",
19
- "lint:fix": "npx biome check --apply-unsafe src"
18
+ "lint": "biome check src",
19
+ "lint:fix": "biome check --write src"
20
20
  },
21
21
  "exports": {
22
22
  "./package.json": "./package.json",
@@ -44,17 +44,17 @@
44
44
  "@babel/runtime": "^7.25.4",
45
45
  "@babel/traverse": "^7.25.4",
46
46
  "@babel/types": "^7.25.4",
47
- "@tamagui/build": "1.111.9",
48
- "@tamagui/cli-color": "1.111.9",
49
- "@tamagui/config-default": "1.111.9",
50
- "@tamagui/core": "1.111.9",
51
- "@tamagui/fake-react-native": "1.111.9",
52
- "@tamagui/generate-themes": "1.111.9",
53
- "@tamagui/helpers": "1.111.9",
54
- "@tamagui/helpers-node": "1.111.9",
55
- "@tamagui/proxy-worm": "1.111.9",
56
- "@tamagui/shorthands": "1.111.9",
57
- "@tamagui/types": "1.111.9",
47
+ "@tamagui/build": "1.111.11",
48
+ "@tamagui/cli-color": "1.111.11",
49
+ "@tamagui/config-default": "1.111.11",
50
+ "@tamagui/core": "1.111.11",
51
+ "@tamagui/fake-react-native": "1.111.11",
52
+ "@tamagui/generate-themes": "1.111.11",
53
+ "@tamagui/helpers": "1.111.11",
54
+ "@tamagui/helpers-node": "1.111.11",
55
+ "@tamagui/proxy-worm": "1.111.11",
56
+ "@tamagui/shorthands": "1.111.11",
57
+ "@tamagui/types": "1.111.11",
58
58
  "babel-literal-to-ast": "^2.1.0",
59
59
  "browserslist": "^4.22.2",
60
60
  "check-dependency-version-consistency": "^4.1.0",
@@ -67,8 +67,8 @@
67
67
  "lodash": "^4.17.21",
68
68
  "react-dom": "^18.2.0 || ^19.0.0",
69
69
  "react-native-web": "^0.19.12",
70
- "react-native-web-internals": "1.111.9",
71
- "react-native-web-lite": "1.111.9"
70
+ "react-native-web-internals": "1.111.11",
71
+ "react-native-web-lite": "1.111.11"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@babel/plugin-syntax-typescript": "^7.25.4",