Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: add acorn and estree-walker to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 12, 2022
1 parent ca20190 commit 8f709e3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineBuildConfig({
'vue'
],
externals: [
'acorn',
'@nuxt/schema'
]
})
1 change: 1 addition & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"defu": "^6.0.0",
"esbuild": "^0.14.39",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.1",
"externality": "^0.2.1",
"fs-extra": "^10.1.0",
"get-port-please": "^2.5.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
"@babel/core": "^7.17.10",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "^3.0.0-rc.3",
"acorn": "^8.7.1",
"autoprefixer": "^10.4.7",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"cssnano": "^5.1.7",
"esbuild-loader": "^2.18.0",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"fs-extra": "^10.1.0",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,7 @@ __metadata:
defu: ^6.0.0
esbuild: ^0.14.39
escape-string-regexp: ^5.0.0
estree-walker: ^3.0.1
externality: ^0.2.1
fs-extra: ^10.1.0
get-port-please: ^2.5.0
Expand Down Expand Up @@ -1676,12 +1677,14 @@ __metadata:
"@types/webpack-dev-middleware": ^5.0.2
"@types/webpack-hot-middleware": ^2.25.6
"@types/webpack-virtual-modules": ^0
acorn: ^8.7.1
autoprefixer: ^10.4.7
css-loader: ^6.7.1
css-minimizer-webpack-plugin: ^3.4.1
cssnano: ^5.1.7
esbuild-loader: ^2.18.0
escape-string-regexp: ^5.0.0
estree-walker: ^3.0.1
file-loader: ^6.2.0
fork-ts-checker-webpack-plugin: ^7.2.11
fs-extra: ^10.1.0
Expand Down Expand Up @@ -6235,6 +6238,13 @@ __metadata:
languageName: node
linkType: hard

"estree-walker@npm:^3.0.1":
version: 3.0.1
resolution: "estree-walker@npm:3.0.1"
checksum: 674096950819041f1ee471e63f7aa987f2ed3a3a441cc41a5176e9ed01ea5cfd6487822c3b9c2cddd0e2c8f9d7ef52d32d06147a19b5a9ca9f8ab0c094bd43b9
languageName: node
linkType: hard

"esutils@npm:^2.0.2":
version: 2.0.3
resolution: "esutils@npm:2.0.3"
Expand Down

0 comments on commit 8f709e3

Please sign in to comment.