Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
chore(package): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Jul 1, 2018
1 parent 064a06c commit 470f5bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"http-server": "^0.11.1",
"jest": "^23.2.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.4.0",
"mini-css-extract-plugin": "^0.4.1",
"mutationobserver-shim": "^0.3.2",
"node-sass": "4.9.0",
"normalize.css": "^8.0.0",
Expand All @@ -76,7 +76,7 @@
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"vuepress": "^0.10.2",
"webpack": "^4.13.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3"
Expand Down
14 changes: 11 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7645,6 +7645,14 @@ mini-css-extract-plugin@^0.4.0:
loader-utils "^1.1.0"
webpack-sources "^1.1.0"

mini-css-extract-plugin@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.1.tgz#d2bcf77bb2596b8e4bd9257e43d3f9164c2e86cb"
dependencies:
"@webpack-contrib/schema-utils" "^1.0.0-beta.0"
loader-utils "^1.1.0"
webpack-sources "^1.1.0"

minimalistic-assert@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
Expand Down Expand Up @@ -11130,9 +11138,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@^4.13.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.13.0.tgz#9a7bb953109a4079e4a32843610d2dc0184dfbe6"
webpack@^4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.14.0.tgz#bbcc40dbf9a34129491b431574189d3802972243"
dependencies:
"@webassemblyjs/ast" "1.5.12"
"@webassemblyjs/helper-module-context" "1.5.12"
Expand Down

0 comments on commit 470f5bd

Please sign in to comment.