From 98ff8391b5007584dff6070bdd879370623fd753 Mon Sep 17 00:00:00 2001 From: Milesq Date: Tue, 18 Oct 2022 14:42:35 +0200 Subject: [PATCH] chore(deps): downgrade @types/node https://github.com/johnsoncodehk/volar/issues/1985 --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c1a7ea4..d0cd5fe 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/lodash.groupby": "^4.6.7", "@types/lodash.inrange": "^3.3.7", "@types/lodash.pick": "^4.4.7", - "@types/node": "^18.11.0", + "@types/node": "^18.8.0", "@types/testing-library__jest-dom": "^5.14.5", "@vitejs/plugin-vue": "^3.1.2", "@vue/compiler-sfc": "^3.2.41", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9929aac..3fe03c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ specifiers: '@types/lodash.groupby': ^4.6.7 '@types/lodash.inrange': ^3.3.7 '@types/lodash.pick': ^4.4.7 - '@types/node': ^18.11.0 + '@types/node': ^18.8.0 '@types/testing-library__jest-dom': ^5.14.5 '@vitejs/plugin-vue': ^3.1.2 '@vue/compiler-sfc': ^3.2.41