Skip to content

Commit

Permalink
Merge pull request #114 from JairajJangle/develop
Browse files Browse the repository at this point in the history
fix: upgraded some deps
  • Loading branch information
JairajJangle authored Feb 15, 2025
2 parents 6db337c + 352d629 commit 0d79879
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 759 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.15",
"@react-navigation/stack": "^6.3.17",
"@shopify/flash-list": "^1.4.3",
"@shopify/flash-list": "^1.7.3",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-native": "0.72.17",
Expand Down
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@
color "^4.2.3"
warn-once "^0.1.0"

"@shopify/flash-list@^1.4.3":
"@shopify/flash-list@^1.7.3":
version "1.7.3"
resolved "https://registry.yarnpkg.com/@shopify/flash-list/-/flash-list-1.7.3.tgz#49bc0bed1347622f9b8129be0f98539676446d12"
integrity sha512-RLhNptm02aqpqZvjj9pJPcU+EVYxOAJhPRCmDOaUbUP86+636w+plsbjpBPSYGvPZhPj56RtZ9FBlvolPeEmYA==
Expand Down
119 changes: 9 additions & 110 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@
"provenance": true
},
"devDependencies": {
"@commitlint/config-conventional": "^19.4.1",
"@evilmartians/lefthook": "^1.7.14",
"@commitlint/config-conventional": "^19.7.1",
"@evilmartians/lefthook": "^1.10.10",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^8.0.1",
"@release-it/conventional-changelog": "^8.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.7",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@shopify/flash-list": "1.x.x",
"@testing-library/jest-native": "^5.4.3",
Expand Down Expand Up @@ -211,7 +211,7 @@
"dependencies": {
"lodash": "^4.17.21",
"react-native-uuid": "^2.0.3",
"zustand": "^4.5.5"
"zustand": "^4.5.6"
},
"funding": [
{
Expand Down
Loading

0 comments on commit 0d79879

Please sign in to comment.