Skip to content

Commit

Permalink
fix: ufo 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 16, 2020
1 parent a586538 commit e56e73e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@nuxt/h2": "^0.0.14",
"@nuxt/ufo": "^0.3.0",
"@nuxt/ufo": "^0.3.1",
"@nuxtjs/eslint-config-typescript": "latest",
"@types/flat": "latest",
"@types/jest": "latest",
Expand Down
2 changes: 1 addition & 1 deletion src/fetch.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import destr from 'destr'
import { withParams, joinURL } from '@nuxt/ufo'
import { joinURL, withParams } from '@nuxt/ufo'
import type { Fetch, RequestInfo, RequestInit, Response } from './types'
import { createFetchError } from './error'

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,10 @@
resolved "https://registry.yarnpkg.com/@nuxt/ufo/-/ufo-0.0.3.tgz#7673a54b81c020e7aea3a9e01e09a58c494a1eca"
integrity sha512-LQkuVafVNB9+ggRF7443AX1V1rEWRs32Frk7F2qnRLf8j/SzRzxEZ99jiZqxVho72zU7NcWQ6Jy62m4fkZC6Wg==

"@nuxt/ufo@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@nuxt/ufo/-/ufo-0.3.0.tgz#166f05dba92924b145e9859dbb587b4f19567f7c"
integrity sha512-JeMBsBzy6tvZe4zuTC69v4FWP+498SF9zYLzuYJ7A8rNtNvNBtgfmg05zTYEtWyC9rx2WHtvisfpkqolvkqwXA==
"@nuxt/ufo@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@nuxt/ufo/-/ufo-0.3.1.tgz#3dd07e8ddc1c1eb1b4fe54645f936fa9484228d0"
integrity sha512-AJ2+LO5MDQMZ31UPRQPQUz03zIlJ/huqrR+Mc4jzsFl/UihWniiB1FyhmitvIC19+Van5vK0x0Bhk5K/tmmBgA==

"@nuxtjs/eslint-config-typescript@latest":
version "5.0.0"
Expand Down

0 comments on commit e56e73e

Please sign in to comment.