🔀 Merge pull request #12 from jpanther:dependabot/npm_and_yarn/tailwindcss-3.1.4

📌 Bump tailwindcss from 3.1.3 to 3.1.4
This commit is contained in:
James Panther 2022-06-22 13:59:13 +10:00 committed by GitHub
commit 01d6147607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 11 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Upgrade to Tailwind v3.1.4 ([#12](https://github.com/jpanther/lynx/pull/12))
## [1.2.0] - 2022-06-17
### Added

View File

@ -1,6 +1,6 @@
/*! Lynx v1.2.0 | MIT License | https://github.com/jpanther/lynx */
/*! tailwindcss v3.1.3 | MIT License | https://tailwindcss.com */
/*! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)

18
package-lock.json generated
View File

@ -1,18 +1,18 @@
{
"name": "hugo-lynx-theme",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-lynx-theme",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"tailwindcss": "^3.1.3"
"tailwindcss": "^3.1.4"
}
},
"node_modules/@nodelib/fs.scandir": {
@ -784,9 +784,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz",
"integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==",
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz",
"integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==",
"dev": true,
"dependencies": {
"arg": "^5.0.2",
@ -1385,9 +1385,9 @@
"dev": true
},
"tailwindcss": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz",
"integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==",
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz",
"integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==",
"dev": true,
"requires": {
"arg": "^5.0.2",

View File

@ -28,6 +28,6 @@
"@tailwindcss/typography": "^0.5.2",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"tailwindcss": "^3.1.3"
"tailwindcss": "^3.1.4"
}
}