Skip to content

Commit f46c55a

Browse files
committed
chore: Update deps
1 parent 8c0e01c commit f46c55a

File tree

4 files changed

+806
-727
lines changed

4 files changed

+806
-727
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schema.gql
55
schema.graphql
66
.env
77
data/
8-
tmp/logs/*
8+
tmp/
99

1010

1111
# Logs

nx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"tags": []
2727
},
2828
"packages-mongo-models": {
29-
"tags": ["scope:public", "type:util", "target:all"]
29+
"tags": []
3030
}
3131
}
3232
}

package.json

+25-24
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"affected:lint": "nx affected:lint",
1414
"affected:test": "nx affected:test",
1515
"build": "nx build",
16+
"build:mongo-modals": "nx run packages-mongo-models:build",
1617
"delete:prod": "pm2 delete ecosystem.config.js",
1718
"dep-graph": "nx dep-graph",
1819
"e2e": "nx e2e",
@@ -33,20 +34,20 @@
3334
},
3435
"dependencies": {
3536
"@hapi/joi": "17.1.1",
36-
"@nestjs/cli": "7.1.5",
37-
"@nestjs/common": "7.0.9",
38-
"@nestjs/core": "7.0.9",
39-
"@nestjs/graphql": "7.2.1",
40-
"@nestjs/mongoose": "7.0.0",
37+
"@nestjs/cli": "7.5.1",
38+
"@nestjs/common": "7.4.4",
39+
"@nestjs/core": "7.4.4",
40+
"@nestjs/graphql": "7.7.0",
41+
"@nestjs/mongoose": "7.0.2",
4142
"@nestjs/platform-express": "7.0.9",
4243
"@nestjs/platform-fastify": "7.0.9",
43-
"@nestjs/serve-static": "2.1.0",
44+
"@nestjs/serve-static": "2.1.3",
4445
"apollo-server-fastify": "2.12.0",
4546
"bytes": "^3.1.0",
4647
"class-validator": "0.12.2",
4748
"dotenv": "8.2.0",
4849
"fastify-static": "2.7.0",
49-
"graphql": "14.5.8",
50+
"graphql": "15.3.0",
5051
"graphql-subscriptions": "^1.1.0",
5152
"ical-generator": "^1.10.0",
5253
"mongoose": "5.9.12",
@@ -55,7 +56,7 @@
5556
"pm2": "^4.4.1",
5657
"reflect-metadata": "^0.1.12",
5758
"rimraf": "3.0.2",
58-
"rxjs": "6.5.5",
59+
"rxjs": "6.6.3",
5960
"srt-to-vtt": "^1.1.3",
6061
"trakt.tv": "^8.0.0",
6162
"webtorrent-hybrid": "^4.0.1",
@@ -64,23 +65,23 @@
6465
"devDependencies": {
6566
"@nestjs/schematics": "^7.0.0",
6667
"@nestjs/testing": "^7.0.0",
67-
"@nrwl/eslint-plugin-nx": "10.2.0",
68-
"@nrwl/jest": "10.2.0",
68+
"@nrwl/eslint-plugin-nx": "10.2.1",
69+
"@nrwl/jest": "10.2.1",
6970
"@nrwl/nest": "^10.2.0",
70-
"@nrwl/node": "10.2.0",
71-
"@nrwl/workspace": "10.2.0",
72-
"@types/jest": "26.0.8",
73-
"@types/node": "~8.9.4",
74-
"@typescript-eslint/eslint-plugin": "2.19.2",
75-
"@typescript-eslint/parser": "2.19.2",
71+
"@nrwl/node": "10.2.1",
72+
"@nrwl/workspace": "10.2.1",
73+
"@types/jest": "26.0.14",
74+
"@types/node": "~14.11.2",
75+
"@typescript-eslint/eslint-plugin": "4.2.0",
76+
"@typescript-eslint/parser": "4.2.0",
7677
"dotenv": "6.2.0",
77-
"eslint": "6.8.0",
78-
"eslint-config-prettier": "6.0.0",
79-
"jest": "26.2.2",
80-
"prettier": "2.0.4",
81-
"ts-jest": "26.1.4",
82-
"ts-node": "~7.0.0",
83-
"tslint": "~6.0.0",
84-
"typescript": "~3.9.3"
78+
"eslint": "7.9.0",
79+
"eslint-config-prettier": "6.11.0",
80+
"jest": "26.4.2",
81+
"prettier": "2.1.2",
82+
"ts-jest": "26.4.0",
83+
"ts-node": "~9.0.0",
84+
"tslint": "~6.1.3",
85+
"typescript": "~4.0.3"
8586
}
8687
}

0 commit comments

Comments
 (0)