Skip to content

Commit 4b71f98

Browse files
dennzimmDennis Zimmermann
andauthored
chore(deps): Bump tailwindcss and purgecss to newest version (#12)
* chore(deps): Bump tailwindcss to 1.3.1 * chore(deps): Bump purgecss to 2.1.2 * chore(deps): Bump tailwindcss to 1.3.4 * chore: Change package version to 1.3.0 Co-authored-by: Dennis Zimmermann <d.zimmermann@business-unicorns.de>
1 parent 2cbd88e commit 4b71f98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-tailwind",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "vue-cli plugin for Tailwind CSS",
55
"author": "Jens Eggerstedt <j.eggerstedt@kaibatech.de>",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"purgecss"
1919
],
2020
"dependencies": {
21-
"@fullhuman/postcss-purgecss": "^2.0.6",
22-
"tailwindcss": "^1.2.0"
21+
"@fullhuman/postcss-purgecss": "^2.1.2",
22+
"tailwindcss": "^1.3.4"
2323
}
2424
}

0 commit comments

Comments
 (0)