Skip to content

Commit

Permalink
⬆️ Upgrading dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed May 2, 2020
1 parent f9718fd commit 62287c9
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 184 deletions.
102 changes: 38 additions & 64 deletions package-lock.json

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

64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,41 +23,41 @@
"font:build": "npx gulp build:font"
},
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"animate.css": "^3.7.2",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"country-list": "^2.2.0",
"emoji-flags": "^1.2.0",
"http-server": "^0.12.1",
"jquery": "^3.5.0",
"json-query": "^2.2.2",
"lodash": "^4.17.15",
"nosleep.js": "^0.9.0",
"vue": "^2.6.10",
"vue-socket.io": "^3.0.7",
"vuex": "^3.3.0"
"dependencies": {
"@fortawesome/fontawesome-free" : "^5.13.0",
"animate.css" : "^3.7.2",
"axios" : "^0.19.2",
"core-js" : "^3.6.5",
"country-list" : "^2.2.0",
"emoji-flags" : "^1.2.0",
"http-server" : "^0.12.3",
"jquery" : "^3.5.0",
"json-query" : "^2.2.2",
"lodash" : "^4.17.15",
"nosleep.js" : "^0.9.0",
"vue" : "^2.6.10",
"vue-socket.io" : "^3.0.8",
"vuex" : "^3.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"babel-eslint": "^10.1.0",
"bourbon": "^7.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-gzip": "^1.4.2",
"gulp-load-plugins": "^2.0.3",
"gulp-run-command": "0.0.10",
"gulp-tar": "^3.1.0",
"icon-font-generator": "^2.1.10",
"node-sass": "^4.14.0",
"pkg": "^4.4.7",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.10"
"@vue/cli-service": "^4.3.1",
"babel-eslint": "^10.1.0",
"bourbon": "^7.0.0",
"eslint" : "^6.7.2",
"eslint-plugin-vue" : "^6.2.2",
"fs-extra" : "^9.0.0",
"gulp" : "^4.0.2",
"gulp-gzip" : "^1.4.2",
"gulp-load-plugins" : "^2.0.3",
"gulp-run-command" : "0.0.10",
"gulp-tar" : "^3.1.0",
"icon-font-generator" : "^2.1.10",
"node-sass" : "^4.14.0",
"pkg" : "^4.4.8",
"sass-loader" : "^8.0.2",
"vue-template-compiler" : "^2.6.10"
},
"bugs": {
"url": "https://github.com/JAGFx/ets2-dashboard-skin/issues"
Expand Down
Loading

0 comments on commit 62287c9

Please sign in to comment.