Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency @nuxtjs/tailwindcss to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 4, 2020
1 parent 490cbcb commit 8ca33a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nuxt/types": "2.14.3",
"@nuxt/typescript-build": "2.0.3",
"@nuxtjs/eslint-config-typescript": "4.0.0",
"@nuxtjs/tailwindcss": "3.0.2",
"@nuxtjs/tailwindcss": "3.3.2",
"@prettier/plugin-pug": "1.10.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2360,16 +2360,16 @@
lodash.template "^4.5.0"
workbox-cdn "^5.1.3"

"@nuxtjs/tailwindcss@3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-3.0.2.tgz#2763d5f9f8a002130437cec1653f0c15335d8d9b"
integrity sha512-jSudt1JaJQRE64r0Bx5PHVTYVIedlZtR00KtFYYUSpRLHD2BLkjHsvYOa/jtKcinSF3RWZy6dg+l0IMJqDoSLg==
"@nuxtjs/tailwindcss@3.3.2":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-3.3.2.tgz#2a3058933d0d29fe7c9619b39df0a69833f9576e"
integrity sha512-L/HmZldIRUgVqT3Yd20eyRaQ1/M26DyXj9+v2L2i5mDJHtfsMe0HGc4TngV1CHMziiMtHSYTu/5m+TXv/Fyx5w==
dependencies:
clear-module "^4.1.1"
consola "^2.15.0"
defu "^3.1.0"
defu "^3.2.2"
fs-extra "^9.0.1"
tailwindcss "^1.7.3"
tailwindcss "^1.9.6"

"@nuxtjs/youch@^4.2.3":
version "4.2.3"
Expand Down Expand Up @@ -5363,6 +5363,11 @@ defu@^3.1.0:
resolved "https://registry.yarnpkg.com/defu/-/defu-3.1.0.tgz#a6b5104cacc06aa1efa01923becddbedd32505e8"
integrity sha512-pc7vS4wbYFtsRL+OaLHKD72VcpOz9eYgzZeoLz9pCs+R8htyPdZnD1CxKP9ttZuT90CLPYFTSaTyc3/7v4gG9A==

defu@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/defu/-/defu-3.2.2.tgz#be20f4cc49b9805d54ee6b610658d53894942e97"
integrity sha512-8UWj5lNv7HD+kB0e9w77Z7TdQlbUYDVWqITLHNqFIn6khrNHv5WQo38Dcm1f6HeNyZf0U7UbPf6WeZDSdCzGDQ==

delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
Expand Down Expand Up @@ -13088,10 +13093,10 @@ table@^6.0.1:
slice-ansi "^4.0.0"
string-width "^4.2.0"

tailwindcss@^1.7.3:
version "1.8.13"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.8.13.tgz#ee57050a516d342bafc92cb74b4de6f92e44c189"
integrity sha512-z3R/6qPqfjauSR4qHhlA8I0OnfSyuotvigXISq666k+V52VSs5HV//KZ0Xe3qrZ4h5Um4OG5g+lcgjXSfURjDw==
tailwindcss@^1.9.6:
version "1.9.6"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.9.6.tgz#0c5089911d24e1e98e592a31bfdb3d8f34ecf1a0"
integrity sha512-nY8WYM/RLPqGsPEGEV2z63riyQPcHYZUJpAwdyBzVpxQHOHqHE+F/fvbCeXhdF1+TA5l72vSkZrtYCB9hRcwkQ==
dependencies:
"@fullhuman/postcss-purgecss" "^2.1.2"
autoprefixer "^9.4.5"
Expand Down

0 comments on commit 8ca33a7

Please sign in to comment.