Skip to content

Commit

Permalink
Fix conflicting peer dependencies (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Jan 29, 2024
1 parent 16e1082 commit ae9d262
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 295 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-jsx-a11y": "^6.6.1",
"limax": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"reading-time": "^1.5.0",
"sharp": "^0.33.2",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strict": true,
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
}
"~/*": ["src/*"],
},
},
}
Loading

0 comments on commit ae9d262

Please sign in to comment.