Skip to content

Commit

Permalink
⬆️ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
canstand committed Oct 11, 2023
1 parent f37afc1 commit 8ddef09
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions package.hugo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,21 @@
"postcss-cli": "project",
"prettier": "project",
"prettier-plugin-go-template": "project",
"prettier-plugin-tailwindcss": "project",
"tailwindcss": "project"
}
},
"dependencies": {
"@alpinejs/intersect": "^3.13.0",
"alpinejs": "^3.13.0"
"@alpinejs/intersect": "^3.13.1",
"alpinejs": "^3.13.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3"
},
"homepage": "https://canstand.github.io/compost",
Expand All @@ -42,5 +41,5 @@
"scripts": {
"prettier": "npx prettier --write ."
},
"version": "0.6.2"
"version": "0.6.3"
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@
"postcss-cli": "project",
"prettier": "project",
"prettier-plugin-go-template": "project",
"prettier-plugin-tailwindcss": "project",
"tailwindcss": "project"
}
},
"dependencies": {
"@alpinejs/intersect": "^3.13.0",
"alpinejs": "^3.13.0"
"@alpinejs/intersect": "^3.13.1",
"alpinejs": "^3.13.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3"
},
"homepage": "https://canstand.github.io/compost",
Expand All @@ -41,5 +42,5 @@
"scripts": {
"prettier": "npx prettier --write ."
},
"version": "0.6.2"
"version": "0.6.3"
}

0 comments on commit 8ddef09

Please sign in to comment.