Skip to content

Commit

Permalink
Merge pull request #7986 from ever-co/fix/build-packages
Browse files Browse the repository at this point in the history
[Fix] Build Packages
  • Loading branch information
rahul-rocket authored Jul 20, 2024
2 parents 6f355d2 + 0d627b5 commit ca52c2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"better-sqlite3": "^9.4.3",
"cache-manager": "^5.3.2",
"cache-manager-redis-yet": "^4.1.2",
"camelcase": "^6.2.1",
"camelcase": "^6.3.0",
"chalk": "4.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/job-search-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"peerDependencies": {
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12"
"@angular/core": "^16.2.12",
"jest-preset-angular": "^13.1.4"
},
"dependencies": {
"jest-preset-angular": "^13.1.4",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15159,7 +15159,7 @@ camelcase@^5.0.0, camelcase@^5.3.1:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==

camelcase@^6.2.0, camelcase@^6.2.1, camelcase@^6.3.0:
camelcase@^6.2.0, camelcase@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
Expand Down

0 comments on commit ca52c2f

Please sign in to comment.