Skip to content

Commit

Permalink
fix(deps): update dependency jotai to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 4e17867 commit d579b66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion example/Galaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"enigma.js": "2.7.3",
"eventemitter3": "4.0.7",
"extend": "3.0.2",
"jotai": "^1.6.6",
"jotai": "^2.0.0",
"lodash": "4.17.21",
"picasso-plugin-q": "^1.6.0",
"picasso.js": "^1.6.0",
Expand Down
10 changes: 5 additions & 5 deletions example/Galaxy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@
version "0.0.0"

"@qlik/react-native-carbon@link:../..":
version "2.1.17"
version "2.1.22"

"@qlik/react-native-helium@link:../../../react-native-helium":
version "0.0.0"
Expand Down Expand Up @@ -5126,10 +5126,10 @@ joi@^17.2.1:
"@sideway/formula" "^3.0.0"
"@sideway/pinpoint" "^2.0.0"

jotai@^1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/jotai/-/jotai-1.6.6.tgz#ec3a8b4e5a323b00c2f9ca0d05825d0aeaeebe75"
integrity sha512-rzUyxHFImnDDjUmC0i0BXyppq1M6ZxrHjhp0SK3VQXvXYAu5Hz9wPJ6w207s2Mlv7jpfiIf26w9m82FLCP3eqw==
jotai@^2.0.0:
version "2.11.3"
resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.11.3.tgz#7d95086ac7aebf363cb607404356b8427d3c1547"
integrity sha512-B/PsewAQ0UOS5e2+TTWegUPQ3SCLPCjPY24LYUjfn2EorGlluTA2dFjVLgF1+xHLjK9Jit3y5mKHyMG3Xq/GZg==

js-sdsl@^4.1.4:
version "4.3.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"fast-xml-parser": "^4.0.8",
"husky": "8.0.3",
"jest": "27.5.1",
"jotai": "1.6.0",
"jotai": "2.11.3",
"lodash": "^4.17.21",
"picasso-plugin-q": "1.6.0",
"picasso.js": "1.6.0",
Expand All @@ -69,7 +69,7 @@
"@babel/runtime": "7.17.2",
"@nebula.js/stardust": "2.4.1",
"eventemitter3": "4.0.7",
"jotai": "1.6.0",
"jotai": "2.11.3",
"lodash": "4.17.21",
"picasso-plugin-q": "1.6.0",
"picasso.js": "1.6.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6182,10 +6182,10 @@ joi@^17.2.1:
"@sideway/formula" "^3.0.0"
"@sideway/pinpoint" "^2.0.0"

jotai@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/jotai/-/jotai-1.6.0.tgz#81412756dab42fcb712530fba512e5e43bd0de15"
integrity sha512-J/+aD9R1XDcNeY8drg/y/I47eUivQ13HGmLmA33w95SvJJLBStSF5WxYrmLgbuWcDC6MpRecF3g/GBchPJNcZg==
jotai@2.11.3:
version "2.11.3"
resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.11.3.tgz#7d95086ac7aebf363cb607404356b8427d3c1547"
integrity sha512-B/PsewAQ0UOS5e2+TTWegUPQ3SCLPCjPY24LYUjfn2EorGlluTA2dFjVLgF1+xHLjK9Jit3y5mKHyMG3Xq/GZg==

js-sdsl@^4.1.4:
version "4.3.0"
Expand Down

0 comments on commit d579b66

Please sign in to comment.