Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen committed Jan 14, 2025
1 parent db4eb0a commit 58414c1
Show file tree
Hide file tree
Showing 2 changed files with 2,346 additions and 1,943 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"lint": "eslint"
},
"dependencies": {
"@astrojs/starlight": "^0.15.0",
"astro": "^4.0.1",
"@astrojs/starlight": "^0.15.4",
"astro": "^4.16.18",
"execa": "^8.0.1",
"sharp": "^0.32.5"
"sharp": "^0.32.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1"
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"prettier": "^3.4.2"
}
}
Loading

0 comments on commit 58414c1

Please sign in to comment.