Skip to content

Commit 7a63117

Browse files
committed
refactor(rn): bump logto SDKs to the latest version
bump logto SDKs to the latest version
1 parent 5ed2882 commit 7a63117

File tree

7 files changed

+2868
-3495
lines changed

7 files changed

+2868
-3495
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node and pnpm
2020
uses: silverhand-io/actions-node-pnpm-run-steps@v5
2121
with:
22-
pnpm-version: 9
22+
pnpm-version: 10
2323

2424
- name: Commitlint
2525
run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node and pnpm
2222
uses: silverhand-io/actions-node-pnpm-run-steps@v5
2323
with:
24-
pnpm-version: 9
24+
pnpm-version: 10
2525

2626
- name: Build
2727
run: pnpm -r build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"husky": "^9.0.11"
1414
},
1515
"engines": {
16-
"pnpm": "^9"
16+
"pnpm": "^9 || ^10.0.0"
1717
},
1818
"pnpm": {
1919
"overrides": {

packages/rn-sample/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"assetBundlePatterns": ["**/*"],
1515
"ios": {
16-
"supportsTablet": true
16+
"supportsTablet": true,
17+
"bundleIdentifier": "com.anonymous.rn-sample"
1718
},
1819
"android": {
1920
"adaptiveIcon": {

packages/rn-sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"ios": "expo run:ios"
1313
},
1414
"dependencies": {
15-
"@expo/metro-runtime": "~4.0.1",
15+
"@expo/metro-runtime": "^4.0.1",
1616
"@logto/rn": "workspace:^",
17-
"@react-native-async-storage/async-storage": "^1.23.1",
17+
"@react-native-async-storage/async-storage": "~1.23.1",
1818
"expo": "~52.0.37",
1919
"expo-crypto": "^14.0.2",
2020
"expo-secure-store": "^14.0.1",

packages/rn/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"type": "module",
88
"main": "./lib/index.js",
99
"types": "./lib/index.d.ts",
@@ -49,8 +49,8 @@
4949
},
5050
"prettier": "@silverhand/eslint-config/.prettierrc",
5151
"dependencies": {
52-
"@logto/client": "3.1.1",
53-
"@logto/js": "5.1.0",
52+
"@logto/client": "3.1.2",
53+
"@logto/js": "5.1.1",
5454
"crypto-es": "^2.1.0",
5555
"js-base64": "^3.7.7"
5656
},

pnpm-lock.yaml

Lines changed: 2858 additions & 3486 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)