Skip to content

Commit

Permalink
Update knex and node
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiRe committed Dec 23, 2021
1 parent 2d73f89 commit 244c8c0
Show file tree
Hide file tree
Showing 5 changed files with 904 additions and 578 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.11.3-alpine
FROM node:16.13.1-alpine

WORKDIR /usr/src/api
COPY package.json yarn.lock ./
Expand Down
2 changes: 1 addition & 1 deletion server/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.9.4-alpine
FROM node:16.13.1-alpine

WORKDIR /usr/src/api

Expand Down
43 changes: 0 additions & 43 deletions server/graphcool.yml

This file was deleted.

10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"serve": "node ./dist/index.js"
},
"dependencies": {
"apollo-server": "^2.0.4",
"apollo-server": "^2.25.3",
"dataloader": "^1.4.0",
"graphql": "^0.13.2",
"knex": "^0.14.6",
"graphql": "^15.5.1",
"knex": "^0.95.15",
"moment": "^2.22.2",
"objection": "^1.1.10",
"pg": "^7.4.2",
"objection": "^3.0.0",
"pg": "^8.7.1",
"raven": "^2.6.3",
"shortid": "^2.2.8"
},
Expand Down
Loading

0 comments on commit 244c8c0

Please sign in to comment.