Update dependencies

This commit is contained in:
Mikołaj Pich 2019-06-25 11:19:24 +02:00
parent 0a614d5c78
commit e052a661c3
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
2 changed files with 15 additions and 15 deletions

24
package-lock.json generated
View file

@ -1224,9 +1224,9 @@
}
},
"@mdi/font": {
"version": "3.6.95",
"resolved": "https://registry.npmjs.org/@mdi/font/-/font-3.6.95.tgz",
"integrity": "sha512-wUbkF/RRCIh51TPzAL9qUeRSUFla9I3x1nGq62HkfWzIebRHbDY5HPaYCQuZO7398dWaLHTu4BwnBA58YbhfEA=="
"version": "3.7.95",
"resolved": "https://registry.npmjs.org/@mdi/font/-/font-3.7.95.tgz",
"integrity": "sha512-JFQSv1GwhilTN6mj2SHu+YH+jZAIPn6sir/gGYoMSgyEM94nzlLGc7Ew21mnDEr0+W3LhFaInu8dqZFvNUx1bA=="
},
"@mrmlnc/readdir-enhanced": {
"version": "2.2.1",
@ -5164,18 +5164,18 @@
}
},
"eslint-plugin-vue": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.2.tgz",
"integrity": "sha512-CtGWH7IB0DA6BZOwcV9w9q3Ri6Yuo8qMjx05SmOGJ6X6E0Yo3y9E/gQ5tuNxg2dEt30tRnBoFTbvtmW9iEoyHA==",
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.3.tgz",
"integrity": "sha512-mGwMqbbJf0+VvpGR5Lllq0PMxvTdrZ/ZPjmhkacrCHbubJeJOt+T6E3HUzAifa2Mxi7RSdJfC9HFpOeSYVMMIw==",
"dev": true,
"requires": {
"vue-eslint-parser": "^5.0.0"
},
"dependencies": {
"acorn": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.0.tgz",
"integrity": "sha512-MW/FjM+IvU9CgBzjO3UIPCE2pyEwUsoFl+VGdczOPEdxfGFjuKny/gN54mOuX7Qxmb9Rg9MCn2oKiSUeW+pjrw==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz",
"integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==",
"dev": true
},
"acorn-jsx": {
@ -13247,9 +13247,9 @@
}
},
"vue-material-design-icons": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-3.2.0.tgz",
"integrity": "sha512-7+VDoSC5bvXXCS3TK/aMShVsVLjJiOoKuyJPCqJOcrM7V/Uv5Nlk4C9ZXSmsuys8aoYRnfC6JmMTw6ZZl2jjlw=="
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-3.3.1.tgz",
"integrity": "sha512-ugIhVp1A/n+u4+hd4oXPSwpKmd1PemwhquQ/NwUt0/SRFGvA4gCC47e20ZZq/06Jp37mQ88p15tjBE20I+uAkw=="
},
"vue-mq": {
"version": "1.0.1",

View file

@ -8,12 +8,12 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "^3.6.95",
"@mdi/font": "^3.7.95",
"moment": "^2.24.0",
"vue": "^2.6.10",
"vue-analytics": "^5.17.0",
"vue-async-computed": "^3.7.0",
"vue-material-design-icons": "^3.2.0",
"vue-material-design-icons": "^3.3.1",
"vue-mq": "^1.0.1",
"vue-resource": "^1.5.1"
},
@ -24,7 +24,7 @@
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"eslint-plugin-vue": "^5.2.3",
"lint-staged": "^8.2.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",