From 69c2312a5445a980d7ae28f6098a934e62e41b77 Mon Sep 17 00:00:00 2001 From: Gefei Shen <35111787+GefeiSHEN@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:37:33 -0500 Subject: [PATCH] dep: specify versions of @types/node - Lock @types/node to 18.8.0 - Issue: https://github.com/johnsoncodehk/volar/issues/1985 --- package.json | 3 +++ yarn.lock | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/package.json b/package.json index 855f13f..2965031 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,8 @@ "devDependencies": { "@nuxtjs/tailwindcss": "^5.3.5", "nuxt": "3.0.0-rc.11" + }, + "dependencies": { + "@types/node": "18.8.0" } } diff --git a/yarn.lock b/yarn.lock index 8033b6a..88c199a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -655,6 +655,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.0.tgz#f38c7139247a1d619f6cc6f27b072606af7c289d" integrity sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w== +"@types/node@18.8.0": + version "18.8.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.0.tgz#b8ee8d83a99470c0661bd899417fcd77060682fe" + integrity sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA== + "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"