Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee committed Mar 22, 2024
1 parent b49fc90 commit fdef102
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 233 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-template",
"type": "module",
"version": "4.4.13",
"version": "4.5.9",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -15,31 +15,31 @@
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"astro": "^4.4.13",
"@astrojs/check": "^0.5.9",
"astro": "^4.5.9",
"astro-relative-links": "^0.3.7",
"astro-typograf": "^2.0.0",
"autoprefixer": "^10.4.18",
"cssnano": "^6.1.0",
"cssnano-preset-advanced": "^6.1.0",
"autoprefixer": "^10.4.19",
"cssnano": "^6.1.1",
"cssnano-preset-advanced": "^6.1.1",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-combine-media-query": "^1.0.1",
"postcss-import": "^16.0.1",
"postcss-import": "^16.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-nested": "^6.0.1",
"postcss-sort-media-queries": "^5.2.0",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"devDependencies": {
"@divriots/jampack": "^0.23.3",
"@img/sharp-linux-x64": "^0.33.2",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/parser": "^7.3.1",
"astro-compress": "github:astro-community/AstroCompress#no-sharp",
"astro-eslint-parser": "^0.16.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-astro": "^0.32.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-css-order": "^2.0.1"
Expand Down
Loading

0 comments on commit fdef102

Please sign in to comment.