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

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Sep 18, 2018
1 parent d6f1778 commit 25532ed
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 465 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# http://editorconfig.org/

# Top-most EditorConfig file
root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 4

Expand Down
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# http://git-scm.com/docs/gitignore

# phpstorm, webstorm
# various IDEs
.idea/

# sublime and other ide
.project
*.sublime-*
.brackets.json
Expand Down Expand Up @@ -43,9 +41,6 @@ $RECYCLE.BIN/
# node packages
node_modules/

# bower packages
bower_components/

# Composer, exclude on root vendor folder
/vendor/
composer.phar
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"clean-webpack-plugin": "^0.1.18",
"cross-env": "^5.1.6",
"css-loader": "^1.0.0",
"file-loader": "^1.1.9",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"style-loader": "^0.21.0",
"style-loader": "^0.23.0",
"unminified-webpack-plugin": "^2.0.0",
"vee-validate": "^2.1.0-beta.6",
"vue": "^2.5.13",
"vue-loader": "^15.2.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^4.16.0",
"webpack-command": "^0.4.1",
"webpack-cli": "^3.1.0",
"webpack-serve": "^2.0.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 25532ed

Please sign in to comment.