Skip to content

Commit

Permalink
fix(deps): update js/ts dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 58fa2cc commit c45d39e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "module",
"private": true,
"engines": {
"node": ">=20.11.0 <21.0.0"
"node": ">=20.11.0 <23.0.0"
},
"scripts": {
"prepare": "astro telemetry disable",
Expand All @@ -30,9 +30,9 @@
"devDependencies": {
"@types/markdown-it": "14.1.2",
"@types/sanitize-html": "2.13.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand All @@ -42,14 +42,14 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@fontsource/exo-2": "^5.1.0",
"@tailwindcss/typography": "^0.5.15",
"@wbmnky/license-report-generator": "^2.3.2",
"astro": "^4.16.16",
"astro": "^5.0.3",
"astro-compress": "^2.3.5",
"astro-critters": "^2.2.0",
"astro-iconify": "^1.2.0",
Expand Down

0 comments on commit c45d39e

Please sign in to comment.