Skip to content

Commit

Permalink
fix(viewer): add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Mar 9, 2021
1 parent 82732b0 commit 0ed9a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"test": "yarn lint && jest --verbose --detectOpenHandles"
},
"dependencies": {
"@nuxt/ufo": "^0.5.4",
"defu": "^3.2.2",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@
resolved "https://registry.yarnpkg.com/@nuxt/ufo/-/ufo-0.0.3.tgz#7673a54b81c020e7aea3a9e01e09a58c494a1eca"
integrity sha512-LQkuVafVNB9+ggRF7443AX1V1rEWRs32Frk7F2qnRLf8j/SzRzxEZ99jiZqxVho72zU7NcWQ6Jy62m4fkZC6Wg==

"@nuxt/ufo@^0.5.2":
"@nuxt/ufo@^0.5.2", "@nuxt/ufo@^0.5.4":
version "0.5.4"
resolved "https://registry.yarnpkg.com/@nuxt/ufo/-/ufo-0.5.4.tgz#2e1428e2c947cc559d566c27786525bf0f40fbc8"
integrity sha512-JZOGDlt2BvLCBmLhrchhRJ6tP9PBfSWLdsHC+JVJ5Qp8/hT/2u61cSsLS30zUOwcPRaQ3y2oHNkEiKJ5v90iEQ==
Expand Down

0 comments on commit 0ed9a2d

Please sign in to comment.