Skip to content

Commit

Permalink
Merge branch 'develop' into fix/7175-date-translation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Oct 22, 2024
2 parents b4e63c5 + be377a7 commit 27ed2e0
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/gauzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@sentry/types": "^7.101.1",
"@sentry/utils": "^7.90.0",
"@swimlane/ngx-charts": "^20.1.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"angular2-toaster": "^11.0.1",
"bootstrap": "^4.3.1",
"brace": "^0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"@nebular/security": "^12.0.0",
"@nebular/theme": "^12.0.0",
"@ng-select/ng-select": "^11.2.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"autoprefixer": "10.4.14",
"bcrypt": "^5.1.1",
"camelcase": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@swimlane/ngx-charts": "20.5.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"ckeditor4-angular": "4.0.1",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/integration-github-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nebular/theme": "^12.0.0",
"@ngneat/until-destroy": "^9.2.0",
"@ngx-translate/core": "^15.0.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"ngx-permissions": "^13.0.1",
"rxjs": "^7.4.0",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/integration-hubstaff-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@ng-select/ng-select": "^11.2.0",
"@ngneat/until-destroy": "^9.2.0",
"@ngx-translate/core": "^15.0.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"ngx-permissions": "^13.0.1",
"rxjs": "^7.4.0",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/integration-upwork-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nebular/theme": "^12.0.0",
"@ngneat/until-destroy": "^9.2.0",
"@ngx-translate/core": "^15.0.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"ngx-permissions": "^13.0.1",
"rxjs": "^7.4.0",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/job-employee-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@ngneat/until-destroy": "^9.2.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"ngx-permissions": "^13.0.1",
"rxjs": "^7.4.0",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/job-proposal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@ng-select/ng-select": "^11.2.0",
"@ngneat/until-destroy": "^9.2.0",
"@ngx-translate/core": "^15.0.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"ckeditor4-angular": "4.0.1",
"moment": "^2.30.1",
"ngx-infinite-scroll": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/job-search-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@ngneat/until-destroy": "^9.2.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"ckeditor4-angular": "4.0.1",
"ng2-file-upload": "^5.0.0",
"ngx-moment": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@sentry/angular-ivy": "^7.101.1",
"angular2-smart-table": "^3.2.0",
"angular2-smart-table": "^3.3.0",
"bootstrap": "^4.3.1",
"camelcase": "^6.3.0",
"chart.js": "^4.4.1",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12964,12 +12964,12 @@ analytics@0.8.9:
"@analytics/core" "^0.12.7"
"@analytics/storage-utils" "^0.4.2"

angular2-smart-table@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/angular2-smart-table/-/angular2-smart-table-3.2.0.tgz#85f7e2d31c3e74c41a8d30ae5ad7a3aa87ada16b"
integrity sha512-4UPYY1kYpZbRMZFhCQaVRpTKhesbt42oX4APz09dbpusD3wlhOmPvSG4+U+Fxqy/7+SHtdzlVEf/L++NqCRWwQ==
angular2-smart-table@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/angular2-smart-table/-/angular2-smart-table-3.3.0.tgz#d5781ee3ec6e319d055d175dfb18aea123a8bd54"
integrity sha512-J2XiiiB7ugcn9jCuamA30UsphJ8dWtMA2gY2FX0NxGHFRzzKkP5KERIDEcMLDqMIY/QgqQJvn+XjWEETmMx76A==
dependencies:
tslib "^2.6.0"
tslib "~2.7.0"

angular2-toaster@^11.0.1:
version "11.0.1"
Expand Down Expand Up @@ -36087,7 +36087,7 @@ tslib@2.6.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==

tslib@2.6.2, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.1, tslib@^2.6.2:
tslib@2.6.2, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand All @@ -36097,6 +36097,11 @@ tslib@^1.10.0, tslib@^1.11.1, tslib@^1.13.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@~2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==

tslint-config-prettier@^1.18.0:
version "1.18.0"
resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"
Expand Down

0 comments on commit 27ed2e0

Please sign in to comment.