@readme/markdown 6.31.0-integration-test.2 → 6.32.0-next.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/CHANGELOG.md +100 -7
- package/components/Code/index.jsx +15 -7
- package/components/Code/style.scss +11 -2
- package/components/CodeTabs/index.jsx +9 -5
- package/components/CodeTabs/style.scss +24 -0
- package/dist/main.css +1 -2
- package/dist/main.js +15434 -14767
- package/dist/main.node.js +486 -422
- package/package.json +24 -28
- package/styles/gfm.scss +2 -2
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.32.0-next.3",
|
|
6
6
|
"main": "dist/main.node.js",
|
|
7
7
|
"browser": "dist/main.js",
|
|
8
8
|
"files": [
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"watch": "webpack -w --progress --mode production"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@readme/emojis": "^
|
|
32
|
-
"@readme/syntax-highlighter": "^10.
|
|
31
|
+
"@readme/emojis": "^4.0.0",
|
|
32
|
+
"@readme/syntax-highlighter": "^10.13.0",
|
|
33
33
|
"copy-to-clipboard": "^3.3.1",
|
|
34
34
|
"hast-util-sanitize": "^4.0.0",
|
|
35
35
|
"hast-util-to-string": "^1.0.4",
|
|
@@ -60,60 +60,56 @@
|
|
|
60
60
|
"react-dom": "^16.14.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@babel/core": "^7.15.
|
|
64
|
-
"@babel/eslint-parser": "^7.15.
|
|
63
|
+
"@babel/core": "^7.15.5",
|
|
64
|
+
"@babel/eslint-parser": "^7.15.7",
|
|
65
65
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
66
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
66
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
|
67
67
|
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
|
68
68
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
69
|
-
"@babel/preset-env": "^7.15.
|
|
69
|
+
"@babel/preset-env": "^7.15.6",
|
|
70
70
|
"@babel/preset-react": "^7.14.5",
|
|
71
71
|
"@commitlint/cli": "^13.1.0",
|
|
72
72
|
"@commitlint/config-angular": "^13.1.0",
|
|
73
73
|
"@commitlint/config-conventional": "^13.1.0",
|
|
74
74
|
"@hot-loader/react-dom": "^16.14.0",
|
|
75
|
-
"@readme/eslint-config": "^
|
|
76
|
-
"@readme/variable": "^13.5.
|
|
75
|
+
"@readme/eslint-config": "^7.1.1",
|
|
76
|
+
"@readme/variable": "^13.5.4",
|
|
77
77
|
"@semantic-release/changelog": "^5.0.1",
|
|
78
|
-
"@semantic-release/git": "^9.0.
|
|
79
|
-
"babel-jest": "^27.
|
|
78
|
+
"@semantic-release/git": "^9.0.1",
|
|
79
|
+
"babel-jest": "^27.2.1",
|
|
80
80
|
"babel-loader": "^8.2.2",
|
|
81
|
-
"codemirror": "^5.
|
|
82
|
-
"core-js": "^3.
|
|
83
|
-
"css-loader": "^6.
|
|
81
|
+
"codemirror": "^5.63.0",
|
|
82
|
+
"core-js": "^3.18.0",
|
|
83
|
+
"css-loader": "^6.3.0",
|
|
84
84
|
"enzyme": "^3.11.0",
|
|
85
85
|
"enzyme-adapter-react-16": "^1.15.6",
|
|
86
86
|
"eslint": "^7.32.0",
|
|
87
|
-
"husky": "^7.0.
|
|
87
|
+
"husky": "^7.0.2",
|
|
88
88
|
"identity-obj-proxy": "^3.0.0",
|
|
89
|
-
"jest": "^27.
|
|
89
|
+
"jest": "^27.2.1",
|
|
90
90
|
"jest-image-snapshot": "^4.5.1",
|
|
91
91
|
"jest-puppeteer": "^5.0.4",
|
|
92
|
-
"mini-css-extract-plugin": "^2.
|
|
92
|
+
"mini-css-extract-plugin": "^2.3.0",
|
|
93
93
|
"node-sass": "^6.0.1",
|
|
94
|
-
"prettier": "^2.
|
|
94
|
+
"prettier": "^2.4.1",
|
|
95
95
|
"puppeteer": "^10.1.0",
|
|
96
|
-
"rdme": "^
|
|
96
|
+
"rdme": "^5.1.4",
|
|
97
97
|
"react": "^16.14.0",
|
|
98
98
|
"react-dom": "^16.14.0",
|
|
99
99
|
"react-hot-loader": "^4.13.0",
|
|
100
100
|
"regenerator-runtime": "^0.13.9",
|
|
101
101
|
"sass-loader": "^12.1.0",
|
|
102
|
-
"semantic-release": "^17.4.
|
|
102
|
+
"semantic-release": "^17.4.7",
|
|
103
103
|
"string.prototype.trimend": "^1.0.4",
|
|
104
|
-
"terser-webpack-plugin": "^5.
|
|
105
|
-
"webpack": "^5.
|
|
106
|
-
"webpack-cli": "^4.
|
|
107
|
-
"webpack-dev-server": "^
|
|
104
|
+
"terser-webpack-plugin": "^5.2.4",
|
|
105
|
+
"webpack": "^5.53.0",
|
|
106
|
+
"webpack-cli": "^4.8.0",
|
|
107
|
+
"webpack-dev-server": "^4.2.1",
|
|
108
108
|
"webpack-merge": "^5.8.0"
|
|
109
109
|
},
|
|
110
110
|
"license": "MIT",
|
|
111
111
|
"homepage": "https://rdmd.readme.io",
|
|
112
112
|
"repository": "https://github.com/readmeio/markdown",
|
|
113
|
-
"publishConfig": {
|
|
114
|
-
"registry": "http://registry.npmjs.org",
|
|
115
|
-
"access": "public"
|
|
116
|
-
},
|
|
117
113
|
"prettier": "@readme/eslint-config/prettier",
|
|
118
114
|
"bundlewatch": {
|
|
119
115
|
"files": [
|