Skip to content

Commit 6a3582b

Browse files
fix(deps): update all
1 parent b6f1d88 commit 6a3582b

File tree

6 files changed

+62
-62
lines changed

6 files changed

+62
-62
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
node-version: [14.x]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v5
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm install -g yarn

cli/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,42 +20,42 @@
2020
"test": "jest"
2121
},
2222
"engines": {
23-
"node": "14.9.0"
23+
"node": "22.18.0"
2424
},
2525
"devDependencies": {
26-
"@types/chalk": "0.4.31",
27-
"@types/inquirer": "6.5.0",
26+
"@types/chalk": "2.2.4",
27+
"@types/inquirer": "9.0.9",
2828
"@types/jest": "25.2.3",
29-
"@types/js-yaml": "3.12.5",
30-
"@types/node": "12.12.55",
31-
"@types/node-emoji": "1.8.1",
29+
"@types/js-yaml": "4.0.9",
30+
"@types/node": "22.17.1",
31+
"@types/node-emoji": "2.1.0",
3232
"@types/through": "0.0.30",
33-
"@types/yargs": "15.0.5",
33+
"@types/yargs": "17.0.33",
3434
"jest": "26.6.3",
35-
"lint-staged": "10.3.0",
35+
"lint-staged": "16.1.5",
3636
"ncp": "2.0.0",
37-
"rimraf": "3.0.2",
37+
"rimraf": "6.0.1",
3838
"ts-jest": "25.5.1",
39-
"ts-node": "8.10.2",
39+
"ts-node": "10.9.2",
4040
"tsutils": "3.17.1",
41-
"typescript": "3.9.7",
42-
"typescript-eslint-parser": "21.0.2"
41+
"typescript": "5.9.2",
42+
"typescript-eslint-parser": "22.0.0"
4343
},
4444
"dependencies": {
45-
"chalk": "2.4.2",
46-
"chokidar": "3.4.2",
47-
"debounce": "1.2.0",
48-
"execa": "4.0.3",
45+
"chalk": "5.5.0",
46+
"chokidar": "4.0.3",
47+
"debounce": "2.2.0",
48+
"execa": "9.6.0",
4949
"figlet": "1.5.0",
50-
"glob": "7.1.6",
51-
"inquirer": "7.3.3",
52-
"node-emoji": "1.10.0",
53-
"ora": "3.4.0",
50+
"glob": "11.0.3",
51+
"inquirer": "12.9.1",
52+
"node-emoji": "2.2.0",
53+
"ora": "8.2.0",
5454
"parse-github-url": "1.0.2",
5555
"request": "2.88.2",
5656
"tar": "6.0.5",
5757
"tmp": "0.2.1",
58-
"yargs": "15.4.1"
58+
"yargs": "18.0.0"
5959
},
6060
"jest": {
6161
"transform": {

platform/client-admin/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"private": true,
55
"dependencies": {
66
"@capacitor/core": "2.4.5",
7-
"@ionic/react": "5.3.2",
8-
"@ionic/react-router": "5.3.2",
7+
"@ionic/react": "8.7.2",
8+
"@ionic/react-router": "8.7.2",
99
"@apollo/client": "3.2.0",
1010
"apollo-link-context": "1.0.20",
1111
"apollo-link-ws": "1.0.20",
1212
"google-maps-react": "2.0.6",
13-
"graphql": "15.3.0",
13+
"graphql": "16.11.0",
1414
"graphql-tag": "2.11.0",
15-
"humanize-string":"2.1.0",
16-
"ionicons": "5.1.2",
17-
"keycloak-js": "9.0.3",
15+
"humanize-string":"3.0.0",
16+
"ionicons": "8.0.13",
17+
"keycloak-js": "26.2.0",
1818
"moment": "2.27.0",
1919
"react": "16.13.1",
2020
"react-dom": "16.13.1",
2121
"react-router": "5.2.0",
2222
"react-router-dom": "5.2.0",
2323
"simpl-schema": "1.10.0",
2424
"subscriptions-transport-ws": "0.9.18",
25-
"uniforms": "3.0.0-rc.3",
26-
"uniforms-bridge-simple-schema-2": "3.0.0-rc.3",
25+
"uniforms": "4.0.0",
26+
"uniforms-bridge-simple-schema-2": "4.0.0",
2727
"uniforms-ionic": "0.1.0"
2828
},
2929
"scripts": {
@@ -51,7 +51,7 @@
5151
]
5252
},
5353
"resolutions": {
54-
"uniforms": "3.0.0-rc.3"
54+
"uniforms": "4.0.0"
5555
},
5656
"devDependencies": {
5757
"@capacitor/cli": "2.4.5",
@@ -66,15 +66,15 @@
6666
"@types/googlemaps": "3.39.13",
6767
"@types/jest": "25.2.3",
6868
"@types/moment": "2.13.0",
69-
"@types/node": "12.12.55",
69+
"@types/node": "22.17.1",
7070
"@types/react": "16.9.49",
7171
"@types/react-dom": "16.9.8",
7272
"@types/react-router": "5.1.8",
7373
"@types/react-router-dom": "5.1.5",
74-
"@types/simpl-schema": "0.2.8",
74+
"@types/simpl-schema": "1.13.0",
7575
"graphql-cli": "4.0.1-beta.6",
76-
"react-scripts": "3.4.3",
77-
"typescript": "3.9.7"
76+
"react-scripts": "5.0.1",
77+
"typescript": "5.9.2"
7878
},
7979
"description": "An Ionic project"
8080
}

platform/client/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"private": true,
55
"dependencies": {
66
"@capacitor/core": "2.4.5",
7-
"@ionic/react": "5.3.2",
8-
"@ionic/react-router": "5.3.2",
7+
"@ionic/react": "8.7.2",
8+
"@ionic/react-router": "8.7.2",
99
"google-maps-react": "2.0.6",
10-
"graphql": "15.3.0",
10+
"graphql": "16.11.0",
1111
"graphql-tag": "2.11.0",
12-
"ionicons": "5.1.2",
13-
"keycloak-js": "9.0.3",
12+
"ionicons": "8.0.13",
13+
"keycloak-js": "26.2.0",
1414
"offix-cache": "0.15.5",
1515
"offix-client": "0.15.5",
1616
"@apollo/client": "3.2.0",
@@ -21,8 +21,8 @@
2121
"react-router-dom": "5.2.0",
2222
"simpl-schema": "1.10.0",
2323
"subscriptions-transport-ws": "0.9.18",
24-
"uniforms": "3.0.0-rc.3",
25-
"uniforms-bridge-simple-schema-2": "3.0.0-rc.3",
24+
"uniforms": "4.0.0",
25+
"uniforms-bridge-simple-schema-2": "4.0.0",
2626
"uniforms-ionic": "0.1.0"
2727
},
2828
"scripts": {
@@ -61,15 +61,15 @@
6161
"@testing-library/user-event": "10.4.1",
6262
"@types/googlemaps": "3.39.13",
6363
"@types/jest": "25.2.3",
64-
"@types/node": "12.12.55",
64+
"@types/node": "22.17.1",
6565
"@types/react": "16.9.49",
6666
"@types/react-dom": "16.9.8",
6767
"@types/react-router": "5.1.8",
6868
"@types/react-router-dom": "5.1.5",
69-
"@types/simpl-schema": "0.2.8",
69+
"@types/simpl-schema": "1.13.0",
7070
"graphql-cli": "4.0.1-beta.6",
71-
"react-scripts": "3.4.3",
72-
"typescript": "3.9.7"
71+
"react-scripts": "5.0.1",
72+
"typescript": "5.9.2"
7373
},
7474
"description": "An Ionic project"
7575
}

platform/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 OVP Starter",
66
"main": "index.js",
77
"devDependencies": {
8-
"del-cli": "3.0.1",
9-
"graphback-cli": "0.16.2",
10-
"graphql": "15.3.0"
8+
"del-cli": "6.0.0",
9+
"graphback-cli": "1.1.2",
10+
"graphql": "16.11.0"
1111
},
1212
"scripts": {
1313
"start:server": "cd server && yarn start",

platform/server/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@
1414
"license": "MIT",
1515
"devDependencies": {
1616
"@types/cors": "2.8.7",
17-
"@types/express": "4.17.0",
18-
"@types/node": "13.13.16",
17+
"@types/express": "5.0.3",
18+
"@types/node": "22.17.1",
1919
"keycloak-request-token": "0.1.0",
20-
"ts-node": "8.10.2",
21-
"ts-node-dev": "1.0.0-pre.62",
20+
"ts-node": "10.9.2",
21+
"ts-node-dev": "2.0.0",
2222
"tslint": "6.1.3",
23-
"typescript": "3.9.7"
23+
"typescript": "5.9.2"
2424
},
2525
"dependencies": {
2626
"@aerogear/graphql-mqtt-subscriptions": "1.1.3",
27-
"@graphback/datasync": "0.16.2",
28-
"@graphback/keycloak-authz": "0.16.2",
29-
"@graphback/runtime-mongo": "0.16.2",
27+
"@graphback/datasync": "1.1.2",
28+
"@graphback/keycloak-authz": "1.1.2",
29+
"@graphback/runtime-mongo": "1.1.2",
3030
"@graphql-tools/graphql-file-loader": "6.2.6",
3131
"@graphql-tools/load": "6.2.5",
3232
"@types/react": "16.9.49",
3333
"apollo-server-express": "2.17.0",
3434
"cors": "2.8.5",
35-
"dotenv": "8.2.0",
35+
"dotenv": "17.2.1",
3636
"express": "4.17.1",
3737
"express-session": "1.17.1",
38-
"graphback": "0.16.2",
39-
"graphql": "15.3.0",
38+
"graphback": "1.1.2",
39+
"graphql": "16.11.0",
4040
"graphql-merge-resolvers": "1.1.16",
4141
"graphql-subscriptions": "1.1.0",
4242
"graphql-tag": "2.11.0",
4343
"keycloak-connect": "10.0.2",
4444
"keycloak-connect-graphql": "0.6.1",
45-
"mongo-seeding": "3.4.1",
45+
"mongo-seeding": "4.0.2",
4646
"mongodb": "3.6.1",
4747
"mongodb-backup": "1.6.9",
4848
"mongodb-restore": "1.6.2"

0 commit comments

Comments
 (0)