From a14b42d31aa2228bc32480abee6ffa4ee9d001d6 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Tue, 21 Nov 2023 04:39:00 +0800 Subject: [PATCH] Update package-lock.json --- package-lock.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package-lock.json b/package-lock.json index 054222836..e74be34a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,6 +36,9 @@ }, "engines": { "node": ">= 16" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x" } }, "node_modules/@aashutoshrathi/word-wrap": {