Skip to content

Commit

Permalink
Merge pull request #2162 from gluestack/fix/nw-version
Browse files Browse the repository at this point in the history
fix: nw version
  • Loading branch information
surajahmed authored May 17, 2024
2 parents d1dd675 + da9df64 commit 841a940
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"expo-status-bar": "~1.4.2",
"fs": "^0.0.1-security",
"lucide-react-native": "^0.236.0",
"nativewind": "^4.0.1",
"nativewind": "^4.0.36",
"next": "^13.5.3",
"prism-react-renderer": "^1.3.5",
"re-resizable": "^6.9.11",
Expand Down
2 changes: 1 addition & 1 deletion example/storybook-v7/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17848,12 +17848,12 @@ nanomatch@^1.2.9:
snapdragon "^0.8.1"
to-regex "^3.0.1"

nativewind@^4.0.1:
version "4.0.22"
resolved "https://registry.yarnpkg.com/nativewind/-/nativewind-4.0.22.tgz#aa485f9140ba8978a337006befebf1cb53d2aa57"
integrity sha512-uW2EsqsmSg9Tzu4NIPEMyKaOTd7OxgBjzoTyEtWvd7QhZBtkQ4PeivrKGsimyRnT5609M9FCfhSzSZUXt0iSyA==
nativewind@^4.0.36:
version "4.0.36"
resolved "https://registry.yarnpkg.com/nativewind/-/nativewind-4.0.36.tgz#25a79d37cd89575f92d6095749a1620195459b30"
integrity sha512-nd0Xgjzaq0ISvUAjibZXcuSvvpX1BGX2mfOGBPZpjGfHL3By6fwLGsNhrKU6mi2FF30c+kdok3e2I4k/O0UO1Q==
dependencies:
react-native-css-interop "0.0.21"
react-native-css-interop "0.0.36"

natural-compare-lite@^1.4.0:
version "1.4.0"
Expand Down Expand Up @@ -20079,10 +20079,10 @@ react-native-builder-bob@^0.20.1, react-native-builder-bob@^0.20.3:
optionalDependencies:
jetifier "^2.0.0"

[email protected].21:
version "0.0.21"
resolved "https://registry.yarnpkg.com/react-native-css-interop/-/react-native-css-interop-0.0.21.tgz#405099124356eb045fae0b1a6fb9968ae99c22a9"
integrity sha512-hb9jpA0iczy2iXpcbiY9FDYEqhUDNSAw2YJzZ2VodMGqrV1qRQtpN2aBBjkWtHjwoeVdDj2V/h8Z25DqSkqG+Q==
[email protected].36:
version "0.0.36"
resolved "https://registry.yarnpkg.com/react-native-css-interop/-/react-native-css-interop-0.0.36.tgz#ff87c9ab5cab72c4b24f0f6eed60ca95c31f0dc2"
integrity sha512-ZWoKQlq6XrI5DB4BdPk5ABvJQsX7zls1SQYWuYXOQB8u5QE0KH3OfOGAGRZPekTjgkhjqGO4Bf8G2JTSWAYMSg==
dependencies:
"@babel/helper-module-imports" "^7.22.15"
"@babel/traverse" "^7.23.0"
Expand Down

0 comments on commit 841a940

Please sign in to comment.