Skip to content

Commit 66b84db

Browse files
committed
fix(deps): update dependency rehype-attr to v2.0.7 #154
1 parent 84e377f commit 66b84db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"@babel/runtime": "7.16.3",
5151
"@mapbox/rehype-prism": "0.8.0",
5252
"@uiw/copy-to-clipboard": "1.0.12",
53+
"react-markdown": "7.1.1",
54+
"rehype-attr": "2.0.7",
5355
"rehype-autolink-headings": "6.1.0",
5456
"rehype-raw": "6.1.0",
55-
"rehype-attr": "2.0.6",
56-
"rehype-slug": "5.0.0",
5757
"rehype-rewrite": "3.0.4",
58-
"remark-gfm": "3.0.1",
59-
"react-markdown": "7.1.1"
58+
"rehype-slug": "5.0.0",
59+
"remark-gfm": "3.0.1"
6060
},
6161
"devDependencies": {
6262
"@kkt/less-modules": "6.11.0",
@@ -70,15 +70,15 @@
7070
"@uiw/react-shields": "1.1.2",
7171
"@uiw/reset.css": "1.0.5",
7272
"compile-less-cli": "1.8.9",
73+
"husky": "7.0.4",
74+
"jest": "27.4.4",
7375
"kkt": "6.11.0",
74-
"prettier": "2.5.0",
76+
"prettier": "2.5.1",
7577
"pretty-quick": "3.1.2",
76-
"jest": "27.4.3",
7778
"react": "17.0.2",
7879
"react-dom": "17.0.2",
7980
"react-test-renderer": "17.0.2",
80-
"tsbb": "3.5.2",
81-
"husky": "7.0.4"
81+
"tsbb": "3.5.2"
8282
},
8383
"eslintConfig": {
8484
"extends": "react-app"

0 commit comments

Comments
 (0)