Skip to content

Commit 0d79879

Browse files
authored
Merge pull request #114 from JairajJangle/develop
fix: upgraded some deps
2 parents 6db337c + 352d629 commit 0d79879

File tree

5 files changed

+415
-759
lines changed

5 files changed

+415
-759
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@react-navigation/native": "^6.1.7",
1515
"@react-navigation/native-stack": "^6.9.15",
1616
"@react-navigation/stack": "^6.3.17",
17-
"@shopify/flash-list": "^1.4.3",
17+
"@shopify/flash-list": "^1.7.3",
1818
"lodash": "^4.17.21",
1919
"react": "18.2.0",
2020
"react-native": "0.72.17",

example/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@
16161616
color "^4.2.3"
16171617
warn-once "^0.1.0"
16181618

1619-
"@shopify/flash-list@^1.4.3":
1619+
"@shopify/flash-list@^1.7.3":
16201620
version "1.7.3"
16211621
resolved "https://registry.yarnpkg.com/@shopify/flash-list/-/flash-list-1.7.3.tgz#49bc0bed1347622f9b8129be0f98539676446d12"
16221622
integrity sha512-RLhNptm02aqpqZvjj9pJPcU+EVYxOAJhPRCmDOaUbUP86+636w+plsbjpBPSYGvPZhPj56RtZ9FBlvolPeEmYA==

package-lock.json

+9-110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@
8282
"provenance": true
8383
},
8484
"devDependencies": {
85-
"@commitlint/config-conventional": "^19.4.1",
86-
"@evilmartians/lefthook": "^1.7.14",
85+
"@commitlint/config-conventional": "^19.7.1",
86+
"@evilmartians/lefthook": "^1.10.10",
8787
"@react-native-community/eslint-config": "^3.2.0",
88-
"@release-it/conventional-changelog": "^8.0.1",
88+
"@release-it/conventional-changelog": "^8.0.2",
8989
"@semantic-release/changelog": "^6.0.3",
9090
"@semantic-release/git": "^10.0.1",
91-
"@semantic-release/github": "^10.1.7",
91+
"@semantic-release/github": "^11.0.1",
9292
"@semantic-release/npm": "^12.0.1",
9393
"@shopify/flash-list": "1.x.x",
9494
"@testing-library/jest-native": "^5.4.3",
@@ -211,7 +211,7 @@
211211
"dependencies": {
212212
"lodash": "^4.17.21",
213213
"react-native-uuid": "^2.0.3",
214-
"zustand": "^4.5.5"
214+
"zustand": "^4.5.6"
215215
},
216216
"funding": [
217217
{

0 commit comments

Comments
 (0)