Skip to content

Commit

Permalink
upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
harvanchik committed Sep 25, 2024
1 parent e84fb11 commit 25287e2
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 185 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind-template",
"version": "1.11.7",
"version": "1.11.8",
"description": "Jake Harvanchik's TailwindCSS Starter Template Project",
"author": "Jake Harvanchik",
"main": "index.js",
Expand All @@ -14,10 +14,10 @@
"keywords": [],
"license": "ISC",
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "10.4.20",
"cross-env": "^7.0.3",
"cssnano": "^7.0.5",
"cssnano": "^7.0.6",
"del": "^7.1.0",
"gulp": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
Expand All @@ -26,10 +26,10 @@
"gulp-rev": "^11.0.0",
"gulp-rev-rewrite": "^6.0.0",
"gulp-svgmin": "^4.1.0",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.9"
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13"
},
"dependencies": {
"@tailwindcss/container-queries": "^0.1.1"
Expand Down
Loading

0 comments on commit 25287e2

Please sign in to comment.