mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore(deps): update dependency strip-literal to v2 (main) (#24959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4028d0cae3
commit
5d22f8f34d
@ -99,7 +99,7 @@
|
||||
"radix3": "^1.1.0",
|
||||
"scule": "^1.1.1",
|
||||
"std-env": "^3.7.0",
|
||||
"strip-literal": "^1.3.0",
|
||||
"strip-literal": "^2.0.0",
|
||||
"ufo": "^1.3.2",
|
||||
"ultrahtml": "^1.5.2",
|
||||
"uncrypto": "^0.1.3",
|
||||
|
@ -58,7 +58,7 @@
|
||||
"postcss": "^8.4.32",
|
||||
"rollup-plugin-visualizer": "^5.12.0",
|
||||
"std-env": "^3.7.0",
|
||||
"strip-literal": "^1.3.0",
|
||||
"strip-literal": "^2.0.0",
|
||||
"ufo": "^1.3.2",
|
||||
"unplugin": "^1.6.0",
|
||||
"vite": "5.0.10",
|
||||
|
@ -360,8 +360,8 @@ importers:
|
||||
specifier: ^3.7.0
|
||||
version: 3.7.0
|
||||
strip-literal:
|
||||
specifier: ^1.3.0
|
||||
version: 1.3.0
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
ufo:
|
||||
specifier: ^1.3.2
|
||||
version: 1.3.2
|
||||
@ -611,8 +611,8 @@ importers:
|
||||
specifier: ^3.7.0
|
||||
version: 3.7.0
|
||||
strip-literal:
|
||||
specifier: ^1.3.0
|
||||
version: 1.3.0
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
ufo:
|
||||
specifier: ^1.3.2
|
||||
version: 1.3.2
|
||||
@ -6121,6 +6121,10 @@ packages:
|
||||
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
||||
requiresBuild: true
|
||||
|
||||
/js-tokens@8.0.2:
|
||||
resolution: {integrity: sha512-Olnt+V7xYdvGze9YTbGFZIfQXuGV4R3nQwwl8BrtgaPE/wq8UFpUHWuTNc05saowhSr1ZO6tx+V6RjE9D5YQog==}
|
||||
dev: false
|
||||
|
||||
/js-yaml@4.1.0:
|
||||
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
||||
hasBin: true
|
||||
@ -8701,6 +8705,12 @@ packages:
|
||||
dependencies:
|
||||
acorn: 8.11.2
|
||||
|
||||
/strip-literal@2.0.0:
|
||||
resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==}
|
||||
dependencies:
|
||||
js-tokens: 8.0.2
|
||||
dev: false
|
||||
|
||||
/stylehacks@6.0.1(postcss@8.4.32):
|
||||
resolution: {integrity: sha512-jTqG2aIoX2fYg0YsGvqE4ooE/e75WmaEjnNiP6Ag7irLtHxML8NJRxRxS0HyDpde8DRGuEXTFVHVfR5Tmbxqzg==}
|
||||
engines: {node: ^14 || ^16 || >=18.0}
|
||||
|
Loading…
Reference in New Issue
Block a user