Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Aug 17, 2020
1 parent cfac6f8 commit b90c76e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"vue-template-compiler": "2.6.10",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-chunk-rename-plugin": "^1.0.3",
"webpack-cli": "^3.3.12"
},
"dependencies": {
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3792,9 +3792,9 @@ fast-deep-equal@^2.0.1:
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=

fast-deep-equal@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==

fast-glob@^2.0.2:
version "2.2.7"
Expand Down Expand Up @@ -9680,6 +9680,11 @@ webpack-bundle-analyzer@^3.8.0:
opener "^1.5.1"
ws "^6.0.0"

webpack-chunk-rename-plugin@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/webpack-chunk-rename-plugin/-/webpack-chunk-rename-plugin-1.0.3.tgz#ef1a23a5849e0bfebeede14f9aa6c68d22217c73"
integrity sha512-YiPItoYrRfOeiNMho/DFxFaBuW8Jb2ZQPdl1JbF54JtTbZiXUyQ+9W5/wbQRB9WTruAylsjFB3jgawtMJGTV1A==

webpack-cli@^3.1.2, webpack-cli@^3.3.12:
version "3.3.12"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a"
Expand Down

0 comments on commit b90c76e

Please sign in to comment.