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

chore: fix dep in console

This commit is contained in:
Gao Sun 2022-11-07 14:36:05 +08:00
parent 15bb084b6e
commit ca126026e9
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 3 additions and 7 deletions

View file

@ -47,6 +47,7 @@
"clean-deep": "^3.4.0",
"cross-env": "^7.0.3",
"csstype": "^3.0.11",
"date-fns": "^2.29.3",
"deepmerge": "^4.2.2",
"dnd-core": "^16.0.0",
"eslint": "^8.21.0",
@ -96,8 +97,5 @@
"stylelint": {
"extends": "@silverhand/eslint-config-react/.stylelintrc"
},
"prettier": "@silverhand/eslint-config/.prettierrc",
"dependencies": {
"date-fns": "^2.29.3"
}
"prettier": "@silverhand/eslint-config/.prettierrc"
}

View file

@ -170,8 +170,6 @@ importers:
swr: ^1.3.0
typescript: ^4.7.4
zod: ^3.19.1
dependencies:
date-fns: 2.29.3
devDependencies:
'@fontsource/roboto-mono': 4.5.7
'@logto/core-kit': 1.0.0-beta.20
@ -203,6 +201,7 @@ importers:
clean-deep: 3.4.0
cross-env: 7.0.3
csstype: 3.0.11
date-fns: 2.29.3
deepmerge: 4.2.2
dnd-core: 16.0.0
eslint: 8.21.0
@ -5652,7 +5651,6 @@ packages:
/date-fns/2.29.3:
resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==}
engines: {node: '>=0.11'}
dev: false
/debug/2.6.9:
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}