Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-02 10:59:53 +0300
committerGitHub <noreply@github.com>2021-06-02 10:59:53 +0300
commit6fa6b03242f55e0a0ae19250ffde6dfd6c7af0b5 (patch)
tree43566cef6d3da97e45b2ac03ea014c860f85021d
parent8393e52f10352a053f232b709ef895aadba6a167 (diff)
chore(deps-dev): bump tailwindcss from 2.1.2 to 2.1.3 (#97)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index b216b1a..f7d9fca 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -895,9 +895,9 @@
"dev": true
},
"modern-normalize": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/modern-normalize/-/modern-normalize-1.0.0.tgz",
- "integrity": "sha512-1lM+BMLGuDfsdwf3rsgBSrxJwAZHFIrQ8YR61xIqdHo0uNKI9M52wNpHSrliZATJp51On6JD0AfRxd4YGSU0lw==",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/modern-normalize/-/modern-normalize-1.1.0.tgz",
+ "integrity": "sha512-2lMlY1Yc1+CUy0gw4H95uNN7vjbpoED7NNRSBHE25nWfLBdmMzFCsPshlzbxHz+gYMcBEUN8V4pU16prcdPSgA==",
"dev": true
},
"nanoid": {
@@ -940,9 +940,9 @@
"dev": true
},
"object-hash": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.1.1.tgz",
- "integrity": "sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
+ "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
"dev": true
},
"once": {
@@ -1392,9 +1392,9 @@
}
},
"tailwindcss": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.2.tgz",
- "integrity": "sha512-T5t+wwd+/hsOyRw2HJuFuv0LTUm3MUdHm2DJ94GPVgzqwPPFa9XxX0KlwLWupUuiOUj6uiKURCzYPHFcuPch/w==",
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.3.tgz",
+ "integrity": "sha512-434rlH/gVSm0Qhc2pQjvsQeasrcmPWEWSxyDcF66Y+CavOURsdqx3hymqqXlozs+CVWN3z+VpFV/PE9b2wx/GA==",
"dev": true,
"requires": {
"@fullhuman/postcss-purgecss": "^3.1.3",
diff --git a/package.json b/package.json
index f0a11d7..016fd22 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,6 @@
"postcss-import": "^14.0.2",
"prettier": "^2.2.1",
"prettier-plugin-go-template": "0.0.10",
- "tailwindcss": "^2.1.2"
+ "tailwindcss": "^2.1.3"
}
}