Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent 6ab3b7c commit 6d7c42c
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 125 deletions.
10 changes: 5 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@nestjs-packages/admin": "file:..",
"@nestjs/common": "8.4.1",
"@nestjs/core": "8.4.1",
"@nestjs/platform-express": "8.4.1",
"@nestjs/common": "10.1.1",
"@nestjs/core": "10.1.1",
"@nestjs/platform-express": "10.1.1",
"@nestjs/typeorm": "8.0.2",
"mysql2": "2.3.3",
"reflect-metadata": "0.1.13",
Expand All @@ -32,8 +32,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.4.2",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "8.4.1",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.1",
"@types/express": "4.17.17",
"@types/fs-extra": "11.0.1",
"@types/node": "18.16.8",
Expand Down
186 changes: 70 additions & 116 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"url": "git+https://github.com/nestjs-packages/admin.git"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/common": "^8.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0"
},
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-angular": "17.6.3",
"@nestjs/common": "8.4.1",
"@nestjs/core": "8.4.1",
"@nestjs/common": "10.1.1",
"@nestjs/core": "10.1.1",
"@types/express": "4.17.17",
"@types/jest": "28.1.8",
"@types/jsonwebtoken": "8.5.9",
Expand Down

0 comments on commit 6d7c42c

Please sign in to comment.