Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Oct 19, 2024
1 parent 599281f commit 086f58f
Show file tree
Hide file tree
Showing 2 changed files with 808 additions and 777 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"format": "stylelint --fix 'src/**/*.{css,astro}' && prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/check": "^0.9.4",
"@fontsource/quicksand": "^5.1.0",
"@iconify-json/fa6-regular": "^1.2.1",
"@iconify-json/fa6-solid": "^1.2.1",
"astro": "^4.16.6",
"astro-icon": "^1.1.1",
"modern-normalize": "^2.0.0",
"postcss-preset-env": "^9.6.0",
"modern-normalize": "^3.0.1",
"postcss-preset-env": "^10.0.7",
"sharp": "^0.33.5",
"typescript": "^5.6.3"
},
"devDependencies": {
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-astro": "^0.14.1",
"stylelint": "^16.10.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1"
}
}
Loading

0 comments on commit 086f58f

Please sign in to comment.