Skip to content

Commit 4ffa53b

Browse files
committed
fix: fix nativewind css version
1 parent 08ea435 commit 4ffa53b

File tree

2 files changed

+740
-969
lines changed

2 files changed

+740
-969
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"type-check": "tsc --noemit",
3333
"lint:translations": "eslint ./src/translations/ --fix --ext .json ",
3434
"test": "jest",
35+
"check-all": "pnpm run lint && pnpm run type-check && pnpm run lint:translations && pnpm run test",
3536
"test:ci": "pnpm run test --coverage",
3637
"test:watch": "pnpm run test --watch",
3738
"install-maestro": "curl -Ls 'https://get.maestro.mobile.dev' | bash",
@@ -59,7 +60,7 @@
5960
"i18next": "^23.14.0",
6061
"lodash.memoize": "^4.1.2",
6162
"moti": "^0.29.0",
62-
"nativewind": "^4.1.1",
63+
"nativewind": "4.0.36",
6364
"react": "18.2.0",
6465
"react-dom": "18.2.0",
6566
"react-error-boundary": "^4.0.13",
@@ -113,9 +114,8 @@
113114
"jest-environment-jsdom": "^29.7.0",
114115
"jest-expo": "~51.0.4",
115116
"jest-junit": "^16.0.0",
116-
"lint-staged": "^13.3.0",
117-
"metro-babel-register": "^0.73.10",
118-
"np": "^7.7.0",
117+
"lint-staged": "^15.2.9",
118+
"np": "^10.0.7",
119119
"prettier": "^3.3.3",
120120
"tailwindcss": "3.3.2",
121121
"ts-jest": "^29.1.2",

0 commit comments

Comments
 (0)