chore: compatible with pnpm v7 (#10639)

* chore: compatible with pnpm v7

* chore: fix missing @types/node
This commit is contained in:
neverland
2022-05-28 08:26:26 +08:00
committed by GitHub
parent a2df2b1b3b
commit a4472f8788
7 changed files with 56 additions and 74 deletions

View File

@@ -42,6 +42,7 @@
"@types/fs-extra": "^9.0.13",
"@types/less": "^3.0.3",
"@types/markdown-it": "^12.2.3",
"@jest/types": "^27",
"vue": "^3.2.27"
},
"dependencies": {

View File

@@ -1,6 +1,7 @@
// some modules with missing type definitions
declare module 'execa';
declare module 'hash-sum';
declare module '@babel/core';
declare module 'release-it';
declare module 'conventional-changelog';
declare module '@vant/markdown-vetur';

View File

@@ -69,6 +69,7 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^16",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",