Skip to content

Commit d59271b

Browse files
Bump jotai from 2.12.5 to 2.13.1 (#245)
Bumps [jotai](https://github.com/pmndrs/jotai) from 2.12.5 to 2.13.1. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](pmndrs/jotai@v2.12.5...v2.13.1) --- updated-dependencies: - dependency-name: jotai dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6adda24 commit d59271b

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@react-navigation/stack": "^6.3.21",
2626
"@shopify/checkout-sheet-kit": "link:../modules/@shopify/checkout-sheet-kit",
2727
"graphql": "^16.8.1",
28-
"jotai": "^2.12.5",
28+
"jotai": "^2.13.1",
2929
"react-native-config": "^1.5.5",
3030
"react-native-reanimated": "^3.16.1",
3131
"react-native-safe-area-context": "^4.14.0",

yarn.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8301,18 +8301,24 @@ __metadata:
83018301
languageName: node
83028302
linkType: hard
83038303

8304-
"jotai@npm:^2.12.5":
8305-
version: 2.12.5
8306-
resolution: "jotai@npm:2.12.5"
8304+
"jotai@npm:^2.13.1":
8305+
version: 2.13.1
8306+
resolution: "jotai@npm:2.13.1"
83078307
peerDependencies:
8308+
"@babel/core": ">=7.0.0"
8309+
"@babel/template": ">=7.0.0"
83088310
"@types/react": ">=17.0.0"
83098311
react: ">=17.0.0"
83108312
peerDependenciesMeta:
8313+
"@babel/core":
8314+
optional: true
8315+
"@babel/template":
8316+
optional: true
83118317
"@types/react":
83128318
optional: true
83138319
react:
83148320
optional: true
8315-
checksum: 10c0/5075b2c78f3e170d84a14b9f69a5903a5aa5b61242ee9acebc5665ce5a5fb13724748107dfd1069d00fe45b3a4ed15e07c40c0861dc817effc10532b733afabe
8321+
checksum: 10c0/777915c4f83c372bac066ce3acb037c8c5c01e2789b8b435bf3f302ef32a5564d471217c89b9cdee219d735d445b166bf3ff15a9f43f4cb92a8a9115c72446ad
83168322
languageName: node
83178323
linkType: hard
83188324

@@ -10640,7 +10646,7 @@ __metadata:
1064010646
"@types/react-native-vector-icons": "npm:^6.4.18"
1064110647
babel-plugin-module-resolver: "npm:^5.0.0"
1064210648
graphql: "npm:^16.8.1"
10643-
jotai: "npm:^2.12.5"
10649+
jotai: "npm:^2.13.1"
1064410650
react-native-config: "npm:^1.5.5"
1064510651
react-native-reanimated: "npm:^3.16.1"
1064610652
react-native-safe-area-context: "npm:^4.14.0"

0 commit comments

Comments
 (0)