Skip to content

Commit 73a43f1

Browse files
committed
FIX: Node version
1 parent c2ad35d commit 73a43f1

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21-bullseye-slim
1+
FROM node:22-bullseye-slim
22
RUN apt-get update && apt-get install -y --no-install-recommends \
33
python \
44
yarn \

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# select node version
2+
3+
nvm use 22
4+
15
# graphql-mesh-docker
26
Graphql-mesh docker build
37

@@ -7,4 +11,10 @@ npm install -g yarn-upgrade-all
711

812
yarn-upgrade-all
913

10-
yarn upgrade
14+
yarn upgrade
15+
16+
# OR (niezalecane gdy uzywany jest yarn)
17+
18+
npm install -g npm-check-updates
19+
npm-check-updates -u
20+
npm install

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,24 @@
1414
],
1515
"dependencies": {
1616
"@graphile-contrib/pg-many-to-many": "^1.0.2",
17-
"@graphql-mesh/cli": "^0.98.4",
17+
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
18+
"@graphql-mesh/cli": "^0.98.17",
1819
"@graphql-mesh/graphql": "^0.103.12",
1920
"@graphql-mesh/json-schema": "^0.108.11",
2021
"@graphql-mesh/merger-federation": "^0.102.11",
21-
"@graphql-mesh/openapi": "^0.99.4",
22-
"@graphql-mesh/postgraphile": "^0.96.2",
23-
"@graphql-mesh/runtime": "^0.105.4",
24-
"@graphql-mesh/transform-cache": "^0.96.2",
25-
"@graphql-mesh/transform-federation": "^0.103.10",
26-
"@graphql-mesh/transform-filter-schema": "^0.103.4",
22+
"@graphql-mesh/openapi": "^0.108.13",
23+
"@graphql-mesh/postgraphile": "^0.103.11",
24+
"@graphql-mesh/runtime": "^0.105.12",
25+
"@graphql-mesh/transform-cache": "^0.103.12",
26+
"@graphql-mesh/transform-federation": "^0.103.11",
27+
"@graphql-mesh/transform-filter-schema": "^0.103.11",
2728
"@graphql-mesh/transform-mock": "^0.15.6",
28-
"@graphql-mesh/transform-naming-convention": "^0.103.12",
29-
"@graphql-mesh/transform-prefix": "^0.103.4",
30-
"@graphql-mesh/transform-rename": "^0.97.3",
29+
"@graphql-mesh/transform-naming-convention": "^0.103.13",
30+
"@graphql-mesh/transform-prefix": "^0.103.13",
31+
"@graphql-mesh/transform-rename": "^0.103.12",
3132
"@graphql-mesh/transform-resolvers-composition": "^0.103.11",
3233
"@graphql-mesh/transform-snapshot": "^0.14.65",
33-
"@graphql-mesh/transform-type-merging": "^0.102.13",
34-
"graphql": "^16.8.1"
34+
"@graphql-mesh/transform-type-merging": "^0.103.11",
35+
"graphql": "^16.10.0"
3536
}
3637
}

0 commit comments

Comments
 (0)