Merge branch 'develop' into feature/drawrects

This commit is contained in:
Jörn-Michael Miehe 2023-09-03 19:37:40 +00:00
commit eb1f421b0d
3 changed files with 1639 additions and 1549 deletions

View file

@ -11,17 +11,18 @@
"VARIANT": "18-bullseye"
}
},
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint",
"mhutchie.git-graph",
"octref.vetur",
"Syler.sass-indented"
]

View file

@ -10,8 +10,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.2.13",
"core-js": "^3.32.1",
"vue": "^3.3.4",
"vue-class-component": "^8.0.0-0"
},
"devDependencies": {
@ -21,22 +21,22 @@
"@fortawesome/vue-fontawesome": "^3.0.2",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-mocha": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.0.0-0",
"axios": "^1.1.3",
"axios": "^1.5.0",
"bulma": "^0.9.4",
"chai": "^4.2.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"typescript": "~4.5.5"
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"typescript": "~5.2.2"
}
}
}

File diff suppressed because it is too large Load diff