Merge pull request #1365 from hoppscotch/dependabot/npm_and_yarn/nuxtjs/tailwindcss-3.3.1

Bump @nuxtjs/tailwindcss from 3.3.0 to 3.3.1
This commit is contained in:
Liyas Thomas
2020-12-04 07:09:49 +05:30
committed by GitHub
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",