Compare commits
24 Commits
ci-speedup
...
a8b711674b
Author | SHA1 | Date | |
---|---|---|---|
a8b711674b | |||
7ceaf18d53 | |||
6dabb6ea81 | |||
062c47be14 | |||
6ef06e7b27 | |||
ceabff143b | |||
dcf5c81029 | |||
8582ef41e5 | |||
5167716f85 | |||
0957580308 | |||
47294f9e3e | |||
62aec412dd | |||
0d738885e8 | |||
7d19f57fb0 | |||
2a40a203cf | |||
808d155a85 | |||
5aee683180 | |||
fc352864cc | |||
cc22f6767f | |||
99fe35dee4 | |||
f6673d5819 | |||
c58c727ff9 | |||
8e395d9c16 | |||
b0b29c77df |
@ -15,7 +15,7 @@ COPY src src
|
|||||||
RUN npm ci && npm run build
|
RUN npm ci && npm run build
|
||||||
|
|
||||||
|
|
||||||
FROM nginx:1.27-alpine@sha256:c04c18adc2a407740a397c8407c011fc6c90026a9b65cceddef7ae5484360158 as ki-frontend
|
FROM nginx:1.27-alpine@sha256:2140dad235c130ac861018a4e13a6bc8aea3a35f3a40e20c1b060d51a7efd250 as ki-frontend
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-frontend.git
|
LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-frontend.git
|
||||||
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-frontend
|
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-frontend
|
||||||
|
806
package-lock.json
generated
806
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -7,25 +7,25 @@
|
|||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/eslint-parser": "7.25.1",
|
"@babel/eslint-parser": "7.25.8",
|
||||||
"@vue/cli-plugin-babel": "5.0.8",
|
"@vue/cli-plugin-babel": "5.0.8",
|
||||||
"@vue/cli-plugin-eslint": "5.0.8",
|
"@vue/cli-plugin-eslint": "5.0.8",
|
||||||
"@vue/cli-plugin-router": "5.0.8",
|
"@vue/cli-plugin-router": "5.0.8",
|
||||||
"@vue/cli-service": "5.0.8",
|
"@vue/cli-service": "5.0.8",
|
||||||
"@vue/compiler-sfc": "3.4.38",
|
"@vue/compiler-sfc": "3.5.6",
|
||||||
"bootstrap": "5.3.3",
|
"bootstrap": "5.3.3",
|
||||||
"bootstrap-icons": "1.11.3",
|
"bootstrap-icons": "1.11.3",
|
||||||
"core-js": "3.38.1",
|
"core-js": "3.38.1",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.1",
|
||||||
"eslint-plugin-vue": "9.28.0",
|
"eslint-plugin-vue": "9.29.0",
|
||||||
"sass": "1.77.8",
|
"sass": "1.80.3",
|
||||||
"sass-loader": "16.0.1",
|
"sass-loader": "16.0.2",
|
||||||
"v-tooltip": "4.0.0-beta.17",
|
"v-tooltip": "4.0.0-beta.17",
|
||||||
"vue": "3.4.38",
|
"vue": "3.5.6",
|
||||||
"vue-router": "4.4.3",
|
"vue-router": "4.4.5",
|
||||||
"vuex": "4.1.0"
|
"vuex": "4.1.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sass-embedded": "1.77.8"
|
"sass-embedded": "1.79.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user