Skip to content
Snippets Groups Projects
Commit f4e3d14c authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Merge branch 'feature/50-upgrade-to-vite-4' into 'development'

Resolve "Upgrade to Vite 4"

Closes #50

See merge request !44
parents 9ed275d4 cbd04adf
No related branches found
No related tags found
2 merge requests!84Remove development branch,!44Resolve "Upgrade to Vite 4"
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
"generate-workflow-client": "openapi --input https://clowm-staging.bi.denbi.de/api/workflow-service/openapi.json --output src/client/workflow --client axios" "generate-workflow-client": "openapi --input https://clowm-staging.bi.denbi.de/api/workflow-service/openapi.json --output src/client/workflow --client axios"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.290.0", "@aws-sdk/client-s3": "^3.296.0",
"@aws-sdk/lib-storage": "^3.290.0", "@aws-sdk/lib-storage": "^3.296.0",
"@aws-sdk/s3-request-presigner": "^3.290.0", "@aws-sdk/s3-request-presigner": "^3.296.0",
"@fortawesome/fontawesome-free": "^6.3.0", "@fortawesome/fontawesome-free": "^6.3.0",
"@popperjs/core": "^2.11.6", "@popperjs/core": "^2.11.6",
"ajv": "^8.12.0", "ajv": "^8.12.0",
...@@ -31,28 +31,28 @@ ...@@ -31,28 +31,28 @@
"vue3-cookies": "^1.0.6" "vue3-cookies": "^1.0.6"
}, },
"devDependencies": { "devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1", "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4", "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@rushstack/eslint-patch": "^1.2.0", "@rushstack/eslint-patch": "^1.2.0",
"@types/bootstrap": "^5.2.6", "@types/bootstrap": "^5.2.6",
"@types/dompurify": "^2.4.0", "@types/dompurify": "^2.4.0",
"@types/node": "^16.11.45", "@types/node": "^16.11.45",
"@types/semver": "^7.3.13", "@types/semver": "^7.3.13",
"@types/showdown": "^2.0.0", "@types/showdown": "^2.0.0",
"@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2", "@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3", "@vue/tsconfig": "^0.1.3",
"axios": "^1.3.4", "axios": "^1.3.4",
"eslint": "^8.28.0", "eslint": "^8.36.0",
"eslint-plugin-vue": "^9.7.0", "eslint-plugin-vue": "^9.9.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"openapi-typescript-codegen": "^0.23.0", "openapi-typescript-codegen": "^0.23.0",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-node-polyfills": "^0.2.1",
"sass": "^1.56.1", "sass": "^1.59.3",
"typescript": "~4.7.4", "typescript": "~4.9.5",
"vite": "^3.2.5", "vite": "^4.2.1",
"vue-tsc": "^1.0.18" "vue-tsc": "^1.3.4"
} }
} }
@import "base.css"; @import "base.css";
body { body {
background: #181818; background: var(--vt-c-black);
} }
.fs-0 { .fs-0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment