Skip to content

Commit

Permalink
🐛 fix: Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 31, 2025
1 parent 830eede commit 97595b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"gatsby-remark-find-replace": "^0.3.0",
"mdast-util-gfm": "3.0.0",
"postcss-less": "^6.0.0",
"postcss-styled-syntax": "^0.7.0",
"prettier-plugin-organize-imports": "^4.1.0",
Expand Down Expand Up @@ -146,12 +147,10 @@
},
"pnpm": {
"overrides": {
"mdast-util-gfm-autolink-literal": "2.0.0",
"mdast-util-gfm-table": "2.0.0"
"mdast-util-gfm": "3.0.0"
}
},
"overrides": {
"mdast-util-gfm-autolink-literal": "2.0.0",
"mdast-util-gfm-table": "2.0.0"
"mdast-util-gfm": "3.0.0"
}
}

0 comments on commit 97595b3

Please sign in to comment.