Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Nov 29, 2023
1 parent f69f719 commit c1527cc
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 190 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"build": "astro build",
"preview": "astro preview --open",
"typecheck": "astro check && tsc",
"format": "prettier --check --plugin .",
"format": "prettier --check .",
"stylelint": "stylelint \"src/**/*.css\"",
"clear": "node scripts/clear.js",
"clean": "node scripts/clean.js"
},
"dependencies": {
"@astrojs/check": "0.3.1",
"@astrojs/sitemap": "3.0.3",
"astro": "3.5.3",
"astro": "3.6.3",
"prettier": "3.1.0",
"prettier-plugin-astro": "0.12.2",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0",
"stylelint-order": "6.0.3",
"the-new-css-reset": "1.11.1",
"typescript": "5.2.2"
"the-new-css-reset": "1.11.2",
"typescript": "5.3.2"
}
}
Loading

0 comments on commit c1527cc

Please sign in to comment.