Bumped build dependencies [CI SKIP]

This commit is contained in:
Nicolai Ort 2023-02-02 10:38:17 +01:00
parent 98e32555cf
commit 557054da6c
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 6 additions and 5 deletions

View File

@ -22,9 +22,10 @@ steps:
image: registry.odit.services/hub/alpine/git
commands:
- git clone https://git.odit.services/lfk/backend backend
- git checkout dev
- cd backend
- name: run openapi export
image: node:alpine
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
commands:
- cd backend
- yarn
@ -33,7 +34,7 @@ steps:
- cd ..
- rm -rf backend
- name: run lib build
image: registry.odit.services/hub/library/node:alpine
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
commands:
- yarn
- yarn build

View File

@ -32,8 +32,8 @@
},
"homepage": "https://git.odit.services/lfk/lfk-client-js/",
"devDependencies": {
"openapi-typescript-codegen": "^0.7.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
"openapi-typescript-codegen": "0.7.0",
"rimraf": "4.1.2",
"typescript": "4.9.5"
}
}