feat: refs #5483 unify DB #1955

Merged
alexm merged 11 commits from 5483-unifyDb into dev 2024-01-29 05:58:54 +00:00
3 changed files with 9 additions and 9 deletions
Showing only changes of commit 52cb1c496a - Show all commits

2
Jenkinsfile vendored
View File

@ -58,7 +58,7 @@ pipeline {
stage('Frontend') {
steps {
nodejs('node-v20') {
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=4'
}
}
}

14
package-lock.json generated
View File

@ -54,7 +54,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.7.7",
"@verdnatura/myt": "^1.5.34",
"@verdnatura/myt": "^1.6.0",
"angular-mocks": "^1.7.9",
"babel-jest": "^26.0.1",
"babel-loader": "^8.2.4",
@ -3375,9 +3375,9 @@
}
},
"node_modules/@verdnatura/myt": {
"version": "1.5.34",
"resolved": "https://registry.npmjs.org/@verdnatura/myt/-/myt-1.5.34.tgz",
"integrity": "sha512-J8MHXsB0yQMTmMAKMzWETpL6bjN1UVY7D9QcB3oT4eKTQazSnxwMLKarJEex/bMM+wKfuQo+o8vvhEv6Xv9WAw==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@verdnatura/myt/-/myt-1.6.0.tgz",
"integrity": "sha512-bQWWMTkvX4wQzojp//XmTRLFGTBuVJ+pwNZxSoIl4LjsidCq5FId48qpkFG9E/CBi3gaf7AkbYDD+A8pv1WMUQ==",
"dev": true,
"dependencies": {
"@sqltools/formatter": "^1.2.5",
@ -30604,9 +30604,9 @@
}
},
"@verdnatura/myt": {
"version": "1.5.34",
"resolved": "https://registry.npmjs.org/@verdnatura/myt/-/myt-1.5.34.tgz",
"integrity": "sha512-J8MHXsB0yQMTmMAKMzWETpL6bjN1UVY7D9QcB3oT4eKTQazSnxwMLKarJEex/bMM+wKfuQo+o8vvhEv6Xv9WAw==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@verdnatura/myt/-/myt-1.6.0.tgz",
"integrity": "sha512-bQWWMTkvX4wQzojp//XmTRLFGTBuVJ+pwNZxSoIl4LjsidCq5FId48qpkFG9E/CBi3gaf7AkbYDD+A8pv1WMUQ==",
"dev": true,
"requires": {
"@sqltools/formatter": "^1.2.5",

View File

@ -57,7 +57,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.7.7",
"@verdnatura/myt": "^1.5.34",
"@verdnatura/myt": "^1.6.0",
"angular-mocks": "^1.7.9",
"babel-jest": "^26.0.1",
"babel-loader": "^8.2.4",