This commit is contained in:
N-Pex 2024-08-22 11:35:02 +02:00
parent 7bc02d29f4
commit 549aaea9f1
2 changed files with 7 additions and 6 deletions

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "keanuapp-weblite", "name": "keanuapp-weblite",
"version": "0.1.26", "version": "0.1.39",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@matrix-org/olm": "^3.2.12", "@matrix-org/olm": "^3.2.12",
"aes-js": "^3.1.2", "aes-js": "^3.1.2",
"axios": "^0.21.0", "axios": "^1.4.0",
"browserify-fs": "^1.0.0", "browserify-fs": "^1.0.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"clean-insights-sdk": "^2.4", "clean-insights-sdk": "^2.4",
@ -27,9 +27,10 @@
"js-sha256": "^0.9.0", "js-sha256": "^0.9.0",
"json-web-key": "^0.4.0", "json-web-key": "^0.4.0",
"jszip": "^3.9.1", "jszip": "^3.9.1",
"linkifyjs": "3.0.0-beta.3", "linkify-html": "^4.1.0",
"material-design-icons-iconfont": "^6.1", "linkifyjs": "^4.1.0",
"matrix-js-sdk": "^19.7.0", "material-design-icons-iconfont": "^6.7.0",
"matrix-js-sdk": "^23.4.0",
"md-gum-polyfill": "^1.0.0", "md-gum-polyfill": "^1.0.0",
"mic-recorder-to-mp3": "^2.2.2", "mic-recorder-to-mp3": "^2.2.2",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",