File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const { pathExists } = require('fs-extra')
3
3
const defu = require ( 'defu' )
4
4
const clearModule = require ( 'clear-module' )
5
5
const chalk = require ( 'chalk' )
6
- const { joinURL, withTrailingSlash } = require ( '@nuxt/ ufo' )
6
+ const { joinURL, withTrailingSlash } = require ( 'ufo' )
7
7
8
8
const logger = require ( './logger' )
9
9
const defaultTailwindConfig = require ( './files/tailwind.config.js' )
Original file line number Diff line number Diff line change 1
- const { withoutTrailingSlash, withTrailingSlash } = require ( '@nuxt/ ufo' )
1
+ const { withoutTrailingSlash, withTrailingSlash } = require ( 'ufo' )
2
2
const createServer = require ( 'tailwind-config-viewer/server' )
3
3
4
4
const server = createServer ( {
Original file line number Diff line number Diff line change 24
24
" lib"
25
25
],
26
26
"dependencies" : {
27
- "@nuxt/ufo" : " ^0.5.4" ,
28
27
"chalk" : " ^4.1.0" ,
29
28
"clear-module" : " ^4.1.1" ,
30
29
"consola" : " ^2.15.0" ,
31
30
"defu" : " ^3.2.2" ,
32
31
"fs-extra" : " ^9.0.1" ,
33
32
"tailwind-config-viewer" : " ^1.4.0" ,
34
- "tailwindcss" : " ^1.9.6"
33
+ "tailwindcss" : " ^1.9.6" ,
34
+ "ufo" : " ^0.6.6"
35
35
},
36
36
"devDependencies" : {
37
37
"@babel/core" : " ^7.12.10" ,
Original file line number Diff line number Diff line change 1856
1856
resolved "https://registry.yarnpkg.com/@nuxt/ufo/-/ufo-0.5.2.tgz#cb40e4b3001739baebddfd65d0f03d6070e2c0e5"
1857
1857
integrity sha512-nnKFQ4NA5id5ekyQWHTdOfirIZRQzfEHMB9T0T6NZdWy4+3Nrw0GTBQ3J9Am0gg8kvqR0mMQTn1wK6ya3i/XmA==
1858
1858
1859
- "@nuxt/ufo@^0.5.4":
1860
- version "0.5.4"
1861
- resolved "https://registry.yarnpkg.com/@nuxt/ufo/-/ufo-0.5.4.tgz#2e1428e2c947cc559d566c27786525bf0f40fbc8"
1862
- integrity sha512-JZOGDlt2BvLCBmLhrchhRJ6tP9PBfSWLdsHC+JVJ5Qp8/hT/2u61cSsLS30zUOwcPRaQ3y2oHNkEiKJ5v90iEQ==
1863
-
1864
1859
1865
1860
version "2.14.12"
1866
1861
resolved "https://registry.yarnpkg.com/@nuxt/utils/-/utils-2.14.12.tgz#7684ef732fba65608baff02bc4cce2b3ced891ac"
@@ -11948,6 +11943,11 @@ ua-parser-js@^0.7.22:
11948
11943
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3"
11949
11944
integrity sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==
11950
11945
11946
+ ufo@^0.6.6:
11947
+ version "0.6.6"
11948
+ resolved "https://registry.yarnpkg.com/ufo/-/ufo-0.6.6.tgz#6bc4b4de19ff9a9cb68134719190196b0cc7353b"
11949
+ integrity sha512-HDhml2KskY1VVtQGckmaf/p3rTuleC2M7qL9Wf1dJZMw7glFk6oVjRsddf6LJp0I+pHERZzfttVmBMq1nR3PGA==
11950
+
11951
11951
uglify-js@^3.1.4, uglify-js@^3.5.1:
11952
11952
version "3.11.1"
11953
11953
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.1.tgz#32d274fea8aac333293044afd7f81409d5040d38"
You can’t perform that action at this time.
0 commit comments