Merge remote-tracking branch 'origin/update/3.185' into feateure/SUPPORT-8653_fixes

# Conflicts:
#	frontend/package-lock.json
#	frontend/package.json
This commit is contained in:
kochetkov 2024-11-08 08:51:36 +03:00
commit 0600c27ee9
126 changed files with 3746 additions and 2115 deletions

File diff suppressed because it is too large Load diff

View file

@ -27,7 +27,7 @@
"@angular/platform-browser-dynamic": "7.2.15",
"@angular/router": "7.2.15",
"@ng-bootstrap/ng-bootstrap": "4.2.2-micord.1",
"@webbpm/base-package": "3.183.1",
"@webbpm/base-package": "3.185.0",
"ag-grid-angular": "29.0.0-micord.4",
"ag-grid-community": "29.0.0-micord.4",
"angular-calendar": "0.28.28",
@ -40,7 +40,7 @@
"core-js": "2.4.1",
"date-fns": "2.29.3",
"downloadjs": "1.4.8",
"eonasdan-bootstrap-datetimepicker": "4.17.47-micord.4",
"eonasdan-bootstrap-datetimepicker": "4.17.47-micord.5",
"esmarttokenjs": "2.2.1-cg",
"font-awesome": "4.7.0",
"google-libphonenumber": "3.0.9",
@ -48,8 +48,8 @@
"jquery": "3.7.1",
"js-year-calendar": "1.0.0-cg.2",
"jsgantt-improved": "2.0.10-cg",
"moment": "2.17.1",
"moment-timezone": "0.5.11",
"moment": "2.30.1",
"moment-timezone": "0.5.46",
"ngx-cookie": "3.0.1",
"ngx-international-phone-number": "1.0.6",
"ngx-toastr": "10.2.0-cg",
@ -73,7 +73,7 @@
"@babel/preset-env": "7.18.10",
"@types/bootstrap": "3.3.39",
"@types/eslint": "7.2.5",
"@types/jquery": "2.0.49",
"@types/jquery": "3.5.5",
"@types/node": "7.0.5",
"@types/selectize": "0.12.33",
"ajv": "8.8.2",

View file

@ -12,6 +12,7 @@
"skipLibCheck": true,
"noImplicitAny": false,
"outDir": "build_dev/js",
"allowSyntheticDefaultImports": true,
"typeRoots": [
"node_modules/@types"
],