@tamagui/static 1.15.26 → 1.15.28

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.
@@ -196,7 +196,7 @@ function createExtractor({ logger = console } = { logger: console }) {
196
196
  tm.mark("load-tamagui", !!shouldPrintDebug);
197
197
  if (!tamaguiConfig.themes) {
198
198
  console.error(
199
- `\u26D4\uFE0F Error: Missing "themes" in your tamagui.config file, this may be due to duplicated dependency versions. Try running "npx check-dependency-version-consistency ." to see if there are mis-matches, or search your lockfile.`
199
+ `\u26D4\uFE0F Error: Missing "themes" in your tamagui.config file, this may be due to duplicated dependency versions. Try out https://github.com/bmish/check-dependency-version-consistency to see if there are mis-matches, or search your lockfile.`
200
200
  );
201
201
  console.log(` Got config:`, tamaguiConfig);
202
202
  process.exit(0);
@@ -180,7 +180,7 @@ function createExtractor({ logger = console } = { logger: console }) {
180
180
  tm.mark("load-tamagui", !!shouldPrintDebug);
181
181
  if (!tamaguiConfig.themes) {
182
182
  console.error(
183
- `\u26D4\uFE0F Error: Missing "themes" in your tamagui.config file, this may be due to duplicated dependency versions. Try running "npx check-dependency-version-consistency ." to see if there are mis-matches, or search your lockfile.`
183
+ `\u26D4\uFE0F Error: Missing "themes" in your tamagui.config file, this may be due to duplicated dependency versions. Try out https://github.com/bmish/check-dependency-version-consistency to see if there are mis-matches, or search your lockfile.`
184
184
  );
185
185
  console.log(` Got config:`, tamaguiConfig);
186
186
  process.exit(0);
@@ -180,7 +180,7 @@ function createExtractor({ logger = console } = { logger: console }) {
180
180
  tm.mark("load-tamagui", !!shouldPrintDebug);
181
181
  if (!tamaguiConfig.themes) {
182
182
  console.error(
183
- `\u26D4\uFE0F Error: Missing "themes" in your tamagui.config file, this may be due to duplicated dependency versions. Try running "npx check-dependency-version-consistency ." to see if there are mis-matches, or search your lockfile.`
183
+ `\u26D4\uFE0F Error: Missing "themes" in your tamagui.config file, this may be due to duplicated dependency versions. Try out https://github.com/bmish/check-dependency-version-consistency to see if there are mis-matches, or search your lockfile.`
184
184
  );
185
185
  console.log(` Got config:`, tamaguiConfig);
186
186
  process.exit(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.15.26",
3
+ "version": "1.15.28",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -34,16 +34,16 @@
34
34
  "@babel/plugin-transform-react-jsx": "^7.19.0",
35
35
  "@babel/runtime": "^7.19.4",
36
36
  "@babel/traverse": "^7.19.6",
37
- "@tamagui/build": "1.15.26",
38
- "@tamagui/cli-color": "1.15.26",
39
- "@tamagui/config-default-node": "1.15.26",
40
- "@tamagui/core-node": "1.15.26",
41
- "@tamagui/fake-react-native": "1.15.26",
42
- "@tamagui/helpers": "1.15.26",
43
- "@tamagui/helpers-node": "1.15.26",
44
- "@tamagui/proxy-worm": "1.15.26",
45
- "@tamagui/shorthands": "1.15.26",
46
- "@tamagui/types": "1.15.26",
37
+ "@tamagui/build": "1.15.28",
38
+ "@tamagui/cli-color": "1.15.28",
39
+ "@tamagui/config-default-node": "1.15.28",
40
+ "@tamagui/core-node": "1.15.28",
41
+ "@tamagui/fake-react-native": "1.15.28",
42
+ "@tamagui/helpers": "1.15.28",
43
+ "@tamagui/helpers-node": "1.15.28",
44
+ "@tamagui/proxy-worm": "1.15.28",
45
+ "@tamagui/shorthands": "1.15.28",
46
+ "@tamagui/types": "1.15.28",
47
47
  "babel-literal-to-ast": "^2.1.0",
48
48
  "esbuild": "^0.17.17",
49
49
  "esbuild-register": "^3.4.2",
@@ -52,15 +52,15 @@
52
52
  "fs-extra": "^11.1.0",
53
53
  "invariant": "^2.2.4",
54
54
  "lodash": "^4.17.21",
55
- "react-native-web-internals": "1.15.26",
56
- "react-native-web-lite": "1.15.26"
55
+ "react-native-web-internals": "1.15.28",
56
+ "react-native-web-lite": "1.15.28"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@babel/plugin-syntax-typescript": "^7.18.6",
60
60
  "@babel/types": "^7.19.4",
61
61
  "@dish/babel-preset": "^0.0.6",
62
62
  "@expo/match-media": "^0.4.0",
63
- "@tamagui/test-design-system": "1.15.26",
63
+ "@tamagui/test-design-system": "1.15.28",
64
64
  "@testing-library/react": "^13.4.0",
65
65
  "@types/babel__generator": "^7.6.4",
66
66
  "@types/babel__traverse": "^7.18.2",
@@ -246,7 +246,7 @@ export function createExtractor(
246
246
 
247
247
  if (!tamaguiConfig.themes) {
248
248
  console.error(
249
- `⛔️ Error: Missing "themes" in your tamagui.config file, this may be due to duplicated dependency versions. Try running "npx check-dependency-version-consistency ." to see if there are mis-matches, or search your lockfile.`
249
+ `⛔️ Error: Missing "themes" in your tamagui.config file, this may be due to duplicated dependency versions. Try out https://github.com/bmish/check-dependency-version-consistency to see if there are mis-matches, or search your lockfile.`
250
250
  )
251
251
  console.log(` Got config:`, tamaguiConfig)
252
252
  process.exit(0)