Compare commits
2 commits
164e651e1f
...
5d92ee857d
Author | SHA1 | Date | |
---|---|---|---|
5d92ee857d | |||
1588b0a821 |
3 changed files with 3 additions and 3 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,6 +5,6 @@ FrontendBuild({
|
|||
appName = 'seedling'
|
||||
runLint = false
|
||||
runUnitTest = false
|
||||
runE2ETest = false
|
||||
runSmokeTest = false
|
||||
runDockerRelease = false
|
||||
})
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue