|
1 | 1 | {
|
2 | 2 | "name": "@uiw/react-markdown-preview",
|
3 |
| - "version": "3.4.1", |
| 3 | + "version": "3.4.2", |
4 | 4 | "description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.",
|
5 | 5 | "homepage": "https://uiwjs.github.io/react-markdown-preview",
|
6 | 6 | "main": "lib/index.js",
|
|
47 | 47 | "react-dom": ">=16.8.0"
|
48 | 48 | },
|
49 | 49 | "dependencies": {
|
50 |
| - "@babel/runtime": "7.15.4", |
| 50 | + "@babel/runtime": "7.16.3", |
51 | 51 | "@mapbox/rehype-prism": "0.8.0",
|
52 | 52 | "@uiw/copy-to-clipboard": "1.0.12",
|
53 | 53 | "rehype-autolink-headings": "6.1.0",
|
|
62 | 62 | "@kkt/less-modules": "6.11.0",
|
63 | 63 | "@kkt/raw-modules": "6.11.0",
|
64 | 64 | "@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", |
67 | 67 | "@types/react-test-renderer": "17.0.1",
|
68 | 68 | "@uiw/react-codesandbox": "1.1.0",
|
69 | 69 | "@uiw/react-github-corners": "1.5.3",
|
70 | 70 | "@uiw/react-shields": "1.1.2",
|
71 | 71 | "@uiw/reset.css": "1.0.5",
|
72 | 72 | "compile-less-cli": "1.8.9",
|
73 | 73 | "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", |
77 | 77 | "react": "17.0.2",
|
78 | 78 | "react-dom": "17.0.2",
|
79 | 79 | "react-test-renderer": "17.0.2",
|
80 |
| - "tsbb": "3.4.4", |
| 80 | + "tsbb": "3.5.2", |
81 | 81 | "husky": "7.0.4"
|
82 | 82 | },
|
83 | 83 | "eslintConfig": {
|
|
0 commit comments