From 8b22cf4c8976ed0f19bdffb55704aa5a30450671 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Thu, 28 Apr 2022 15:18:40 +0800 Subject: [PATCH] fix: lockfile (#694) --- pnpm-lock.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da3d9936d..52e5ee5d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -162,7 +162,7 @@ importers: lint-staged: 11.2.6 prettier: 2.5.1 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 packages/connector-facebook: @@ -19231,6 +19231,21 @@ packages: yn: 3.1.1 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: resolution: {integrity: sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==} engines: {node: '>=8.17.0'}