We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f57cb0 commit cddaee8Copy full SHA for cddaee8
package.json
@@ -46,13 +46,14 @@
46
"react-dom": ">=16.9.0"
47
},
48
"dependencies": {
49
- "@babel/runtime": "7.14.6"
+ "@babel/runtime": "7.14.6",
50
+ "@mapbox/rehype-prism": "0.6.0",
51
+ "rehype": "11.0.0"
52
53
"devDependencies": {
54
"@kkt/less-modules": "6.10.4",
55
"@kkt/raw-modules": "6.10.4",
56
"@kkt/scope-plugin-options": "6.10.4",
- "@mapbox/rehype-prism": "0.6.0",
57
"@testing-library/react": "12.0.0",
58
"@types/react": "17.0.11",
59
"@types/react-dom": "17.0.8",
@@ -68,9 +69,7 @@
68
69
"react": "17.0.2",
70
"react-dom": "17.0.2",
71
"react-test-renderer": "17.0.2",
- "rehype": "11.0.0",
72
"rehype-attr": "1.3.2",
73
- "rehype-parse": "7.0.1",
74
"tsbb": "2.2.1"
75
76
"eslintConfig": {
0 commit comments