Skip to content

Commit

Permalink
fix(plugin-html): prevent errors arising from undeclared dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Jun 7, 2023
1 parent 17a468a commit 1c6f5d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/taro-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@babel/generator": "^7.20.0",
"@babel/parser": "^7.20.0",
"@babel/traverse": "^7.20.0",
"@babel/types": "^7.20.0",
"@tarojs/runtime": "workspace:*",
"@tarojs/service": "workspace:*",
"@tarojs/shared": "workspace:*"
},
"devDependencies": {
"@babel/generator": "^7.20.0",
"@babel/traverse": "^7.20.0",
"@babel/types": "^7.20.0",
"@tarojs/taro": "workspace:*",
"rollup": "^3.8.1",
"rollup-plugin-node-externals": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c6f5d1

Please sign in to comment.