Skip to content

Commit

Permalink
bump std
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jan 28, 2023
1 parent 51cc1f0 commit 7195a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"entry": "./mod.ts",
"description": "Tiny body parser for Deno. Port of the milliparsec library.",
"homepage": "https://github.com/deno-libs/parsec",
"version": "0.1.0",
"version": "0.1.1",
"files": [
"mod.ts",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as qs from 'https://deno.land/std@0.111.0/node/querystring.ts'
import * as qs from 'https://deno.land/std@0.130.0/node/querystring.ts'

/**
* Request interface extension with additional `parsedBody` property (where parsed body gets stored)
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.6.0/mod.ts'
import { superdeno } from 'https://deno.land/x/superdeno@4.8.0/mod.ts'
import { bodyParser, json, ReqWithBody, urlencoded } from './mod.ts'
import { describe, it, run } from 'https://deno.land/x/tincan@1.0.0/mod.ts'

Expand Down

0 comments on commit 7195a4b

Please sign in to comment.