Skip to content

Commit 3c78198

Browse files
committed
remvoe patches, fork mdx, lets see
1 parent ec46a99 commit 3c78198

File tree

4 files changed

+195
-569
lines changed

4 files changed

+195
-569
lines changed

frontend/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"test": "eslint --ext .tsx,.ts src/",
10-
"postinstall": "patch-package"
9+
"test": "eslint --ext .tsx,.ts src/"
1110
},
1211
"dependencies": {
1312
"@babel/core": "^7.14.8",
@@ -21,8 +20,8 @@
2120
"@emotion/react": "^11.4.1",
2221
"@emotion/styled": "^11.3.0",
2322
"@hookform/resolvers": "^2.7.1",
24-
"@mdx-js/loader": "^1.6.22",
25-
"@mdx-js/mdx": "^1.6.22",
23+
"@mdx-js/mdx": "https://github.com/openmultiplayer/mdx",
24+
"@mdx-js/react": "^1.6.22",
2625
"@microflash/rehype-starry-night": "https://github.com/AmyrAhmady/rehype-starry-night",
2726
"cookie": "^0.4.1",
2827
"date-fns": "^2.22.1",
@@ -37,7 +36,6 @@
3736
"lodash": "^4.17.21",
3837
"lodash.debounce": "^4.0.8",
3938
"next": "^12.0.1",
40-
"next-mdx-remote": "^4.0.2",
4139
"next-seo": "^4.26.0",
4240
"normalize.css": "^8.0.1",
4341
"nprogress": "^0.2.0",

frontend/patches/@mdx-js+mdx+1.6.22.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

frontend/patches/next+12.0.1.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)