Compare commits

...

2 commits

Author SHA1 Message Date
5d92ee857d Update dependency @types/jest to v29.5.11
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master Build started...
2023-12-08 08:24:46 +00:00
1588b0a821 Update Jenkinsfile
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-12-08 09:16:46 +01:00
3 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View file

@ -5,6 +5,6 @@ FrontendBuild({
appName = 'seedling'
runLint = false
runUnitTest = false
runE2ETest = false
runSmokeTest = false
runDockerRelease = false
})

View file

@ -37,7 +37,7 @@
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.10",
"@types/express": "4.17.21",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/node": "20.6.0",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.13.2",

View file

@ -45,7 +45,7 @@
"devDependencies": {
"@rtk-query/codegen-openapi": "1.2.0",
"@types/enzyme": "3.10.16",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/nightwatch": "2.3.30",
"@types/ramda": "0.29.9",
"@types/react": "18.2.42",