Skip to content

Commit

Permalink
fix: the current main branch code build the vite project error (#4059)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygj6 committed Jul 2, 2021
1 parent d156a9f commit 4adc970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -99,7 +99,7 @@
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"es-module-lexer": "^0.6.0",
"estree-walker": "^3.0.0",
"estree-walker": "^2.0.2",
"etag": "^1.8.1",
"execa": "^5.1.1",
"fast-glob": "^3.2.6",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -3003,11 +3003,6 @@ estree-walker@^2.0.1, estree-walker@^2.0.2:
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==

estree-walker@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-3.0.0.tgz#ca4b284de9dffb255288c76a44870b360faf14f9"
integrity sha512-s6ceX0NFiU/vKPiKvFdR83U1Zffu7upwZsGwpoqfg5rbbq1l50WQ5hCeIvM6E6oD4shUHCYMsiFPns4Jk0YfMQ==

esutils@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
Expand Down

0 comments on commit 4adc970

Please sign in to comment.