Bump @nuxtjs/tailwindcss from 3.3.0 to 3.3.1

Bumps [@nuxtjs/tailwindcss](https://github.com/nuxt-community/tailwindcss-module) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/nuxt-community/tailwindcss-module/releases)
- [Changelog](https://github.com/nuxt-community/tailwindcss-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/tailwindcss-module/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-12-04 00:05:30 +00:00
committed by GitHub
parent d0a9445dfc
commit cbd82988a8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3329,9 +3329,9 @@
}
},
"@nuxtjs/tailwindcss": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-3.3.0.tgz",
"integrity": "sha512-qnYP2gb5TM702QmYvQdMYtaFHlCerlvDiSBW5x8IDxj1l/hZH5p5JC54WMTDRvL6pSa2ap+2+GJ//IDuOWpBsQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-3.3.1.tgz",
"integrity": "sha512-ukAbmC7+3fRUJzlY7+lLRHLss9NvJARLI4TbzZMEl9EunN8j6ESYY6gXlMYGVUfaIqzSd1tjRL7wCi2QvxWXVw==",
"dev": true,
"requires": {
"clear-module": "^4.1.1",

View File

@@ -54,7 +54,7 @@
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.2",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^3.3.0",
"@nuxtjs/tailwindcss": "^3.3.1",
"@testing-library/jest-dom": "^5.11.6",
"@vue/test-utils": "^1.1.1",
"babel-core": "^7.0.0-bridge.0",