Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 20, 2022
1 parent 68f4dcc commit 2a7416e
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 286 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"docus": "^0.1.5",
"nuxt": "^2.15.4",
"postcss": "^8.4.13",
"postcss": "^8.4.14",
"tailwindcss": "^2.2.19",
"vue-plausible": "^1.1.4"
}
Expand Down
12 changes: 6 additions & 6 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7927,7 +7927,7 @@ nanoid@^3.2.0:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==

nanoid@^3.3.3:
nanoid@^3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
Expand Down Expand Up @@ -9527,12 +9527,12 @@ postcss@^8.3.5:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.13:
version "8.4.13"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.13.tgz#7c87bc268e79f7f86524235821dfdf9f73e5d575"
integrity sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==
postcss@^8.4.14:
version "8.4.14"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
dependencies:
nanoid "^3.3.3"
nanoid "^3.3.4"
picocolors "^1.0.0"
source-map-js "^1.0.2"

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"clear-module": "^4.1.2",
"consola": "^2.15.3",
"defu": "^6.0.0",
"postcss": "^8.4.13",
"postcss": "^8.4.14",
"postcss-custom-properties": "^12.1.7",
"postcss-nesting": "^10.1.5",
"postcss-nesting": "^10.1.7",
"tailwind-config-viewer": "^1.7.0",
"tailwindcss": "^3.0.24",
"ufo": "^0.8.4"
Expand Down
Loading

0 comments on commit 2a7416e

Please sign in to comment.