Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit a4fc21d

Browse files
committed
chore(deps): update dependency versions
1 parent 54afe2b commit a4fc21d

File tree

3 files changed

+865
-846
lines changed

3 files changed

+865
-846
lines changed

packages/client/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"author": "Dieter (coder2000) Lunn",
1111
"license": "Apache-2.0",
1212
"devDependencies": {
13-
"@babel/cli": "^7.10.1",
14-
"@babel/core": "^7.10.2",
15-
"@babel/plugin-transform-runtime": "^7.10.1",
16-
"@babel/preset-env": "^7.10.2",
13+
"@babel/cli": "^7.10.3",
14+
"@babel/core": "^7.10.3",
15+
"@babel/plugin-transform-runtime": "^7.10.3",
16+
"@babel/preset-env": "^7.10.3",
1717
"@babel/preset-react": "^7.10.1",
1818
"@babel/preset-typescript": "^7.10.1",
1919
"@types/html-webpack-plugin": "^3.2.3",
2020
"@types/node": "^14.0.13",
21-
"@types/react": "^16.9.36",
21+
"@types/react": "^16.9.38",
2222
"@types/react-dom": "^16.9.8",
2323
"@types/react-html-parser": "^2.0.1",
2424
"@types/react-router": "^5.1.7",
@@ -28,28 +28,28 @@
2828
"babel-loader": "^8.1.0",
2929
"babel-plugin-import": "^1.13.0",
3030
"cross-env": "^7.0.2",
31-
"css-loader": "^3.5.3",
31+
"css-loader": "^3.6.0",
3232
"html-webpack-plugin": "^4.3.0",
3333
"path": "^0.12.7",
3434
"style-loader": "^1.2.1",
3535
"ts-node": "^8.10.2",
3636
"tsconfig-paths": "^3.9.0",
3737
"typescript": "^3.9.5",
3838
"webpack": "^4.43.0",
39-
"webpack-cli": "^3.3.11",
39+
"webpack-cli": "^3.3.12",
4040
"webpack-dev-server": "^3.11.0"
4141
},
4242
"dependencies": {
4343
"@apollo/react-hooks": "^3.1.5",
44-
"@babel/runtime": "^7.10.2",
45-
"@material-ui/core": "^4.10.1",
44+
"@babel/runtime": "^7.10.3",
45+
"@material-ui/core": "^4.10.2",
4646
"@material-ui/icons": "^4.9.1",
4747
"apollo-boost": "^0.4.9",
4848
"apollo-client": "^2.6.10",
4949
"apollo-utilities": "^1.3.4",
5050
"clsx": "^1.1.1",
5151
"graphql": "^14.0.0",
52-
"html-react-parser": "^0.10.3",
52+
"html-react-parser": "^0.13.0",
5353
"react": "^16.13.1",
5454
"react-dom": "^16.13.1",
5555
"react-hook-form": "^5.7.2",

packages/server/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@
2828
"migration:run": "ts-node -r tsconfig-paths/register node_modules/.bin/typeorm migration:run"
2929
},
3030
"dependencies": {
31-
"@nestjs-query/core": "^0.12.0",
32-
"@nestjs-query/query-graphql": "^0.12.0",
33-
"@nestjs-query/query-typeorm": "^0.12.0",
34-
"@nestjs/common": "7.1.3",
31+
"@nestjs-query/core": "^0.14.0",
32+
"@nestjs-query/query-graphql": "^0.14.1",
33+
"@nestjs-query/query-typeorm": "^0.14.2",
34+
"@nestjs/common": "7.2.0",
3535
"@nestjs/config": "^0.5.0",
36-
"@nestjs/core": "7.1.3",
36+
"@nestjs/core": "7.2.0",
3737
"@nestjs/graphql": "7.4.1",
38-
"@nestjs/platform-express": "^7.1.3",
38+
"@nestjs/platform-express": "^7.2.0",
3939
"@nestjs/schedule": "^0.4.0",
4040
"@nestjs/serve-static": "^2.1.1",
4141
"@nestjs/typeorm": "7.1.0",
42-
"apollo-server-express": "^2.14.3",
42+
"apollo-server-express": "^2.15.0",
4343
"class-transformer": "^0.2.3",
4444
"class-validator": "^0.12.2",
4545
"dataloader": "^2.0.0",
4646
"dotenv": "^8.2.0",
4747
"graphql": "^14.0.0",
4848
"graphql-relay": "^0.6.0",
4949
"graphql-subscriptions": "^1.1.0",
50-
"graphql-tools": "^6.0.9",
50+
"graphql-tools": "^6.0.10",
5151
"nestjs-pino": "^1.2.0",
5252
"pg": "^8.2.1",
5353
"reflect-metadata": "^0.1.13",
@@ -58,9 +58,9 @@
5858
"typeorm": "^0.2.25"
5959
},
6060
"devDependencies": {
61-
"@nestjs/cli": "^7.2.0",
61+
"@nestjs/cli": "^7.4.0",
6262
"@nestjs/schematics": "^7.0.1",
63-
"@nestjs/testing": "^7.1.3",
63+
"@nestjs/testing": "^7.2.0",
6464
"@types/cron": "^1.7.2",
6565
"@types/express": "^4.17.6",
6666
"@types/jest": "26.0.0",

0 commit comments

Comments
 (0)