Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM UI
Commits
f4e3d14c
Commit
f4e3d14c
authored
2 years ago
by
Daniel Göbel
Browse files
Options
Downloads
Plain Diff
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
!84
Remove development branch
,
!44
Resolve "Upgrade to Vite 4"
Pipeline
#27743
passed
2 years ago
Stage: test
Stage: build
Changes
3
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package-lock.json
+2365
-3751
2365 additions, 3751 deletions
package-lock.json
package.json
+13
-13
13 additions, 13 deletions
package.json
src/assets/main.css
+1
-1
1 addition, 1 deletion
src/assets/main.css
with
2379 additions
and
3765 deletions
package-lock.json
+
2365
−
3751
View file @
f4e3d14c
This diff is collapsed.
Click to expand it.
package.json
+
13
−
13
View file @
f4e3d14c
...
...
@@ -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"
},
"dependencies"
:
{
"
@aws-sdk/client-s3
"
:
"
^3.29
0
.0
"
,
"
@aws-sdk/lib-storage
"
:
"
^3.29
0
.0
"
,
"
@aws-sdk/s3-request-presigner
"
:
"
^3.29
0
.0
"
,
"
@aws-sdk/client-s3
"
:
"
^3.29
6
.0
"
,
"
@aws-sdk/lib-storage
"
:
"
^3.29
6
.0
"
,
"
@aws-sdk/s3-request-presigner
"
:
"
^3.29
6
.0
"
,
"
@fortawesome/fontawesome-free
"
:
"
^6.3.0
"
,
"
@popperjs/core
"
:
"
^2.11.6
"
,
"
ajv
"
:
"
^8.12.0
"
,
...
...
@@ -31,28 +31,28 @@
"
vue3-cookies
"
:
"
^1.0.6
"
},
"devDependencies"
:
{
"
@esbuild-plugins/node-globals-polyfill
"
:
"
^0.
1.1
"
,
"
@esbuild-plugins/node-modules-polyfill
"
:
"
^0.
1.4
"
,
"
@esbuild-plugins/node-globals-polyfill
"
:
"
^0.
2.3
"
,
"
@esbuild-plugins/node-modules-polyfill
"
:
"
^0.
2.2
"
,
"
@rushstack/eslint-patch
"
:
"
^1.2.0
"
,
"
@types/bootstrap
"
:
"
^5.2.6
"
,
"
@types/dompurify
"
:
"
^2.4.0
"
,
"
@types/node
"
:
"
^16.11.45
"
,
"
@types/semver
"
:
"
^7.3.13
"
,
"
@types/showdown
"
:
"
^2.0.0
"
,
"
@vitejs/plugin-vue
"
:
"
^
3.2
.0
"
,
"
@vue/eslint-config-prettier
"
:
"
^7.
0
.0
"
,
"
@vitejs/plugin-vue
"
:
"
^
4.1
.0
"
,
"
@vue/eslint-config-prettier
"
:
"
^7.
1
.0
"
,
"
@vue/eslint-config-typescript
"
:
"
^11.0.2
"
,
"
@vue/tsconfig
"
:
"
^0.1.3
"
,
"
axios
"
:
"
^1.3.4
"
,
"
eslint
"
:
"
^8.
28
.0
"
,
"
eslint-plugin-vue
"
:
"
^9.
7
.0
"
,
"
eslint
"
:
"
^8.
36
.0
"
,
"
eslint-plugin-vue
"
:
"
^9.
9
.0
"
,
"
npm-run-all
"
:
"
^4.1.5
"
,
"
openapi-typescript-codegen
"
:
"
^0.23.0
"
,
"
prettier
"
:
"
^2.8.4
"
,
"
rollup-plugin-node-polyfills
"
:
"
^0.2.1
"
,
"
sass
"
:
"
^1.5
6.1
"
,
"
typescript
"
:
"
~4.
7.4
"
,
"
vite
"
:
"
^
3
.2.
5
"
,
"
vue-tsc
"
:
"
^1.
0.18
"
"
sass
"
:
"
^1.5
9.3
"
,
"
typescript
"
:
"
~4.
9.5
"
,
"
vite
"
:
"
^
4
.2.
1
"
,
"
vue-tsc
"
:
"
^1.
3.4
"
}
}
This diff is collapsed.
Click to expand it.
src/assets/main.css
+
1
−
1
View file @
f4e3d14c
@import
"base.css"
;
body
{
background
:
#181818
;
background
:
var
(
--vt-c-black
)
;
}
.fs-0
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment