@tamagui/use-constant
Advanced tools
Comparing version 1.0.1-rc.5.1 to 1.0.1-rc.6
{ | ||
"name": "@tamagui/use-constant", | ||
"version": "1.0.1-rc.5.1", | ||
"version": "1.0.1-rc.6", | ||
"types": "./types/index.d.ts", | ||
@@ -15,4 +15,4 @@ "main": "dist/cjs", | ||
"watch": "tamagui-build --watch", | ||
"lint": "eslint src", | ||
"lint:fix": "yarn lint --fix", | ||
"lint": "../../node_modules/.bin/rome check src", | ||
"lint:fix": "../../node_modules/.bin/rome check --apply-suggested src", | ||
"clean": "tamagui-build clean", | ||
@@ -22,3 +22,3 @@ "clean:build": "tamagui-build clean:build" | ||
"devDependencies": { | ||
"@tamagui/build": "^1.0.1-rc.5.1", | ||
"@tamagui/build": "^1.0.1-rc.6", | ||
"react": "^18.2.0" | ||
@@ -25,0 +25,0 @@ }, |
4423