mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
chore: update engines
This commit is contained in:
parent
aad158085e
commit
3e58d991d8
2 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "logto",
|
"name": "logto",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "The open source identity solution.",
|
"description": "The open source identity solution.",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"author": "Logto",
|
"author": "Logto",
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@logto/essentials": "^1.0.7",
|
"@logto/essentials": "^1.1.0-rc.0",
|
||||||
"@logto/schemas": "^1.1.0-rc.0",
|
"@logto/schemas": "^1.1.0-rc.1",
|
||||||
"dayjs": "^1.10.5",
|
"dayjs": "^1.10.5",
|
||||||
"decamelize": "^5.0.0",
|
"decamelize": "^5.0.0",
|
||||||
"dotenv": "^10.0.0",
|
"dotenv": "^10.0.0",
|
||||||
|
@ -52,8 +52,8 @@
|
||||||
"xo": "0.39.1"
|
"xo": "0.39.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14",
|
"node": ">=14.15.0",
|
||||||
"yarn": "1"
|
"yarn": "^1.22.10"
|
||||||
},
|
},
|
||||||
"_moduleAliases": {
|
"_moduleAliases": {
|
||||||
"@": "./build"
|
"@": "./build"
|
||||||
|
|
|
@ -388,18 +388,18 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
vary "^1.1.2"
|
vary "^1.1.2"
|
||||||
|
|
||||||
"@logto/essentials@^1.0.7":
|
"@logto/essentials@^1.1.0-rc.0":
|
||||||
version "1.0.7"
|
version "1.1.0-rc.0"
|
||||||
resolved "https://registry.yarnpkg.com/@logto/essentials/-/essentials-1.0.7.tgz#17d06000949d6bfe02fe18fbeb1d2610f120c805"
|
resolved "https://registry.yarnpkg.com/@logto/essentials/-/essentials-1.1.0-rc.0.tgz#99932adac34815b4b5add7cb9c4990656d327442"
|
||||||
integrity sha512-fwTrqCivq+7aqh3IgXfkdMbeoFmV5omVhM67/8jcZMV6/NcjTU2AiKkvWDPr/HoFH13kdjfArurE8gnRKPUanA==
|
integrity sha512-OqMxjdjc9o+pjrTvTls8ZHVYoeF6BddVO3D9KQ67+pfsUbzWARlpc9JbhIyqColGbDjVZAXfTfd7o+b3Dfqxkg==
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash.orderby "^4.6.0"
|
lodash.orderby "^4.6.0"
|
||||||
lodash.pick "^4.4.0"
|
lodash.pick "^4.4.0"
|
||||||
|
|
||||||
"@logto/schemas@^1.1.0-rc.0":
|
"@logto/schemas@^1.1.0-rc.1":
|
||||||
version "1.1.0-rc.0"
|
version "1.1.0-rc.1"
|
||||||
resolved "https://registry.yarnpkg.com/@logto/schemas/-/schemas-1.1.0-rc.0.tgz#e7d07cc8b6894c74a37fe62daa5895245c1613d6"
|
resolved "https://registry.yarnpkg.com/@logto/schemas/-/schemas-1.1.0-rc.1.tgz#7848d35070153111bd7701727b31f330f45c7aba"
|
||||||
integrity sha512-Oh+ok67kcFm9sAESBR6ehVYJ3a+gBMwrsJz3YoIFXV6giTPr7q0L3Q/pkoSOusX/4jyNyIoKo3x5HI9yr4ewoA==
|
integrity sha512-h5HOfPvOgM9wvOPpF/LMDU1f2ZseuOXKKlbAy5NoujDSjUY3HG8mmVwcUffb7f27oqvA/cqSkHfe8k6vVswJfA==
|
||||||
|
|
||||||
"@mrmlnc/readdir-enhanced@^2.2.1":
|
"@mrmlnc/readdir-enhanced@^2.2.1":
|
||||||
version "2.2.1"
|
version "2.2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue