Skip to content

Commit

Permalink
Merge pull request #7988 from ever-co/fix/depchecker
Browse files Browse the repository at this point in the history
chore(deps): missing packages
  • Loading branch information
rahul-rocket authored Jul 20, 2024
2 parents ca52c2f + 2d3e9ee commit d4e7228
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 20 deletions.
9 changes: 7 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
"@gauzy/config": "^0.1.0",
"@gauzy/contracts": "^0.1.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.2.0",
"@nestjs/passport": "^10.0.3",
"axios": "^1.6.8",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"passport": "^0.6.0",
"passport-auth0": "^1.3.3",
"passport-facebook": "^3.0.0",
Expand All @@ -44,17 +46,20 @@
"passport-linkedin-oauth2": "^2.0.0",
"passport-oauth2": "^1.7.0",
"passport-twitter": "^1.0.4",
"rxjs": "^7.4.0"
"rxjs": "^7.4.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"@types/passport": "^1.0.9",
"@types/passport-facebook": "^2.1.10",
"@types/passport-github2": "^1.2.9",
"@types/passport-google-oauth20": "^2.0.6",
"@types/passport-jwt": "^3.0.6",
"rimraf": "^3.0.2",
"tslint": "^6.1.3",
"typescript": "5.1.6"
}
}
7 changes: 3 additions & 4 deletions packages/common-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@
"@angular/common": "^16.2.12",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"moment-duration-format": "^2.3.2",
"moment-range": "^4.0.2",
"rxjs": "^7.4.0",
"slugify": "^1.6.5"
"slugify": "^1.6.5",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"@types/moment-duration-format": "^2.2.3",
"rimraf": "^3.0.2",
"typescript": "5.1.6"
},
Expand Down
7 changes: 6 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,19 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@gauzy/contracts": "^0.1.0",
"@mikro-orm/nestjs": "^5.2.3",
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"@nestjs/typeorm": "^10.0.2",
"apollo-server-core": "^3.10.1",
"graphql": "15.7.2",
"nest-knexjs": "^0.0.21",
"slugify": "^1.6.5"
"slugify": "^1.6.5",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"rimraf": "^3.0.2",
"typescript": "5.1.6"
Expand Down
22 changes: 19 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,31 @@
"clean": "rimraf dist"
},
"dependencies": {
"@gauzy/common": "^0.1.0",
"@gauzy/contracts": "^0.1.0",
"@mikro-orm/better-sqlite": "^6.2.3",
"@mikro-orm/core": "^6.2.3",
"@mikro-orm/mysql": "^6.2.3",
"@mikro-orm/nestjs": "^5.2.3",
"@mikro-orm/postgresql": "^6.2.3",
"@mikro-orm/sqlite": "^6.2.3",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.2.0",
"@nestjs/typeorm": "^10.0.2",
"app-root-path": "^3.0.0",
"chalk": "4.1.2",
"dotenv": "^16.0.3",
"nest-knexjs": "^0.0.21"
"mikro-orm-soft-delete": "^1.0.0-alpha.1",
"nest-knexjs": "^0.0.21",
"tslib": "^2.6.2",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@gauzy/common": "^0.1.0",
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"rimraf": "^3.0.2",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"tslint": "^6.1.3",
"typescript": "5.1.6"
}
}
1 change: 1 addition & 0 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"compile": "tsc -p tsconfig.build.json"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"rimraf": "^3.0.2",
"typescript": "5.1.6"
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@
"@gauzy/config": "^0.1.0",
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"chalk": "4.1.2",
"tslib": "^2.6.2",
"underscore": "^1.13.3"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"rimraf": "^3.0.2",
"tslint": "^6.1.3",
"typescript": "5.1.6"
},
"jest": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/job-search-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"peerDependencies": {
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"jest-preset-angular": "^13.1.4"
"@angular/core": "^16.2.12"
},
"dependencies": {
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9"
"@types/node": "^20.14.9",
"jest-preset-angular": "^13.1.4"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"dependencies": {
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"rimraf": "^3.0.2",
"typescript": "5.1.6",
"jest-preset-angular": "^13.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ever-co/ever-gauzy"
Expand Down
7 changes: 4 additions & 3 deletions packages/ui-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@
"@angular/core": "^16.2.12"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.6.2",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"rimraf": "^3.0.2",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
"jest-preset-angular": "^13.1.4"
},
"engines": {
"node": ">=20.11.1",
Expand Down
14 changes: 11 additions & 3 deletions packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,15 @@
"@ngx-translate/http-loader": "^7.0.0",
"@sentry/angular-ivy": "^7.101.1",
"angular2-smart-table": "^3.2.0",
"bootstrap": "^4.3.1",
"camelcase": "^6.3.0",
"chart.js": "^4.4.1",
"ckeditor4": "4.22.1",
"ckeditor4-angular": "4.0.1",
"date-fns": "^2.28.0",
"date-holidays": "^1.6.1",
"echarts": "^5.0.1",
"eva-icons": "^1.1.3",
"ckeditor4": "4.22.1",
"ckeditor4-angular": "4.0.1",
"file-saver": "^2.0.5",
"fullcalendar": "^6.1.8",
"hotkeys-js": "^3.12.0",
Expand All @@ -87,8 +90,8 @@
"moment-timezone": "^0.5.45",
"nebular-icons": "^1.1.0",
"ng2-charts": "^5.0.4",
"ngx-clipboard": "^15.1.0",
"ng2-file-upload": "^5.0.0",
"ngx-clipboard": "^15.1.0",
"ngx-color-picker": "^12.0.1",
"ngx-cookie-service": "^16.1.0",
"ngx-countdown": "^13.0.0",
Expand All @@ -98,6 +101,9 @@
"ngx-moment": "^6.0.2",
"ngx-permissions": "^13.0.1",
"randomcolor": "^0.6.2",
"rxjs": "^7.4.0",
"slugify": "^1.6.5",
"swiper": "^8.3.1",
"tslib": "^2.6.2",
"underscore": "^1.13.3",
"underscore.string": "^3.3.6",
Expand All @@ -124,7 +130,9 @@
"sideEffects": false,
"devDependencies": {
"@types/ckeditor": "^4.9.10",
"@types/google.maps": "~3.53.0",
"@types/jest": "^29.4.4",
"@types/node": "^20.14.9",
"jest": "^29.7.0",
"jest-preset-angular": "^13.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../../out-tsc/spec",
"types": ["jasmine"]
"types": ["jest", "node"]
},
"include": ["**/*.spec.ts", "**/*.d.ts"]
}

0 comments on commit d4e7228

Please sign in to comment.