Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2023
1 parent 8763358 commit 812ce39
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 380 deletions.
2 changes: 1 addition & 1 deletion nuxt2-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "2.17.1",
"postcss": "8.4.27"
"postcss": "8.4.28"
},
"keywords": []
}
17 changes: 13 additions & 4 deletions nuxt2-playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6972,10 +6972,10 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@8.4.27, postcss@^8.4.26:
version "8.4.27"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
postcss@8.4.28:
version "8.4.28"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5"
integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==
dependencies:
nanoid "^3.3.6"
picocolors "^1.0.0"
Expand Down Expand Up @@ -7007,6 +7007,15 @@ postcss@^8.4.14:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.26:
version "8.4.27"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
dependencies:
nanoid "^3.3.6"
picocolors "^1.0.0"
source-map-js "^1.0.2"

prepend-http@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,30 @@
"dependencies": {
"@nuxt/kit": "^3.6.5",
"@nuxt/postcss8": "^1.1.3",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"chokidar": "^3.5.3",
"clear-module": "^4.1.2",
"colorette": "^2.0.20",
"cookie-es": "^1.0.0",
"defu": "^6.1.2",
"destr": "^2.0.0",
"h3": "^1.7.1",
"destr": "^2.0.1",
"h3": "^1.8.0",
"iron-webcrypto": "^0.8.0",
"micromatch": "^4.0.5",
"pathe": "^1.1.1",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"postcss-custom-properties": "^13.3.0",
"postcss-nesting": "^11.3.0",
"radix3": "^1.0.1",
"radix3": "^1.1.0",
"tailwind-config-viewer": "^1.7.2",
"tailwindcss": "~3.3.3",
"ufo": "^1.2.0",
"uncrypto": "^0.1.3"
},
"devDependencies": {
"@fontsource/inter": "^5.0.5",
"@fontsource/inter": "^5.0.8",
"@nuxt/content": "^2.7.2",
"@nuxt/devtools": "^0.7.3",
"@nuxt/devtools": "^0.8.0",
"@nuxt/eslint-config": "latest",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/test-utils": "^3.6.5",
Expand All @@ -66,6 +66,6 @@
"eslint": "latest",
"jsdom": "^22.1.0",
"nuxt": "^3.6.5",
"vitest": "^0.33.0"
"vitest": "^0.34.2"
}
}
Loading

0 comments on commit 812ce39

Please sign in to comment.