upgrade client.

This commit is contained in:
Miroslav Šedivý 2022-01-29 14:37:13 +01:00
parent 58509cbfc9
commit 0cfc87775e

View File

@ -22,8 +22,8 @@
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4", "@fortawesome/fontawesome-free": "^5.15.4",
"animejs": "^3.2.0", "animejs": "^3.2.0",
"axios": "^0.21.1", "axios": "^0.21.4",
"date-fns": "^2.23.0", "date-fns": "^2.28.0",
"emoji-datasource": "^6.0.1", "emoji-datasource": "^6.0.1",
"eventemitter3": "^4.0.7", "eventemitter3": "^4.0.7",
"resize-observer-polyfill": "^1.5.1", "resize-observer-polyfill": "^1.5.1",
@ -35,35 +35,35 @@
"vue-class-component": "^7.2.6", "vue-class-component": "^7.2.6",
"vue-clickaway": "^2.2.2", "vue-clickaway": "^2.2.2",
"vue-context": "^5.2.0", "vue-context": "^5.2.0",
"vue-i18n": "^8.25.0", "vue-i18n": "^8.27.0",
"vue-notification": "^1.3.20", "vue-notification": "^1.3.20",
"vue-property-decorator": "^9.1.2", "vue-property-decorator": "^9.1.2",
"vuex": "^3.5.1" "vuex": "^3.5.1"
}, },
"devDependencies": { "devDependencies": {
"@types/animejs": "^3.1.4", "@types/animejs": "^3.1.4",
"@types/node": "^14.17.12", "@types/node": "^14.18.9",
"@types/vue": "^2.0.0", "@types/vue": "^2.0.0",
"@types/vue-clickaway": "^2.2.0", "@types/vue-clickaway": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.30.0", "@typescript-eslint/parser": "^4.33.0",
"@vue/cli-plugin-babel": "^4.5.6", "@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.6", "@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-typescript": "^4.5.6", "@vue/cli-plugin-typescript": "^4.5.15",
"@vue/cli-plugin-vuex": "^4.5.6", "@vue/cli-plugin-vuex": "^4.5.15",
"@vue/cli-service": "^4.5.12", "@vue/cli-service": "^4.5.15",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0", "@vue/eslint-config-typescript": "^7.0.0",
"core-js": "^3.16.4", "core-js": "^3.20.3",
"emojilib": "^3.0.4", "emojilib": "^3.0.4",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.17.0", "eslint-plugin-vue": "^7.20.0",
"prettier": "^2.3.2", "prettier": "^2.5.1",
"sass": "^1.49.0", "sass": "^1.49.0",
"sass-loader": "^10.1.1", "sass-loader": "^10.2.1",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "^4.4.2", "typescript": "^4.5.5",
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
} }
} }