mirror of https://github.com/vuejs/core.git
chore: remove @types/estree (#9158)
This commit is contained in:
parent
2d3d5c2dd7
commit
f0ef0425b8
|
@ -45,7 +45,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/types": "^7.23.0",
|
"@babel/types": "^7.23.0",
|
||||||
"@types/estree": "^0.0.52",
|
|
||||||
"@vue/consolidate": "^0.17.3",
|
"@vue/consolidate": "^0.17.3",
|
||||||
"hash-sum": "^2.0.0",
|
"hash-sum": "^2.0.0",
|
||||||
"lru-cache": "^10.0.1",
|
"lru-cache": "^10.0.1",
|
||||||
|
|
|
@ -220,9 +220,6 @@ importers:
|
||||||
'@babel/types':
|
'@babel/types':
|
||||||
specifier: ^7.23.0
|
specifier: ^7.23.0
|
||||||
version: 7.23.0
|
version: 7.23.0
|
||||||
'@types/estree':
|
|
||||||
specifier: ^0.0.52
|
|
||||||
version: 0.0.52
|
|
||||||
'@vue/consolidate':
|
'@vue/consolidate':
|
||||||
specifier: ^0.17.3
|
specifier: ^0.17.3
|
||||||
version: 0.17.3
|
version: 0.17.3
|
||||||
|
|
Loading…
Reference in New Issue