@tamagui/next-plugin 1.58.4 → 1.58.5

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.58.4",
3
+ "version": "1.58.5",
4
4
  "source": "src/index.ts",
5
5
  "license": "MIT",
6
6
  "types": "./types/index.d.ts",
@@ -14,16 +14,16 @@
14
14
  "scripts": {
15
15
  "build": "tamagui-build",
16
16
  "watch": "tamagui-build --watch",
17
- "lint": "../../node_modules/.bin/rome check src",
18
- "lint:fix": "../../node_modules/.bin/rome check --apply src",
17
+ "lint": "../../node_modules/.bin/biome check src",
18
+ "lint:fix": "../../node_modules/.bin/biome check --apply 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.58.4",
25
- "@tamagui/react-native-svg": "1.58.4",
26
- "@tamagui/static": "1.58.4",
24
+ "@tamagui/proxy-worm": "1.58.5",
25
+ "@tamagui/react-native-svg": "1.58.5",
26
+ "@tamagui/static": "1.58.5",
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.58.4",
34
+ "tamagui-loader": "1.58.5",
35
35
  "thread-loader": "^4.0.1",
36
36
  "url-loader": "^4.1.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "1.58.4",
39
+ "@tamagui/build": "1.58.5",
40
40
  "next": "^13.4.4"
41
41
  },
42
42
  "peerDependencies": {
@@ -65,7 +65,7 @@ export const withTamagui = (tamaguiOptions: WithTamaguiProps) => {
65
65
  continue
66
66
  }
67
67
  if (process.env.DEBUG?.startsWith('tamagui')) {
68
- // rome-ignore lint/nursery/noConsoleLog: ok
68
+ // rome-ignore lint/suspicious/noConsoleLog: ok
69
69
  console.log(prefix, `withTamagui skipping resolving ${out}`, err)
70
70
  }
71
71
  }
@@ -161,7 +161,7 @@ export const withTamagui = (tamaguiOptions: WithTamaguiProps) => {
161
161
  }
162
162
 
163
163
  if (process.env.DEBUG) {
164
- // rome-ignore lint/nursery/noConsoleLog: ok
164
+ // rome-ignore lint/suspicious/noConsoleLog: ok
165
165
  console.log('Tamagui alias:', alias)
166
166
  }
167
167
 
@@ -212,7 +212,7 @@ export const withTamagui = (tamaguiOptions: WithTamaguiProps) => {
212
212
 
213
213
  if (process.env.IGNORE_TS_CONFIG_PATHS) {
214
214
  if (process.env.DEBUG) {
215
- // rome-ignore lint/nursery/noConsoleLog: ok
215
+ // rome-ignore lint/suspicious/noConsoleLog: ok
216
216
  console.log(prefix, 'ignoring tsconfig paths')
217
217
  }
218
218
  if (webpackConfig.resolve.plugins[0]) {