Skip to content

Commit 97595b3

Browse files
🐛 fix: Fix deps
1 parent 830eede commit 97595b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"eslint-plugin-unicorn": "^54.0.0",
7777
"eslint-plugin-unused-imports": "^3.2.0",
7878
"gatsby-remark-find-replace": "^0.3.0",
79+
"mdast-util-gfm": "3.0.0",
7980
"postcss-less": "^6.0.0",
8081
"postcss-styled-syntax": "^0.7.0",
8182
"prettier-plugin-organize-imports": "^4.1.0",
@@ -146,12 +147,10 @@
146147
},
147148
"pnpm": {
148149
"overrides": {
149-
"mdast-util-gfm-autolink-literal": "2.0.0",
150-
"mdast-util-gfm-table": "2.0.0"
150+
"mdast-util-gfm": "3.0.0"
151151
}
152152
},
153153
"overrides": {
154-
"mdast-util-gfm-autolink-literal": "2.0.0",
155-
"mdast-util-gfm-table": "2.0.0"
154+
"mdast-util-gfm": "3.0.0"
156155
}
157156
}

0 commit comments

Comments
 (0)