Skip to content

Commit

Permalink
Update dependencies to fix npm error
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Mar 6, 2019
1 parent 2b6e8bb commit a46a1bb
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 505 deletions.
259 changes: 13 additions & 246 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"eslint-loader": "^2.1.2",
"eslint-plugin-eslint-plugin": "^2.0.1",
"eslint-plugin-vue": "^5.2.2",
"eslint-plugin-vue-libs": "^3.0.0",
"eslint-plugin-vue-libs": "github:vuejs/eslint-plugin-vue-libs",
"laravel-mix": "^4.0.7",
"laravel-mix-eslint": "^0.1.2",
"laravel-mix-eslint": "github:tuandm/laravel-mix-eslint",
"lodash": "^4.17.5",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"resolve-url-loader": "^2.3.2",
Expand Down Expand Up @@ -68,6 +68,6 @@
"xlsx": "^0.14.1"
},
"resolutions": {
"ajv": "6.8.1"
"ajv": "6.9.1"
}
}
3 changes: 2 additions & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css"
"/css/app.css": "/css/app.css",
"/css/component.css": "/css/component.css"
}
Loading

0 comments on commit a46a1bb

Please sign in to comment.