Skip to content

Commit 5884093

Browse files
Tony133jmcdo29
authored andcommitted
chore(deps): upgrade nx v15
1 parent 0573db1 commit 5884093

File tree

4 files changed

+406
-431
lines changed

4 files changed

+406
-431
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ Thumbs.db
7070
*.sublime-project
7171
*.sublime-workspace
7272
yarn.lock
73+
tags

apps/http-sample/src/cats/cats.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('CatsService', () => {
136136
breed: 'Russian',
137137
};
138138

139-
const response: AxiosResponse<any> = {
139+
const response: AxiosResponse<any, any> | any = {
140140
data,
141141
headers: {},
142142
config: { url: 'http://localhost:3000/mockUrl' },

package.json

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -45,61 +45,61 @@
4545
"dependencies": {
4646
"@nestjs/apollo": "10.1.3",
4747
"@nestjs/axios": "0.1.0",
48-
"@nestjs/common": "^9.1.2",
48+
"@nestjs/common": "^9.1.4",
4949
"@nestjs/config": "^2.2.0",
50-
"@nestjs/core": "^9.1.2",
50+
"@nestjs/core": "^9.1.4",
5151
"@nestjs/cqrs": "^9.0.1",
5252
"@nestjs/graphql": "^10.1.3",
5353
"@nestjs/mapped-types": "^1.2.0",
54-
"@nestjs/microservices": "^9.1.2",
54+
"@nestjs/microservices": "^9.1.4",
5555
"@nestjs/mongoose": "^9.0.1",
56-
"@nestjs/platform-express": "^9.1.2",
57-
"@nestjs/platform-fastify": "^9.1.2",
58-
"@nestjs/platform-socket.io": "^9.1.2",
59-
"@nestjs/platform-ws": "^9.1.2",
56+
"@nestjs/platform-express": "^9.1.4",
57+
"@nestjs/platform-fastify": "^9.1.4",
58+
"@nestjs/platform-socket.io": "^9.1.4",
59+
"@nestjs/platform-ws": "^9.1.4",
6060
"@nestjs/sequelize": "^9.0.0",
6161
"@nestjs/serve-static": "^3.0.0",
6262
"@nestjs/typeorm": "^9.0.1",
6363
"@nestjs/websockets": "^9.1.2",
6464
"@prisma/client": "^3.1.1",
6565
"apollo-server-core": "^3.10.2",
6666
"apollo-server-express": "^3.10.2",
67-
"axios": "^0.24.0",
67+
"axios": "^1.0.0",
6868
"class-transformer": "^0.5.1",
69-
"class-validator": "^0.13.1",
70-
"graphql": "^15.5.0",
71-
"graphql-tools": "^7.0.4",
72-
"hbs": "^4.1.1",
73-
"mongoose": "^6.0.13",
74-
"mysql2": "^2.2.5",
75-
"pg": "^8.5.1",
69+
"class-validator": "^0.13.2",
70+
"graphql": "15.5.0",
71+
"graphql-tools": "7.0.4",
72+
"hbs": "^4.2.0",
73+
"mongoose": "^6.6.5",
74+
"mysql2": "^2.3.3",
75+
"pg": "^8.8.0",
7676
"redis": "^3.0.2",
7777
"reflect-metadata": "^0.1.13",
7878
"rimraf": "^3.0.2",
79-
"rxjs": "^7.4.0",
79+
"rxjs": "^7.5.7",
8080
"sequelize": "^6.11.0",
8181
"sequelize-typescript": "^2.1.3",
8282
"socket.io-client": "^4.4.0",
8383
"typeorm": "^0.3.10"
8484
},
8585
"devDependencies": {
86-
"@commitlint/cli": "^12.0.1",
87-
"@commitlint/config-conventional": "^12.0.1",
86+
"@commitlint/cli": "^17.1.2",
87+
"@commitlint/config-conventional": "^17.1.0",
8888
"@golevelup/nestjs-testing": "^0.1.2",
89-
"@golevelup/ts-jest": "^0.3.2",
89+
"@golevelup/ts-jest": "^0.3.3",
9090
"@nestjs/cli": "^9.1.4",
9191
"@nestjs/schematics": "^9.0.3",
9292
"@nestjs/testing": "^9.1.2",
93-
"@nrwl/cli": "14.8.3",
94-
"@nrwl/jest": "^14.8.3",
95-
"@nrwl/nest": "^14.8.3",
96-
"@nrwl/node": "^14.8.3",
97-
"@nrwl/tao": "^14.8.3",
98-
"@nrwl/workspace": "^14.8.3",
93+
"@nrwl/cli": "15.0.0",
94+
"@nrwl/jest": "^15.0.0",
95+
"@nrwl/nest": "^15.0.0",
96+
"@nrwl/node": "^15.0.0",
97+
"@nrwl/tao": "^15.0.0",
98+
"@nrwl/workspace": "^15.0.0",
9999
"@types/express": "^4.17.1",
100100
"@types/jest": "^27.5.2",
101101
"@types/multer": "^1.4.7",
102-
"@types/node": "^17.0.5",
102+
"@types/node": "^18.11.0",
103103
"@types/sequelize": "^4.28.9",
104104
"@types/serve-static": "^1.13.9",
105105
"@types/supertest": "^2.0.11",
@@ -114,17 +114,18 @@
114114
"husky": "8.0.1",
115115
"jest": "^27.5.1",
116116
"lint-staged": "^10.5.4",
117-
"nx": "^14.8.3",
117+
"multer": "1.4.5-lts.1",
118+
"nx": "^15.0.0",
118119
"pactum": "^3.2.2",
119120
"prettier": "^2.2.1",
120121
"prisma": "^3.1.1",
121122
"supertest": "^6.1.3",
122123
"ts-jest": "^27.1.5",
123-
"ts-loader": "^9.2.6",
124-
"ts-node": "^10.7.0",
125-
"tsconfig-paths": "^3.9.0",
124+
"ts-loader": "^9.4.1",
125+
"ts-node": "^10.9.1",
126+
"tsconfig-paths": "^4.1.0",
126127
"typescript": "^4.7.4",
127-
"uuid": "^8.3.2"
128+
"uuid": "^9.0.0"
128129
},
129130
"lint-staged": {
130131
"*.ts": [

0 commit comments

Comments
 (0)