mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix: lockfile (#694)
This commit is contained in:
parent
2049b4f73a
commit
8b22cf4c89
1 changed files with 16 additions and 1 deletions
|
@ -162,7 +162,7 @@ importers:
|
||||||
lint-staged: 11.2.6
|
lint-staged: 11.2.6
|
||||||
prettier: 2.5.1
|
prettier: 2.5.1
|
||||||
ts-jest: 27.1.1_9985e1834e803358b7be1e6ce5ca0eea
|
ts-jest: 27.1.1_9985e1834e803358b7be1e6ce5ca0eea
|
||||||
tsc-watch: 4.5.0_typescript@4.6.3
|
tsc-watch: 4.6.2_typescript@4.6.3
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
|
|
||||||
packages/connector-facebook:
|
packages/connector-facebook:
|
||||||
|
@ -19231,6 +19231,21 @@ packages:
|
||||||
yn: 3.1.1
|
yn: 3.1.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/tsc-watch/4.6.2_typescript@4.6.3:
|
||||||
|
resolution: {integrity: sha512-eHWzZGkPmzXVGQKbqQgf3BFpGiZZw1jQ29ZOJeaSe8JfyUvphbd221NfXmmsJUGGPGA/nnaSS01tXipUcyxAxg==}
|
||||||
|
engines: {node: '>=8.17.0'}
|
||||||
|
hasBin: true
|
||||||
|
peerDependencies:
|
||||||
|
typescript: '*'
|
||||||
|
dependencies:
|
||||||
|
cross-spawn: 7.0.3
|
||||||
|
node-cleanup: 2.1.2
|
||||||
|
ps-tree: 1.2.0
|
||||||
|
string-argv: 0.1.2
|
||||||
|
strip-ansi: 6.0.1
|
||||||
|
typescript: 4.6.3
|
||||||
|
dev: true
|
||||||
|
|
||||||
/tsc-watch/5.0.3_typescript@4.6.2:
|
/tsc-watch/5.0.3_typescript@4.6.2:
|
||||||
resolution: {integrity: sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==}
|
resolution: {integrity: sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==}
|
||||||
engines: {node: '>=8.17.0'}
|
engines: {node: '>=8.17.0'}
|
||||||
|
|
Loading…
Reference in a new issue