Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad committed Sep 2, 2022
1 parent 5b078c5 commit 928320a
Show file tree
Hide file tree
Showing 9 changed files with 1,084 additions and 1,012 deletions.
779 changes: 0 additions & 779 deletions .yarn/releases/yarn-4.0.0-rc.14.cjs

This file was deleted.

777 changes: 777 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.15.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0-rc.14.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.15.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
},
"devDependencies": {
"@byndyusoft/eslint-config": "2.0.0",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"eslint": "8.22.0",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"eslint": "8.23.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"markdownlint-cli": "0.32.2",
"prettier": "2.7.1",
"prettier-plugin-packagejson": "2.2.18"
},
"packageManager": "[email protected].14"
"packageManager": "[email protected].15"
}
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"@nestjs/typeorm": "8.1.4",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"dotenv": "16.0.1",
"helmet": "5.1.1",
"dotenv": "16.0.2",
"helmet": "6.0.0",
"jaeger-client": "3.19.0",
"lodash": "4.17.21",
"nestjs-pino": "3.1.1",
Expand All @@ -92,7 +92,7 @@
"source-map-support": "0.5.21",
"swagger-ui-express": "4.5.0",
"tslib": "2.4.0",
"typeorm": "0.3.7",
"typeorm": "0.3.9",
"ᐸDtosᐳ": "workspace:*",
"ᐸEntitiesᐳ": "workspace:*"
},
Expand All @@ -107,10 +107,10 @@
"@types/lodash": "4.14.184",
"@types/node": "16.11.56",
"@types/pg": "8.6.5",
"@types/source-map-support": "0.5.5",
"@types/source-map-support": "0.5.6",
"express": "4.18.1",
"jest": "28.1.3",
"jest-extended": "3.0.2",
"jest-extended": "3.1.0",
"jest-mock-extended": "2.0.7",
"jest-sonar-reporter": "2.0.0",
"pino-pretty": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dtosTesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@byndyusoft/dto-factory": "^1.0.1",
"@faker-js/faker": "^7.4.0",
"@faker-js/faker": "^7.5.0",
"lodash": "^4.17.21",
"tslib": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"reflect-metadata": "0.1.13",
"rxjs": "7.5.6",
"shx": "0.3.4",
"typeorm": "0.3.7",
"typeorm": "0.3.9",
"typescript": "4.7.4",
"ᐸDtosᐳ": "workspace:*"
},
"peerDependencies": {
"typeorm": "^0.3.7",
"typeorm": "^0.3.9",
"ᐸDtosᐳ": "workspace:*"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@nestjs/core": "8.4.7",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"dotenv": "16.0.1",
"dotenv": "16.0.2",
"pg": "8.8.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.6",
"tslib": "2.4.0",
"typeorm": "0.3.7",
"typeorm": "0.3.9",
"ᐸDtosᐳ": "workspace:*",
"ᐸEntitiesᐳ": "workspace:*"
},
Expand Down
Loading

0 comments on commit 928320a

Please sign in to comment.