Browse Source

chore: remove @types/estree (#9158)

pull/7364/merge
三咲智子 Kevin Deng 2 years ago
committed by GitHub
parent
commit
f0ef0425b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/compiler-sfc/package.json
  2. 3
      pnpm-lock.yaml

1
packages/compiler-sfc/package.json

@ -45,7 +45,6 @@
},
"devDependencies": {
"@babel/types": "^7.23.0",
"@types/estree": "^0.0.52",
"@vue/consolidate": "^0.17.3",
"hash-sum": "^2.0.0",
"lru-cache": "^10.0.1",

3
pnpm-lock.yaml

@ -220,9 +220,6 @@ importers:
'@babel/types':
specifier: ^7.23.0
version: 7.23.0
'@types/estree':
specifier: ^0.0.52
version: 0.0.52
'@vue/consolidate':
specifier: ^0.17.3
version: 0.17.3

Loading…
Cancel
Save