Version 0.1.16

This commit is contained in:
N-Pex 2021-09-14 13:10:20 +02:00
parent 8c33b7ea75
commit eb05fa0bb1
2 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
{
"name": "keanuapp-weblite",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View file

@ -1,6 +1,6 @@
{
"name": "keanuapp-weblite",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -10,19 +10,19 @@
"dependencies": {
"aes-js": "^3.1.2",
"axios": "^0.21.0",
"clean-insights-sdk": "^2.4.1",
"clean-insights-sdk": "^2.4",
"core-js": "^3.6.5",
"data-uri-to-buffer": "^3.0.1",
"dayjs": "^1.10.3",
"fix-webm-duration": "^1.0.0",
"image-resize": "^1.1.5",
"image-size": "^1.0.0",
"intersection-observer": "^0.11.0",
"intersection-observer": "^0.12",
"js-sha256": "^0.9.0",
"json-web-key": "^0.4.0",
"linkifyjs": "^2.1.9",
"material-design-icons-iconfont": "^5.0.1",
"matrix-js-sdk": "^9.4.1",
"linkifyjs": "3.0.0-beta.3",
"material-design-icons-iconfont": "^6.1",
"matrix-js-sdk": "^12.4",
"md-gum-polyfill": "^1.0.0",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
"pretty-bytes": "^5.6.0",
@ -34,7 +34,7 @@
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.24.4",
"vue-resize": "^0.5.0",
"vue-resize": "^1.0",
"vue-router": "^3.2.0",
"vue-sanitize": "^0.2.1",
"vue-swipeable-bottom-sheet": "^0.0.5",
@ -47,11 +47,11 @@
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"eslint": "^7.0",
"eslint-plugin-vue": "^7.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-vuetify": "~2.0.7",
"sass-loader": "^10",
"vue-cli-plugin-vuetify": "^2.4",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},