Add icons to tabs and Update dependencies

This commit is contained in:
AlphaX-Projects
2023-06-11 16:57:53 +02:00
parent 425b05edd4
commit 349f32f9b5
6 changed files with 570 additions and 490 deletions

View File

@@ -55,7 +55,7 @@
"prosemirror-state": "1.4.3",
"prosemirror-transform": "1.7.2",
"prosemirror-view": "1.31.3",
"sass": "1.62.1",
"sass": "1.63.3",
"short-unique-id": "4.4.4",
"@hapi/hapi": "21.3.2",
"@hapi/inert": "7.1.0",
@@ -71,12 +71,12 @@
},
"devDependencies": {
"axios": "1.4.0",
"electron": "25.0.1",
"electron": "25.1.0",
"electron-builder": "23.6.0",
"electron-packager": "17.1.1",
"epml": "0.3.3",
"file-saver": "2.0.5",
"highcharts": "11.0.1",
"highcharts": "11.1.0",
"html-escaper": "3.0.3",
"is-electron": "2.2.2",
"lit": "2.7.5",
@@ -85,12 +85,12 @@
"passive-events-support": "1.1.0",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"rollup": "3.23.0",
"rollup": "3.24.1",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-scss": "3.0.0",
"shelljs": "0.8.5",
"@babel/core": "7.22.1",
"@babel/core": "7.22.5",
"@material/mwc-button": "0.27.0",
"@material/mwc-checkbox": "0.27.0",
"@material/mwc-dialog": "0.27.0",
@@ -128,17 +128,17 @@
"@qortal/rollup-plugin-web-worker-loader": "1.6.4",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-commonjs": "25.0.1",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "0.4.3",
"@vaadin/avatar": "24.0.7",
"@vaadin/button": "24.0.7",
"@vaadin/grid": "24.0.7",
"@vaadin/icons": "24.0.7",
"@vaadin/password-field": "24.0.7",
"@vaadin/tooltip": "24.0.7",
"@zip.js/zip.js": "2.7.14"
"@vaadin/avatar": "24.1.0",
"@vaadin/button": "24.1.0",
"@vaadin/grid": "24.1.0",
"@vaadin/icons": "24.1.0",
"@vaadin/password-field": "24.1.0",
"@vaadin/tooltip": "24.1.0",
"@zip.js/zip.js": "2.7.15"
},
"engines": {
"node": ">=18.14.0"