@readme/markdown 6.52.2 → 6.53.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -1
- package/components/Anchor.jsx +1 -1
- package/components/Callout/index.jsx +1 -1
- package/components/Code/index.jsx +2 -2
- package/components/CodeTabs/index.jsx +2 -3
- package/components/Embed/index.jsx +12 -5
- package/components/GlossaryItem/index.jsx +2 -2
- package/components/GlossaryItem/style.scss +31 -5
- package/components/HTMLBlock/index.jsx +2 -2
- package/components/Heading/index.jsx +1 -1
- package/components/Image/index.jsx +14 -5
- package/components/Style.jsx +1 -1
- package/components/Table/index.jsx +1 -1
- package/components/TableOfContents/index.jsx +1 -1
- package/dist/main.css +9 -1
- package/dist/main.js +15142 -18635
- package/dist/main.node.js +1549 -3113
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@readme/markdown",
|
|
3
3
|
"description": "ReadMe's React-based Markdown parser",
|
|
4
4
|
"author": "Rafe Goldberg <rafe@readme.io>",
|
|
5
|
-
"version": "6.
|
|
5
|
+
"version": "6.53.1",
|
|
6
6
|
"main": "dist/main.node.js",
|
|
7
7
|
"browser": "dist/main.js",
|
|
8
8
|
"files": [
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@readme/emojis": "^5.0.0",
|
|
31
|
-
"@readme/syntax-highlighter": "^12.0.
|
|
32
|
-
"copy-to-clipboard": "^3.3.
|
|
33
|
-
"emoji-regex": "^10.1
|
|
31
|
+
"@readme/syntax-highlighter": "^12.0.2",
|
|
32
|
+
"copy-to-clipboard": "^3.3.2",
|
|
33
|
+
"emoji-regex": "^10.2.1",
|
|
34
34
|
"hast-util-sanitize": "^4.0.0",
|
|
35
35
|
"lodash.escape": "^4.0.1",
|
|
36
36
|
"lodash.kebabcase": "^4.1.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"remark-stringify": "^8.0.0",
|
|
52
52
|
"unified": "^8.4.0",
|
|
53
53
|
"unist-util-flatmap": "^1.0.0",
|
|
54
|
-
"unist-util-map": "^
|
|
54
|
+
"unist-util-map": "^3.1.2",
|
|
55
55
|
"unist-util-select": "^4.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
@@ -61,53 +61,53 @@
|
|
|
61
61
|
"react-dom": "^16.14.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@babel/core": "^7.
|
|
65
|
-
"@babel/eslint-parser": "^7.
|
|
64
|
+
"@babel/core": "^7.19.3",
|
|
65
|
+
"@babel/eslint-parser": "^7.19.1",
|
|
66
66
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
67
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
67
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
|
|
68
68
|
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
|
69
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
70
|
-
"@babel/preset-env": "^7.
|
|
69
|
+
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
70
|
+
"@babel/preset-env": "^7.19.4",
|
|
71
71
|
"@babel/preset-react": "^7.18.6",
|
|
72
|
-
"@commitlint/cli": "^17.
|
|
73
|
-
"@commitlint/config-angular": "^17.0
|
|
74
|
-
"@commitlint/config-conventional": "^17.0
|
|
72
|
+
"@commitlint/cli": "^17.1.2",
|
|
73
|
+
"@commitlint/config-angular": "^17.1.0",
|
|
74
|
+
"@commitlint/config-conventional": "^17.1.0",
|
|
75
75
|
"@hot-loader/react-dom": "^16.14.0",
|
|
76
|
-
"@readme/eslint-config": "^
|
|
77
|
-
"@readme/variable": "15.1.
|
|
76
|
+
"@readme/eslint-config": "^10.1.1",
|
|
77
|
+
"@readme/variable": "^15.1.2",
|
|
78
78
|
"@semantic-release/changelog": "^6.0.1",
|
|
79
79
|
"@semantic-release/git": "^10.0.1",
|
|
80
|
-
"@testing-library/jest-dom": "^5.16.
|
|
80
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
81
81
|
"@testing-library/react": "^12.1.2",
|
|
82
82
|
"@tippyjs/react": "^4.2.6",
|
|
83
|
-
"babel-jest": "^
|
|
83
|
+
"babel-jest": "^29.2.1",
|
|
84
84
|
"babel-loader": "^8.2.5",
|
|
85
85
|
"codemirror": "^5.54.0",
|
|
86
|
-
"core-js": "^3.
|
|
86
|
+
"core-js": "^3.25.5",
|
|
87
87
|
"css-loader": "^6.7.1",
|
|
88
|
-
"eslint": "^8.
|
|
88
|
+
"eslint": "^8.25.0",
|
|
89
89
|
"husky": "^8.0.1",
|
|
90
90
|
"identity-obj-proxy": "^3.0.0",
|
|
91
91
|
"jest": "^28.1.3",
|
|
92
|
-
"jest-environment-jsdom": "^
|
|
92
|
+
"jest-environment-jsdom": "^29.2.1",
|
|
93
93
|
"jest-environment-puppeteer": "^6.1.1",
|
|
94
|
-
"jest-image-snapshot": "^5.
|
|
94
|
+
"jest-image-snapshot": "^5.2.0",
|
|
95
95
|
"jest-puppeteer": "^6.1.1",
|
|
96
96
|
"mini-css-extract-plugin": "^2.6.1",
|
|
97
|
-
"node-sass": "^7.0.
|
|
97
|
+
"node-sass": "^7.0.3",
|
|
98
98
|
"prettier": "^2.7.1",
|
|
99
|
-
"puppeteer": "^
|
|
99
|
+
"puppeteer": "^19.0.0",
|
|
100
100
|
"react": "^16.14.0",
|
|
101
101
|
"react-dom": "^16.14.0",
|
|
102
102
|
"react-hot-loader": "^4.13.0",
|
|
103
|
-
"regenerator-runtime": "^0.13.
|
|
104
|
-
"sass-loader": "^13.0
|
|
105
|
-
"semantic-release": "^19.0.
|
|
103
|
+
"regenerator-runtime": "^0.13.10",
|
|
104
|
+
"sass-loader": "^13.1.0",
|
|
105
|
+
"semantic-release": "^19.0.5",
|
|
106
106
|
"string.prototype.trimend": "^1.0.5",
|
|
107
|
-
"terser-webpack-plugin": "^5.3.
|
|
107
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
108
108
|
"webpack": "^5.74.0",
|
|
109
109
|
"webpack-cli": "^4.10.0",
|
|
110
|
-
"webpack-dev-server": "^4.
|
|
110
|
+
"webpack-dev-server": "^4.11.1",
|
|
111
111
|
"webpack-merge": "^5.8.0"
|
|
112
112
|
},
|
|
113
113
|
"license": "MIT",
|