Skip to content

Commit 6cf22d4

Browse files
committed
released v3.4.2
1 parent 4655911 commit 6cf22d4

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-markdown-preview",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.",
55
"homepage": "https://uiwjs.github.io/react-markdown-preview",
66
"main": "lib/index.js",
@@ -47,7 +47,7 @@
4747
"react-dom": ">=16.8.0"
4848
},
4949
"dependencies": {
50-
"@babel/runtime": "7.15.4",
50+
"@babel/runtime": "7.16.3",
5151
"@mapbox/rehype-prism": "0.8.0",
5252
"@uiw/copy-to-clipboard": "1.0.12",
5353
"rehype-autolink-headings": "6.1.0",
@@ -62,22 +62,22 @@
6262
"@kkt/less-modules": "6.11.0",
6363
"@kkt/raw-modules": "6.11.0",
6464
"@kkt/scope-plugin-options": "6.11.0",
65-
"@types/react": "17.0.31",
66-
"@types/react-dom": "17.0.10",
65+
"@types/react": "17.0.37",
66+
"@types/react-dom": "17.0.11",
6767
"@types/react-test-renderer": "17.0.1",
6868
"@uiw/react-codesandbox": "1.1.0",
6969
"@uiw/react-github-corners": "1.5.3",
7070
"@uiw/react-shields": "1.1.2",
7171
"@uiw/reset.css": "1.0.5",
7272
"compile-less-cli": "1.8.9",
7373
"kkt": "6.11.0",
74-
"prettier": "2.4.1",
75-
"pretty-quick": "3.1.1",
76-
"jest": "27.3.1",
74+
"prettier": "2.5.0",
75+
"pretty-quick": "3.1.2",
76+
"jest": "27.4.3",
7777
"react": "17.0.2",
7878
"react-dom": "17.0.2",
7979
"react-test-renderer": "17.0.2",
80-
"tsbb": "3.4.4",
80+
"tsbb": "3.5.2",
8181
"husky": "7.0.4"
8282
},
8383
"eslintConfig": {

0 commit comments

Comments
 (0)