Skip to content

Commit

Permalink
Merge branch 'master' into renovate/rxjs-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 14, 2023
2 parents 2b72cc2 + b43740d commit 735f698
Show file tree
Hide file tree
Showing 75 changed files with 24,063 additions and 24,025 deletions.
787 changes: 778 additions & 9 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,7 +85,7 @@
"@fastify/cors": "8.3.0",
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"@fastify/multipart": "7.6.0",
"@fastify/multipart": "7.6.1",
"@fastify/static": "6.10.2",
"@fastify/view": "7.4.1",
"@grpc/grpc-js": "1.8.15",
Expand Down
1,765 changes: 849 additions & 916 deletions sample/01-cats-app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sample/01-cats-app/package.json
Expand Up @@ -33,13 +33,13 @@
"@nestjs/schematics": "9.2.0",
"@nestjs/testing": "9.4.3",
"@types/express": "4.17.17",
"@types/jest": "28.1.8",
"@types/jest": "29.5.2",
"@types/node": "18.16.17",
"@types/supertest": "2.0.12",
"jest": "28.1.3",
"jest": "29.5.0",
"prettier": "2.8.8",
"supertest": "6.3.3",
"ts-jest": "28.0.8",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
Expand All @@ -48,7 +48,7 @@
"eslint": "8.19.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 735f698

Please sign in to comment.