Skip to content

Commit 34d9549

Browse files
committed
update deps
1 parent c768827 commit 34d9549

File tree

4 files changed

+409
-410
lines changed

4 files changed

+409
-410
lines changed

dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ FROM quay.io/bitnami/node:14
22

33
EXPOSE 8090
44

5-
RUN npm install -g pnpm
6-
75
WORKDIR /home/gqty
86

97
COPY pnpm-lock.yaml /home/gqty/
108

9+
RUN npm install -g pnpm
10+
1111
RUN pnpm fetch
1212

1313
COPY package.json /home/gqty/

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,41 @@
2424
"pretty": "prettier --write \"**/*.{ts,js,mjs,cjs}\""
2525
},
2626
"dependencies": {
27-
"@graphql-ez/fastify": "^0.9.3",
28-
"@graphql-ez/plugin-altair": "^0.7.1",
29-
"@graphql-ez/plugin-codegen": "^0.7.2",
30-
"@graphql-ez/plugin-modules": "^0.8.1",
31-
"@graphql-ez/plugin-scalars": "^0.7.2",
32-
"@graphql-ez/plugin-voyager": "^0.7.1",
33-
"@graphql-ez/plugin-websockets": "^0.9.3",
34-
"@prisma/client": "^2.30.3",
35-
"date-fns": "^2.23.0",
27+
"@graphql-ez/fastify": "^0.9.4",
28+
"@graphql-ez/plugin-altair": "^0.9.1",
29+
"@graphql-ez/plugin-codegen": "^0.7.3",
30+
"@graphql-ez/plugin-modules": "^0.8.2",
31+
"@graphql-ez/plugin-scalars": "^0.7.3",
32+
"@graphql-ez/plugin-voyager": "^0.9.0",
33+
"@graphql-ez/plugin-websockets": "^0.10.0",
34+
"@prisma/client": "^3.0.2",
35+
"date-fns": "^2.24.0",
3636
"dotenv": "^10.0.0",
3737
"faker": "^5.5.3",
38-
"fastify": "^3.20.2",
38+
"fastify": "^3.21.3",
3939
"fastify-cors": "^6.0.2",
40-
"graphql": "^15.5.2",
41-
"graphql-ez": "^0.12.7",
42-
"graphql-scalars": "^1.10.0",
40+
"graphql": "^15.6.0",
41+
"graphql-ez": "^0.13.1",
42+
"graphql-scalars": "^1.10.1",
4343
"graphql-voyager": "^1.0.0-rc.31",
4444
"jsonwebtoken": "^8.5.1",
4545
"lodash-es": "^4.17.21",
46-
"ms": "^2.1.3",
47-
"node-json-db": "^1.3.0",
46+
"ms": "^3.0.0-canary.1",
47+
"node-json-db": "^1.4.0",
4848
"node-schedule": "^2.0.0",
4949
"p-lazy": "^4.0.0",
50-
"prisma": "^2.30.3"
50+
"prisma": "^3.0.2"
5151
},
5252
"devDependencies": {
5353
"@types/faker": "^5.5.8",
5454
"@types/jsonwebtoken": "^8.5.5",
55-
"@types/lodash": "^4.14.172",
56-
"@types/lodash-es": "^4.17.4",
55+
"@types/lodash": "^4.14.173",
56+
"@types/lodash-es": "^4.17.5",
5757
"@types/ms": "^0.7.31",
58-
"@types/node": "^16.7.10",
58+
"@types/node": "^16.9.4",
5959
"@types/node-schedule": "^1.3.2",
60-
"bob-ts": "^1.0.5",
61-
"esbuild": "^0.12.25",
62-
"typescript": "^4.4.2"
60+
"bob-ts": "^1.1.0",
61+
"esbuild": "^0.12.28",
62+
"typescript": "^4.4.3"
6363
}
6464
}

0 commit comments

Comments
 (0)