@readme/markdown 6.74.2 → 6.74.3
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/components/Callout/style.scss +3 -0
- package/components/Code/style.scss +12 -4
- package/components/Embed/index.jsx +1 -2
- package/components/Embed/style.scss +2 -0
- package/components/GlossaryItem/index.jsx +1 -1
- package/components/HTMLBlock/index.jsx +1 -2
- package/components/Heading/index.jsx +1 -1
- package/components/Image/index.jsx +1 -2
- package/components/Style.jsx +1 -2
- package/dist/main.js +3102 -1960
- package/dist/main.node.js +5164 -1918
- package/package.json +70 -50
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.74.
|
|
5
|
+
"version": "6.74.3",
|
|
6
6
|
"main": "dist/main.node.js",
|
|
7
7
|
"browser": "dist/main.js",
|
|
8
8
|
"files": [
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"watch": "webpack -w --progress --mode production"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@readme/emojis": "^5.
|
|
32
|
-
"@readme/syntax-highlighter": "^12.1.
|
|
33
|
-
"copy-to-clipboard": "^3.3.
|
|
34
|
-
"emoji-regex": "^10.
|
|
31
|
+
"@readme/emojis": "^5.1.0",
|
|
32
|
+
"@readme/syntax-highlighter": "^12.1.3",
|
|
33
|
+
"copy-to-clipboard": "^3.3.3",
|
|
34
|
+
"emoji-regex": "^10.3.0",
|
|
35
35
|
"hast-util-sanitize": "^4.0.0",
|
|
36
36
|
"lodash.escape": "^4.0.1",
|
|
37
37
|
"lodash.kebabcase": "^4.1.1",
|
|
38
38
|
"mdast-util-toc": "^5.1.0",
|
|
39
|
-
"parse-entities": "^
|
|
39
|
+
"parse-entities": "^4.0.1",
|
|
40
40
|
"path-browserify": "^1.0.1",
|
|
41
41
|
"process": "^0.11.10",
|
|
42
42
|
"prop-types": "^15.8.1",
|
|
@@ -47,11 +47,10 @@
|
|
|
47
47
|
"remark-breaks": "^1.0.0",
|
|
48
48
|
"remark-disable-tokenizers": "^1.0.24",
|
|
49
49
|
"remark-frontmatter": "^2.0.0",
|
|
50
|
-
"remark-parse": "^8.0.
|
|
50
|
+
"remark-parse": "^8.0.0",
|
|
51
51
|
"remark-rehype": "^8.1.0",
|
|
52
52
|
"remark-slug": "^6.0.0",
|
|
53
53
|
"remark-stringify": "^8.0.0",
|
|
54
|
-
"trim": "^1.0.1",
|
|
55
54
|
"unified": "^9.2.2",
|
|
56
55
|
"unist-util-flatmap": "^1.0.0",
|
|
57
56
|
"unist-util-map": "^3.1.2",
|
|
@@ -59,59 +58,58 @@
|
|
|
59
58
|
"unist-util-visit": "^4.1.1"
|
|
60
59
|
},
|
|
61
60
|
"peerDependencies": {
|
|
62
|
-
"@readme/variable": "^
|
|
63
|
-
"@tippyjs/react": "^4.
|
|
61
|
+
"@readme/variable": "^16.0.0",
|
|
62
|
+
"@tippyjs/react": "^4.2.6",
|
|
64
63
|
"react": "^16.14.0",
|
|
65
64
|
"react-dom": "^16.14.0"
|
|
66
65
|
},
|
|
67
66
|
"devDependencies": {
|
|
68
|
-
"@babel/core": "^7.
|
|
69
|
-
"@babel/eslint-parser": "^7.
|
|
67
|
+
"@babel/core": "^7.24.0",
|
|
68
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
70
69
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
71
70
|
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
|
|
72
71
|
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
|
73
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
74
|
-
"@babel/preset-env": "^7.
|
|
75
|
-
"@babel/preset-react": "^7.
|
|
76
|
-
"@commitlint/cli": "^
|
|
77
|
-
"@commitlint/config-
|
|
78
|
-
"@commitlint/config-conventional": "^17.1.0",
|
|
72
|
+
"@babel/plugin-transform-runtime": "^7.24.0",
|
|
73
|
+
"@babel/preset-env": "^7.24.0",
|
|
74
|
+
"@babel/preset-react": "^7.23.3",
|
|
75
|
+
"@commitlint/cli": "^19.0.3",
|
|
76
|
+
"@commitlint/config-conventional": "^19.0.3",
|
|
79
77
|
"@hot-loader/react-dom": "^16.14.0",
|
|
80
|
-
"@readme/eslint-config": "^
|
|
81
|
-
"@readme/stylelint-config": "^
|
|
82
|
-
"@semantic-release/changelog": "^6.0.
|
|
78
|
+
"@readme/eslint-config": "^13.5.0",
|
|
79
|
+
"@readme/stylelint-config": "^6.1.0",
|
|
80
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
83
81
|
"@semantic-release/git": "^10.0.1",
|
|
84
|
-
"@testing-library/jest-dom": "^
|
|
85
|
-
"@testing-library/react": "^12.1.
|
|
86
|
-
"babel-jest": "^29.
|
|
87
|
-
"babel-loader": "^
|
|
82
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
83
|
+
"@testing-library/react": "^12.1.5",
|
|
84
|
+
"babel-jest": "^29.7.0",
|
|
85
|
+
"babel-loader": "^9.1.3",
|
|
88
86
|
"codemirror": "^5.54.0",
|
|
89
|
-
"core-js": "^3.
|
|
90
|
-
"css-loader": "^6.
|
|
91
|
-
"eslint": "^8.
|
|
92
|
-
"husky": "^
|
|
87
|
+
"core-js": "^3.36.0",
|
|
88
|
+
"css-loader": "^6.10.0",
|
|
89
|
+
"eslint": "^8.57.0",
|
|
90
|
+
"husky": "^9.0.11",
|
|
93
91
|
"identity-obj-proxy": "^3.0.0",
|
|
94
92
|
"jest": "^28.1.3",
|
|
95
|
-
"jest-environment-jsdom": "^29.
|
|
96
|
-
"jest-environment-puppeteer": "^
|
|
97
|
-
"jest-image-snapshot": "^
|
|
98
|
-
"jest-puppeteer": "^
|
|
99
|
-
"mini-css-extract-plugin": "^2.
|
|
100
|
-
"node-sass": "^
|
|
101
|
-
"postcss": "^8.4.
|
|
102
|
-
"prettier": "^2.
|
|
103
|
-
"puppeteer": "^
|
|
104
|
-
"react-hot-loader": "^4.13.
|
|
105
|
-
"regenerator-runtime": "^0.
|
|
106
|
-
"sass-loader": "^
|
|
107
|
-
"semantic-release": "^
|
|
108
|
-
"string.prototype.trimend": "^1.0.
|
|
109
|
-
"stylelint": "^
|
|
110
|
-
"terser-webpack-plugin": "^5.3.
|
|
111
|
-
"webpack": "^5.
|
|
112
|
-
"webpack-cli": "^
|
|
113
|
-
"webpack-dev-server": "^
|
|
114
|
-
"webpack-merge": "^5.
|
|
93
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
94
|
+
"jest-environment-puppeteer": "^10.0.1",
|
|
95
|
+
"jest-image-snapshot": "^6.4.0",
|
|
96
|
+
"jest-puppeteer": "^10.0.1",
|
|
97
|
+
"mini-css-extract-plugin": "^2.8.1",
|
|
98
|
+
"node-sass": "^9.0.0",
|
|
99
|
+
"postcss": "^8.4.35",
|
|
100
|
+
"prettier": "^3.2.5",
|
|
101
|
+
"puppeteer": "^22.4.0",
|
|
102
|
+
"react-hot-loader": "^4.13.1",
|
|
103
|
+
"regenerator-runtime": "^0.14.1",
|
|
104
|
+
"sass-loader": "^14.1.1",
|
|
105
|
+
"semantic-release": "^23.0.2",
|
|
106
|
+
"string.prototype.trimend": "^1.0.7",
|
|
107
|
+
"stylelint": "^16.2.1",
|
|
108
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
109
|
+
"webpack": "^5.90.3",
|
|
110
|
+
"webpack-cli": "^5.1.4",
|
|
111
|
+
"webpack-dev-server": "^5.0.2",
|
|
112
|
+
"webpack-merge": "^5.10.0"
|
|
115
113
|
},
|
|
116
114
|
"license": "MIT",
|
|
117
115
|
"homepage": "https://rdmd.readme.io",
|
|
@@ -125,8 +123,30 @@
|
|
|
125
123
|
},
|
|
126
124
|
{
|
|
127
125
|
"path": "dist/main.node.js",
|
|
128
|
-
"maxSize": "
|
|
126
|
+
"maxSize": "300KB"
|
|
129
127
|
}
|
|
130
128
|
]
|
|
129
|
+
},
|
|
130
|
+
"commitlint": {
|
|
131
|
+
"extends": [
|
|
132
|
+
"@commitlint/config-conventional"
|
|
133
|
+
],
|
|
134
|
+
"rules": {
|
|
135
|
+
"body-max-line-length": [
|
|
136
|
+
0,
|
|
137
|
+
"always",
|
|
138
|
+
"Infinity"
|
|
139
|
+
],
|
|
140
|
+
"footer-max-line-length": [
|
|
141
|
+
0,
|
|
142
|
+
"always",
|
|
143
|
+
"Infinity"
|
|
144
|
+
],
|
|
145
|
+
"scope-case": [
|
|
146
|
+
2,
|
|
147
|
+
"never",
|
|
148
|
+
"upper-case"
|
|
149
|
+
]
|
|
150
|
+
}
|
|
131
151
|
}
|
|
132
152
|
}
|