mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: unify dep and version
This commit is contained in:
parent
77712167ba
commit
9752dacf85
4 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,6 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@logto/essentials": "^1.1.0-rc.1",
|
||||
"@logto/schemas": "^1.1.0-rc.1",
|
||||
"@logto/schemas": "^0.1.0",
|
||||
"dayjs": "^1.10.5",
|
||||
"decamelize": "^5.0.0",
|
||||
"dotenv": "^10.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@logto/schemas",
|
||||
"version": "1.1.0-rc.1",
|
||||
"version": "0.1.0",
|
||||
"main": "lib/index.js",
|
||||
"repository": "https://github.com/logto-io/schemas",
|
||||
"author": "Logto",
|
||||
|
@ -8,6 +8,7 @@
|
|||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "ts-node src/gen/index.ts && eslint --format pretty \"src/db-entries/**\" --fix",
|
||||
"build": "yarn generate && rm -rf lib/ && tsc --p tsconfig.build.json",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"name": "@logto/ui",
|
||||
"version": "0.1.0",
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"precommit": "lint-staged",
|
||||
"dev:tsc": "tsc -b -w --preserveWatchOutput",
|
||||
|
|
Loading…
Reference in a new issue