Merge pull request #362 from DirectoryLister/dependabot/npm_and_yarn/master/tailwindcss-1.3.4

This commit is contained in:
dependabot-preview[bot]
2020-04-22 19:06:59 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9545,9 +9545,9 @@
}
},
"tailwindcss": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.1.tgz",
"integrity": "sha512-aKAfvPeoXl8mPkVAxuW9+KRsxhQTZ9u4CtmUIIXd9fwhSg4hZ/PnVkhNCDF43Hms2eaxVceZxe17mdCa/cME5g==",
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.4.tgz",
"integrity": "sha512-jrxz0HbCmY7wlSN7lY/9Xx8BlcqeD7bWdTErwqcGrlVq697UNT/A6JsYbrhYmsfGMk5INaXJFVihhLkPq9ZMow==",
"dev": true,
"requires": {
"autoprefixer": "^9.4.5",

View File

@@ -22,7 +22,7 @@
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"tailwindcss": "^1.3.1",
"tailwindcss": "^1.3.4",
"vue-template-compiler": "^2.6.11"
}
}