Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 0c6ffa8

Browse files
committed
fix(deps): update all
1 parent 3a19b1e commit 0c6ffa8

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
"@ionic/react-router": "5.1.1",
1010
"@testing-library/jest-dom": "5.9.0",
1111
"@testing-library/react": "11.0.4",
12-
"@testing-library/user-event": "12.1.5",
12+
"@testing-library/user-event": "13.1.9",
1313
"@types/jest": "26.0.13",
14-
"@types/node": "12.12.47",
15-
"@types/react": "16.9.36",
16-
"@types/react-dom": "16.9.8",
14+
"@types/node": "14.17.3",
15+
"@types/react": "17.0.11",
16+
"@types/react-dom": "17.0.7",
1717
"@types/react-router": "5.1.7",
1818
"@types/react-router-dom": "5.1.5",
1919
"apollo-link-context": "1.0.20",
2020
"apollo-link-ws": "1.0.20",
2121
"graphql": "15.3.0",
2222
"graphql-tag": "2.11.0",
2323
"ionicons": "5.0.1",
24-
"keycloak-js": "11.0.2",
24+
"keycloak-js": "13.0.1",
2525
"offix-cache": "0.16.0-alpha2",
2626
"offix-client": "0.16.0-alpha2",
2727
"react": "16.13.1",
2828
"react-dom": "16.13.1",
2929
"react-offix-hooks": "0.16.0-alpha2",
3030
"react-router": "5.2.0",
3131
"react-router-dom": "5.2.0",
32-
"react-scripts": "3.4.1",
32+
"react-scripts": "4.0.3",
3333
"simpl-schema": "1.7.3",
3434
"subscriptions-transport-ws": "0.9.16",
3535
"typescript": "4.0.2",
@@ -63,7 +63,7 @@
6363
},
6464
"devDependencies": {
6565
"@capacitor/cli": "2.4.1",
66-
"@types/simpl-schema": "0.2.7"
66+
"@types/simpl-schema": "1.10.4"
6767
},
6868
"description": "An Ionic project"
6969
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"del-cli": "3.0.1",
99
"graphql": "15.3.0",
10-
"graphback-cli": "0.14.0"
10+
"graphback-cli": "1.1.2"
1111
},
1212
"scripts": {
1313
"start:server": "cd server && yarn start",
@@ -26,6 +26,6 @@
2626
"server"
2727
],
2828
"resolutions": {
29-
"@types/react": "16.9.36"
29+
"@types/react": "17.0.11"
3030
}
3131
}

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8
1+
FROM node:16
22

33
# Create app directory
44
WORKDIR /usr/src/app

server/integrations/keycloak/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
keycloak:
5-
image: jboss/keycloak:10.0.2
5+
image: jboss/keycloak:13.0.1
66
ports:
77
- "8080:8080"
88
environment:

server/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"devDependencies": {
1616
"@types/cors": "2.8.6",
1717
"@types/express": "4.17.6",
18-
"@types/node": "13.13.12",
18+
"@types/node": "14.17.3",
1919
"keycloak-request-token": "0.1.0",
20-
"ts-node": "9.0.0",
20+
"ts-node": "10.0.0",
2121
"ts-node-dev": "1.0.0-pre.44",
2222
"tslint": "6.1.2",
2323
"typescript": "4.0.2"
@@ -26,21 +26,21 @@
2626
"graphql": "15.3.0",
2727
"@aerogear/graphql-mqtt-subscriptions": "1.1.3",
2828
"graphql-subscriptions": "1.1.0",
29-
"graphback": "0.14.0",
30-
"@graphback/keycloak-authz": "0.14.0",
31-
"@graphback/datasync": "0.14.0",
32-
"@graphback/runtime-mongo": "0.14.0",
29+
"graphback": "1.1.2",
30+
"@graphback/keycloak-authz": "1.1.2",
31+
"@graphback/datasync": "1.1.2",
32+
"@graphback/runtime-mongo": "1.1.2",
3333
"@graphql-tools/graphql-file-loader": "6.0.15",
3434
"@graphql-tools/load": "6.0.15",
35-
"@types/react": "16.9.36",
35+
"@types/react": "17.0.11",
3636
"apollo-server-express": "2.17.0",
3737
"cors": "2.8.5",
38-
"dotenv": "8.2.0",
38+
"dotenv": "10.0.0",
3939
"express": "4.17.1",
4040
"express-session": "1.17.1",
4141
"graphql-scalars": "1.1.3",
4242
"graphql-tag": "2.11.0",
43-
"keycloak-connect": "11.0.2",
43+
"keycloak-connect": "13.0.1",
4444
"keycloak-connect-graphql": "0.6.0",
4545
"mongodb": "3.5.9"
4646
}

0 commit comments

Comments
 (0)