chore: fixed pnpm install issues, regarding package versions

This commit is contained in:
Michael Abebe
2026-05-12 16:09:25 +03:00
parent 3b8b6979db
commit 516bbbb42b
7 changed files with 13028 additions and 576 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules

View File

@@ -13,14 +13,17 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@tria-plc/api-common": "^0.1.0",
"@tria-plc/iamapi-common": "^0.1.0",
"@edr/api-common": "workspace:*",
"@edr/types": "workspace:*",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/swagger": "^7.4.2",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/common": "^11.0.0",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/microservices": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/swagger": "^11.4.2",
"@nestjs/typeorm": "^11.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"pg": "^8.13.0",
@@ -29,11 +32,13 @@
"typeorm": "^0.3.20"
},
"devDependencies": {
"@edr/api-common": "workspace:*",
"@edr/types": "workspace:*",
"@edr/eslint-config": "workspace:*",
"@edr/tsconfig": "workspace:*",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.2.2",
"@nestjs/testing": "^10.4.6",
"@nestjs/cli": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/node": "^20.14.0",

View File

@@ -12,6 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@tria-plc/iamui-common": "1.0.3",
"@edr/types": "workspace:*",
"@edr/ui-common": "workspace:*",
"@tanstack/react-query": "^5.59.0",

View File

@@ -12,6 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@tria-plc/iamui-common": "1.0.3",
"@edr/types": "workspace:*",
"@edr/ui-common": "workspace:*",
"@tanstack/react-query": "^5.59.0",

View File

@@ -15,12 +15,16 @@
"dependencies": {
"@edr/api-common": "workspace:*",
"@edr/types": "workspace:*",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/swagger": "^7.4.2",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/swagger": "^11.4.2",
"@nestjs/typeorm": "^11.0.1",
"@nestjs/config": "^4.0.0",
"@nestjs/microservices": "^11.0.0",
"@nestjs/cli": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"pg": "^8.13.0",

View File

@@ -24,6 +24,14 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0"
},
"pnpm": {
"overrides": {
"date-fns": "^3.6.0",
"pdfjs-dist": "^3.11.174",
"react": "18.3.1",
"react-dom": "18.3.1"
}
},
"lint-staged": {
"**/*.{ts,tsx}": ["eslint --fix", "prettier --write"],
"**/*.{json,md}": ["prettier --write"]

13554
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff