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

Commit 1b91fd3

Browse files
fix(deps): update all
1 parent 3a19b1e commit 1b91fd3

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

client/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,34 @@
55
"dependencies": {
66
"@apollo/react-hooks": "3.1.5",
77
"@capacitor/core": "2.4.1",
8-
"@ionic/react": "5.1.1",
9-
"@ionic/react-router": "5.1.1",
8+
"@ionic/react": "7.0.0",
9+
"@ionic/react-router": "7.0.0",
1010
"@testing-library/jest-dom": "5.9.0",
11-
"@testing-library/react": "11.0.4",
12-
"@testing-library/user-event": "12.1.5",
11+
"@testing-library/react": "14.0.0",
12+
"@testing-library/user-event": "14.4.3",
1313
"@types/jest": "26.0.13",
14-
"@types/node": "12.12.47",
14+
"@types/node": "18.15.11",
1515
"@types/react": "16.9.36",
1616
"@types/react-dom": "16.9.8",
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",
21-
"graphql": "15.3.0",
21+
"graphql": "16.6.0",
2222
"graphql-tag": "2.11.0",
23-
"ionicons": "5.0.1",
24-
"keycloak-js": "11.0.2",
23+
"ionicons": "7.1.0",
24+
"keycloak-js": "21.0.2",
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": "5.0.1",
3333
"simpl-schema": "1.7.3",
3434
"subscriptions-transport-ws": "0.9.16",
35-
"typescript": "4.0.2",
35+
"typescript": "5.0.3",
3636
"uniforms": "3.0.0-alpha.4",
3737
"uniforms-bridge-simple-schema-2": "3.0.0-alpha.4",
3838
"uniforms-ionic": "0.1.0"
@@ -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.12.3"
6767
},
6868
"description": "An Ionic project"
6969
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"description": "Mono repository for DataSync Starter",
66
"main": "index.js",
77
"devDependencies": {
8-
"del-cli": "3.0.1",
9-
"graphql": "15.3.0",
10-
"graphback-cli": "0.14.0"
8+
"del-cli": "5.0.0",
9+
"graphql": "16.6.0",
10+
"graphback-cli": "1.1.2"
1111
},
1212
"scripts": {
1313
"start:server": "cd server && yarn start",

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:19
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:16.1.1
66
ports:
77
- "8080:8080"
88
environment:

server/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@
1515
"devDependencies": {
1616
"@types/cors": "2.8.6",
1717
"@types/express": "4.17.6",
18-
"@types/node": "13.13.12",
18+
"@types/node": "18.15.11",
1919
"keycloak-request-token": "0.1.0",
20-
"ts-node": "9.0.0",
21-
"ts-node-dev": "1.0.0-pre.44",
20+
"ts-node": "10.9.1",
21+
"ts-node-dev": "2.0.0",
2222
"tslint": "6.1.2",
23-
"typescript": "4.0.2"
23+
"typescript": "5.0.3"
2424
},
2525
"dependencies": {
26-
"graphql": "15.3.0",
26+
"graphql": "16.6.0",
2727
"@aerogear/graphql-mqtt-subscriptions": "1.1.3",
28-
"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",
28+
"graphql-subscriptions": "2.0.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",
3535
"@types/react": "16.9.36",
3636
"apollo-server-express": "2.17.0",
3737
"cors": "2.8.5",
38-
"dotenv": "8.2.0",
38+
"dotenv": "16.0.3",
3939
"express": "4.17.1",
4040
"express-session": "1.17.1",
4141
"graphql-scalars": "1.1.3",
4242
"graphql-tag": "2.11.0",
4343
"keycloak-connect": "11.0.2",
4444
"keycloak-connect-graphql": "0.6.0",
45-
"mongodb": "3.5.9"
45+
"mongodb": "5.1.0"
4646
}
4747
}

0 commit comments

Comments
 (0)