We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25287e2 commit d4c9343Copy full SHA for d4c9343
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tailwind-template",
3
- "version": "1.11.8",
+ "version": "1.11.9",
4
"description": "Jake Harvanchik's TailwindCSS Starter Template Project",
5
"author": "Jake Harvanchik",
6
"main": "index.js",
@@ -18,7 +18,7 @@
18
"autoprefixer": "10.4.20",
19
"cross-env": "^7.0.3",
20
"cssnano": "^7.0.6",
21
- "del": "^7.1.0",
+ "del": "^8.0.0",
22
"gulp": "^5.0.0",
23
"gulp-htmlmin": "^5.0.1",
24
"gulp-image": "^6.3.1",
@@ -29,7 +29,7 @@
29
"postcss": "^8.4.47",
30
"prettier": "^3.3.3",
31
"prettier-plugin-tailwindcss": "^0.6.8",
32
- "tailwindcss": "^3.4.13"
+ "tailwindcss": "^3.4.14"
33
},
34
"dependencies": {
35
"@tailwindcss/container-queries": "^0.1.1"
0 commit comments