@tamagui/next-plugin 1.66.0 → 1.68.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/next-plugin",
3
- "version": "1.66.0",
3
+ "version": "1.68.0",
4
4
  "source": "src/index.ts",
5
5
  "license": "MIT",
6
6
  "types": "./types/index.d.ts",
@@ -15,15 +15,15 @@
15
15
  "build": "tamagui-build",
16
16
  "watch": "tamagui-build --watch",
17
17
  "lint": "../../node_modules/.bin/biome check src",
18
- "lint:fix": "../../node_modules/.bin/biome check --apply src",
18
+ "lint:fix": "../../node_modules/.bin/biome check --apply-unsafe src",
19
19
  "clean": "tamagui-build clean",
20
20
  "clean:build": "tamagui-build clean:build"
21
21
  },
22
22
  "dependencies": {
23
23
  "@babel/preset-react": "^7.18.6",
24
- "@tamagui/proxy-worm": "1.66.0",
25
- "@tamagui/react-native-svg": "1.66.0",
26
- "@tamagui/static": "1.66.0",
24
+ "@tamagui/proxy-worm": "1.68.0",
25
+ "@tamagui/react-native-svg": "1.68.0",
26
+ "@tamagui/static": "1.68.0",
27
27
  "babel-loader": "^9.1.2",
28
28
  "browserslist": "^4.21.1",
29
29
  "css-loader": "^6.7.4",
@@ -31,12 +31,12 @@
31
31
  "esm-resolve": "^1.0.8",
32
32
  "file-loader": "^6.2.0",
33
33
  "html-webpack-plugin": "^5.5.0",
34
- "tamagui-loader": "1.66.0",
34
+ "tamagui-loader": "1.68.0",
35
35
  "thread-loader": "^4.0.1",
36
36
  "url-loader": "^4.1.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "1.66.0",
39
+ "@tamagui/build": "1.68.0",
40
40
  "next": "^13.4.4"
41
41
  },
42
42
  "peerDependencies": {
@@ -66,7 +66,7 @@ export const withTamagui = (tamaguiOptions: WithTamaguiProps) => {
66
66
  continue
67
67
  }
68
68
  if (process.env.DEBUG?.startsWith('tamagui')) {
69
- // rome-ignore lint/suspicious/noConsoleLog: ok
69
+ // biome-ignore lint/suspicious/noConsoleLog: ok
70
70
  console.log(prefix, `withTamagui skipping resolving ${out}`, err)
71
71
  }
72
72
  }
@@ -162,7 +162,7 @@ export const withTamagui = (tamaguiOptions: WithTamaguiProps) => {
162
162
  }
163
163
 
164
164
  if (process.env.DEBUG) {
165
- // rome-ignore lint/suspicious/noConsoleLog: ok
165
+ // biome-ignore lint/suspicious/noConsoleLog: ok
166
166
  console.log('Tamagui alias:', alias)
167
167
  }
168
168
 
@@ -214,7 +214,7 @@ export const withTamagui = (tamaguiOptions: WithTamaguiProps) => {
214
214
 
215
215
  if (process.env.IGNORE_TS_CONFIG_PATHS) {
216
216
  if (process.env.DEBUG) {
217
- // rome-ignore lint/suspicious/noConsoleLog: ok
217
+ // biome-ignore lint/suspicious/noConsoleLog: ok
218
218
  console.log(prefix, 'ignoring tsconfig paths')
219
219
  }
220
220
  if (webpackConfig.resolve.plugins[0]) {