Skip to content

Commit

Permalink
bump example versions
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jun 27, 2021
1 parent 56a1c02 commit 748360a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/abc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application } from 'https://deno.land/x/abc@v1.3.2/mod.ts'
import { Application } from 'https://deno.land/x/abc@v1.3.3/mod.ts'
import { GraphQLHTTP } from '../mod.ts'
import { makeExecutableSchema } from 'https://deno.land/x/graphql_tools@0.0.1/mod.ts'
import { gql } from 'https://deno.land/x/graphql_tag@0.0.1/mod.ts'
Expand Down
2 changes: 1 addition & 1 deletion examples/opine.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { opine, Request } from 'https://deno.land/x/opine@1.4.0/mod.ts'
import { opine, Request } from 'https://deno.land/x/opine@1.5.3/mod.ts'
import { GraphQLHTTP } from '../mod.ts'
import { makeExecutableSchema } from 'https://deno.land/x/graphql_tools/mod.ts'
import { gql } from 'https://deno.land/x/graphql_tag/mod.ts'
Expand Down
2 changes: 1 addition & 1 deletion examples/tinyhttp.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { App } from 'https://deno.land/x/tinyhttp@0.1.12/mod.ts'
import { App } from 'https://deno.land/x/tinyhttp@0.1.13/mod.ts'
import { GraphQLHTTP } from '../mod.ts'
import { makeExecutableSchema } from 'https://deno.land/x/graphql_tools@0.0.1/mod.ts'
import { gql } from 'https://deno.land/x/graphql_tag@0.0.1/mod.ts'
Expand Down
2 changes: 1 addition & 1 deletion mod_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { superdeno } from 'https://deno.land/x/superdeno@4.2.1/mod.ts'
import { superdeno } from 'https://deno.land/x/superdeno@4.3.0/mod.ts'
import { GraphQLHTTP } from './http.ts'
import { runHttpQuery } from './common.ts'
import { buildSchema } from 'https://deno.land/x/graphql_deno@v15.0.0/mod.ts'
Expand Down

0 comments on commit 748360a

Please sign in to comment.