Skip to content

Commit

Permalink
chore(deps): remove unused util package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 22, 2025
1 parent 3b9fc0f commit ada85b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 41 deletions.
57 changes: 18 additions & 39 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"rxjs-etc": "^10.6.2",
"socket.io-client": "^4.7.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vee-validate": "^2.2.15",
"vue": "^2.7.16",
"vue-clickaway": "^2.2.2",
Expand Down
1 change: 0 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
fallback: {
stream: require.resolve('stream-browserify'),
buffer: require.resolve('buffer/'),
util: require.resolve('util/'),
},
},
plugins: [new webpack.ProvidePlugin({ Buffer: ['buffer', 'Buffer'] })],
Expand Down

0 comments on commit ada85b4

Please sign in to comment.