Skip to content
Snippets Groups Projects
Commit c2b25ee6 authored by Stephanie Freitag's avatar Stephanie Freitag
Browse files

NOISSUE: upgrade deno and dependencies

parent 42d32bc3
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ variables: ...@@ -47,7 +47,7 @@ variables:
## common steps ## common steps
cache_lint_test: cache_lint_test:
image: 'denoland/deno:alpine-1.37.2' image: 'denoland/deno:alpine-1.40.1'
stage: 'test' stage: 'test'
script: script:
- deno cache --lock=deno.lock app/deps.ts app/dev_deps.ts - deno cache --lock=deno.lock app/deps.ts app/dev_deps.ts
......
FROM denoland/deno:alpine-1.36.1 FROM denoland/deno:alpine-1.40.1
# The port that your application listens to. # The port that your application listens to.
EXPOSE 8001 EXPOSE 8001
......
...@@ -27,7 +27,7 @@ The backend for handling donation projects, including a GraphQL API for ...@@ -27,7 +27,7 @@ The backend for handling donation projects, including a GraphQL API for
### Setup ### Setup
Install [`deno`](https://github.com/denoland/deno_install) in version 1.36.1 Install [`deno`](https://github.com/denoland/deno_install) in version 1.40.1
as well as [`Velociraptor`](https://velociraptor.run/docs/installation/). as well as [`Velociraptor`](https://velociraptor.run/docs/installation/).
......
export { serve } from "https://deno.land/std@0.155.0/http/server.ts"; export { serve } from "https://deno.land/std@0.156.0/http/server.ts";
export { export { createSchema, createYoga } from "npm:graphql-yoga@3.0.0";
createSchema, export { useResponseCache } from "npm:@graphql-yoga/plugin-response-cache@1.0.0";
createYoga, export { GraphQLError } from "npm:graphql@16.8.1";
} from "https://cdn.skypack.dev/graphql-yoga@3.0.0-next.4";
export { useResponseCache } from "https://cdn.skypack.dev/@graphql-yoga/plugin-response-cache@1.0.0-next.4";
export { Parser } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts"; export { Parser } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
...@@ -19,10 +19,8 @@ ...@@ -19,10 +19,8 @@
} }
}, },
"fmt": { "fmt": {
"files": { "exclude": [
"exclude": [ "*.md"
"*.md" ]
]
}
} }
} }
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment