-
-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eea4d4c
commit 11381af
Showing
21 changed files
with
292 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/console", | ||
"version": "1.0.0-beta.9", | ||
"version": "1.0.0-beta.10", | ||
"description": "> TODO: description", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"homepage": "https://github.com/logto-io/logto#readme", | ||
|
@@ -18,11 +18,11 @@ | |
}, | ||
"devDependencies": { | ||
"@fontsource/roboto-mono": "^4.5.7", | ||
"@logto/phrases": "^1.0.0-beta.9", | ||
"@logto/phrases-ui": "^1.0.0-beta.9", | ||
"@logto/react": "1.0.0-beta.8", | ||
"@logto/schemas": "^1.0.0-beta.9", | ||
"@logto/core-kit": "^1.0.0-beta.13", | ||
"@logto/phrases": "^1.0.0-beta.10", | ||
"@logto/phrases-ui": "^1.0.0-beta.10", | ||
"@logto/react": "1.0.0-beta.8", | ||
"@logto/schemas": "^1.0.0-beta.10", | ||
"@mdx-js/react": "^1.6.22", | ||
"@parcel/core": "2.7.0", | ||
"@parcel/transformer-mdx": "2.7.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/core", | ||
"version": "1.0.0-beta.9", | ||
"version": "1.0.0-beta.10", | ||
"description": "The open source identity solution.", | ||
"main": "build/index.js", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
|
@@ -24,8 +24,8 @@ | |
"dependencies": { | ||
"@logto/connector-kit": "^1.0.0-beta.13", | ||
"@logto/core-kit": "^1.0.0-beta.13", | ||
"@logto/phrases": "^1.0.0-beta.9", | ||
"@logto/schemas": "^1.0.0-beta.9", | ||
"@logto/phrases": "^1.0.0-beta.10", | ||
"@logto/schemas": "^1.0.0-beta.10", | ||
"@silverhand/essentials": "^1.2.1", | ||
"chalk": "^4", | ||
"dayjs": "^1.10.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/demo-app", | ||
"version": "1.0.0-beta.9", | ||
"version": "1.0.0-beta.10", | ||
"description": "Logto demo app.", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
|
@@ -17,10 +17,10 @@ | |
"stylelint": "stylelint \"src/**/*.scss\"" | ||
}, | ||
"devDependencies": { | ||
"@logto/phrases": "^1.0.0-beta.9", | ||
"@logto/react": "1.0.0-beta.8", | ||
"@logto/schemas": "^1.0.0-beta.9", | ||
"@logto/core-kit": "^1.0.0-beta.13", | ||
"@logto/phrases": "^1.0.0-beta.10", | ||
"@logto/react": "1.0.0-beta.8", | ||
"@logto/schemas": "^1.0.0-beta.10", | ||
"@parcel/core": "2.7.0", | ||
"@parcel/transformer-sass": "2.7.0", | ||
"@silverhand/eslint-config": "1.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.