0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore(deps): upgrade Logto React SDK (#4070)

This commit is contained in:
Gao Sun 2023-06-21 08:35:45 +08:00 committed by GitHub
parent 608289ec88
commit dea0b7aa57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 13 deletions

View file

@ -32,7 +32,7 @@
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.4.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/react": "^2.0.1",
"@logto/react": "^2.1.0",
"@logto/schemas": "workspace:^1.5.0",
"@logto/shared": "workspace:^2.0.0",
"@mdx-js/react": "^1.6.22",

View file

@ -64,6 +64,7 @@ function Content() {
return (
<LogtoProvider
unstable_enableCache
config={{
endpoint: adminTenantEndpoint.href,
appId: adminConsoleApplicationId,

View file

@ -22,7 +22,7 @@
"@logto/core-kit": "workspace:^2.0.0",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.2.0",
"@logto/react": "^2.0.1",
"@logto/react": "^2.1.0",
"@logto/schemas": "workspace:^1.2.3",
"@parcel/core": "2.9.2",
"@parcel/transformer-sass": "2.9.2",

View file

@ -1,4 +1,4 @@
lockfileVersion: '6.1'
lockfileVersion: '6.0'
settings:
autoInstallPeers: true
@ -2794,8 +2794,8 @@ importers:
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/react':
specifier: ^2.0.1
version: 2.0.1(react@18.2.0)
specifier: ^2.1.0
version: 2.1.0(react@18.2.0)
'@logto/schemas':
specifier: workspace:^1.5.0
version: link:../schemas
@ -3320,8 +3320,8 @@ importers:
specifier: workspace:^1.2.0
version: link:../phrases
'@logto/react':
specifier: ^2.0.1
version: 2.0.1(react@18.2.0)
specifier: ^2.1.0
version: 2.1.0(react@18.2.0)
'@logto/schemas':
specifier: workspace:^1.2.3
version: link:../schemas
@ -7172,10 +7172,10 @@ packages:
dev: true
optional: true
/@logto/browser@2.0.0:
resolution: {integrity: sha512-b5trzvdPWk00mk6A6J9GkcjC3fRaqe90lKVLJ2/UAOAtvBCcP/35mcKsdWyHHGP3juVNYCaGWepM3ifhxK+AsA==}
/@logto/browser@2.1.0:
resolution: {integrity: sha512-4XsXlCC0uZHcfazV09/4YKo4koqvSzQlkPUAToTp/WHpb6h2XDOJh5/hi55LXL4zp0PCcgpErKRxFCtgXCc6WQ==}
dependencies:
'@logto/client': 2.1.0
'@logto/client': 2.2.0
'@silverhand/essentials': 2.6.2
js-base64: 3.7.5
dev: true
@ -7189,6 +7189,15 @@ packages:
jose: 4.14.4
dev: true
/@logto/client@2.2.0:
resolution: {integrity: sha512-7I2ELo5UWIJsFCYK/gX465l0+QhXTdyYWkgb2CcdPu5KbaPBNpASedm+fEV2NREYe2svbNODFhog6UMA/xGQnQ==}
dependencies:
'@logto/js': 2.1.1
'@silverhand/essentials': 2.6.2
camelcase-keys: 7.0.2
jose: 4.14.4
dev: true
/@logto/js@2.1.1:
resolution: {integrity: sha512-PHikheavVK+l4ivgtzi14p184hEPgXjqQEAom1Gme1MZoopx+WlwxvHSEQBsmyvVqRtI0oiojhoU5tgYi1FKJw==}
dependencies:
@ -7208,12 +7217,12 @@ packages:
- encoding
dev: true
/@logto/react@2.0.1(react@18.2.0):
resolution: {integrity: sha512-p/zEv+VmLUWLrFBTZDRilJDIgXxiW5orREStZdB+Ix5ll0CmBRqT3G9DVdC95nkLL3oygwU7Hbd7a4KfvLs1gw==}
/@logto/react@2.1.0(react@18.2.0):
resolution: {integrity: sha512-xP/EW/N7Fh/5yyogCavCf43U114hiuACGxWql8CTmCbSJEXKVU5kiHNQXi2upV7AvB+lNA1as7LT/KbR9wM/2Q==}
peerDependencies:
react: '>=16.8.0 || ^18.0.0'
dependencies:
'@logto/browser': 2.0.0
'@logto/browser': 2.1.0
'@silverhand/essentials': 2.6.2
react: 18.2.0
dev: true