Update dependency tailwindcss to v1.0.5

This commit is contained in:
Renovate Bot 2019-07-11 12:14:37 +00:00 committed by Taylor Bryant
parent a9106ac53e
commit 03d294e25f
2 changed files with 33 additions and 14 deletions

43
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oddstronaut/tailwind-jekyll",
"version": "5.0.6",
"version": "5.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -5361,13 +5361,26 @@
}
},
"postcss-js": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-2.0.1.tgz",
"integrity": "sha512-8XQGohCbj6+kq8e3w6WlexkGaSjb5S8zoXnH49eB8JC6+qN2kQW+ib6fTjRgCpRRN9eeFOhMlD0NDjThW1DCBg==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-2.0.2.tgz",
"integrity": "sha512-HxXLw1lrczsbVXxyC+t/VIfje9ZeZhkkXE8KpFa3MEKfp2FyHDv29JShYY9eLhYrhLyWWHNIuwkktTfLXu2otw==",
"dev": true,
"requires": {
"camelcase-css": "^2.0.1",
"postcss": "^7.0.14"
"postcss": "^7.0.17"
},
"dependencies": {
"postcss": {
"version": "7.0.17",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.17.tgz",
"integrity": "sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==",
"dev": true,
"requires": {
"chalk": "^2.4.2",
"source-map": "^0.6.1",
"supports-color": "^6.1.0"
}
}
}
},
"postcss-load-config": {
@ -7007,9 +7020,9 @@
"dev": true
},
"tailwindcss": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.0.4.tgz",
"integrity": "sha512-+1NNPW+U83k6DV/uUOnsfmX86Cfb8N87fiuN0cX0mEi2sZUpglLzZqlXtP8FD9Hlne5H1UhlS8tajz+F9SSxjA==",
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.0.5.tgz",
"integrity": "sha512-e5edrSKqNOvWAVEutXN5czeJSXjQQxO7zNN4RDd5vQF/JTxnKdndcMFIC6p6YkRvcGFKPCZ/0rY1zZvPeq9V4A==",
"dev": true,
"requires": {
"autoprefixer": "^9.4.5",
@ -7034,16 +7047,22 @@
"dev": true
},
"fs-extra": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.0.1.tgz",
"integrity": "sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"graceful-fs": "^4.2.0",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
},
"graceful-fs": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz",
"integrity": "sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==",
"dev": true
},
"jsonfile": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "@oddstronaut/tailwind-jekyll",
"version": "5.0.6",
"version": "5.0.7",
"description": "A starter kit for using Tailwind with Jekyll",
"main": "gulpfile.config.js",
"devDependencies": {
@ -15,7 +15,7 @@
"gulp-purgecss": "1.2.0",
"gulp-sourcemaps": "2.6.5",
"postcss-import": "12.0.1",
"tailwindcss": "1.0.4"
"tailwindcss": "1.0.5"
},
"scripts": {
"build": "NODE_ENV=production gulp",