Skip to content

Commit

Permalink
Merge pull request #8702 from ever-co/fix/packages-update
Browse files Browse the repository at this point in the history
[Chore] Package Updates
  • Loading branch information
rahul-rocket authored Jan 6, 2025
2 parents 3d1cdfe + 5f369ff commit 5f3be79
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 367 deletions.
1 change: 0 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"Codacy",
"codecov",
"Codegen",
"codelyzer",
"Codementor",
"codeql",
"commitlint",
Expand Down
3 changes: 1 addition & 2 deletions apps/gauzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
"keycloak-js": "^11.0.2",
"leaflet": "^1.8.0",
"locutus": "^2.0.30",
"mobx": "^6.13.5",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-range": "^4.0.2",
Expand Down Expand Up @@ -169,7 +168,7 @@
"uuid": "^8.3.2",
"web-animations-js": "^2.3.2",
"yargs": "^17.5.0",
"zone.js": "0.14.8"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@types/async": "^3.2.5",
Expand Down
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@
"@angular-devkit/architect": "^0.1802.12",
"@angular-devkit/core": "^18.2.9",
"@typescript-eslint/scope-manager": "^8.18.2",
"@typescript-eslint/types": "^8.18.2",
"@typescript-eslint/utils": "^8.18.2",
"@typescript-eslint/visitor-keys": "^8.18.2",
"camelcase": "^6.3.0",
Expand Down Expand Up @@ -410,12 +411,13 @@
"jsdom": "^23.0.1",
"lodash-es": "^4.17.21",
"minizlib": "^2.1.2",
"mobx": "~4.14.1",
"parse5": "^7.1.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.0",
"tslib": "^2.6.2",
"yargs": "^17.5.0",
"zone.js": "0.14.8"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
Expand All @@ -424,9 +426,9 @@
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-devkit/core": "^18.2.9",
"@angular-devkit/schematics": "18.2.9",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular-eslint/eslint-plugin": "18.4.3",
"@angular-eslint/eslint-plugin-template": "18.4.3",
"@angular-eslint/template-parser": "18.4.3",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.12",
"@commitlint/cli": "^19.6.1",
Expand Down Expand Up @@ -461,9 +463,9 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.10.4",
"@swc/helpers": "^0.5.15",
"@types/bcrypt": "^5.0.2",
"@types/google.maps": "^3.58.1",
"@types/jest": "29.5.14",
Expand All @@ -472,10 +474,9 @@
"@types/webpack": "^5.28.5",
"@types/yargs": "^15.0.9",
"ajv-formats": "^2.1.1",
"angular-eslint": "^18.3.0",
"angular-eslint": "^18.4.3",
"cloc": "^2.7.0",
"codecov": "^3.8.3",
"codelyzer": "^6.0.1",
"commitizen": "^4.2.1",
"concurrently": "^5.3.0",
"conventional-changelog": "^3.1.23",
Expand All @@ -490,6 +491,7 @@
"electron-builder": "^24.13.3",
"envalid": "^6.0.2",
"esbuild": "0.19.2",
"eslint": "^9.0.0",
"eslint-plugin-cypress": "2.13.4",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"gulp-tag-version": "^1.3.1",
Expand Down
Loading

0 comments on commit 5f3be79

Please sign in to comment.