Skip to content

Commit cddaee8

Browse files
committed
fix: Add rehype to dependencies.
1 parent 4f57cb0 commit cddaee8

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
@@ -46,13 +46,14 @@
4646
"react-dom": ">=16.9.0"
4747
},
4848
"dependencies": {
49-
"@babel/runtime": "7.14.6"
49+
"@babel/runtime": "7.14.6",
50+
"@mapbox/rehype-prism": "0.6.0",
51+
"rehype": "11.0.0"
5052
},
5153
"devDependencies": {
5254
"@kkt/less-modules": "6.10.4",
5355
"@kkt/raw-modules": "6.10.4",
5456
"@kkt/scope-plugin-options": "6.10.4",
55-
"@mapbox/rehype-prism": "0.6.0",
5657
"@testing-library/react": "12.0.0",
5758
"@types/react": "17.0.11",
5859
"@types/react-dom": "17.0.8",
@@ -68,9 +69,7 @@
6869
"react": "17.0.2",
6970
"react-dom": "17.0.2",
7071
"react-test-renderer": "17.0.2",
71-
"rehype": "11.0.0",
7272
"rehype-attr": "1.3.2",
73-
"rehype-parse": "7.0.1",
7473
"tsbb": "2.2.1"
7574
},
7675
"eslintConfig": {

0 commit comments

Comments
 (0)