@readme/markdown 6.74.1 → 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/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.1",
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.0.0",
32
- "@readme/syntax-highlighter": "^12.1.2",
33
- "copy-to-clipboard": "^3.3.2",
34
- "emoji-regex": "^10.2.1",
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": "^2.0.0",
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.3",
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": "^15.1.3",
63
- "@tippyjs/react": "^4.1.0",
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.19.3",
69
- "@babel/eslint-parser": "^7.19.1",
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.19.1",
74
- "@babel/preset-env": "^7.19.4",
75
- "@babel/preset-react": "^7.18.6",
76
- "@commitlint/cli": "^17.1.2",
77
- "@commitlint/config-angular": "^17.1.0",
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": "^10.5.2",
81
- "@readme/stylelint-config": "^3.2.0",
82
- "@semantic-release/changelog": "^6.0.1",
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": "^5.16.5",
85
- "@testing-library/react": "^12.1.2",
86
- "babel-jest": "^29.2.1",
87
- "babel-loader": "^8.2.5",
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.25.5",
90
- "css-loader": "^6.7.1",
91
- "eslint": "^8.25.0",
92
- "husky": "^8.0.1",
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.2.1",
96
- "jest-environment-puppeteer": "^6.1.1",
97
- "jest-image-snapshot": "^5.2.0",
98
- "jest-puppeteer": "^6.1.1",
99
- "mini-css-extract-plugin": "^2.6.1",
100
- "node-sass": "^7.0.3",
101
- "postcss": "^8.4.23",
102
- "prettier": "^2.7.1",
103
- "puppeteer": "^19.0.0",
104
- "react-hot-loader": "^4.13.0",
105
- "regenerator-runtime": "^0.13.10",
106
- "sass-loader": "^13.1.0",
107
- "semantic-release": "^19.0.5",
108
- "string.prototype.trimend": "^1.0.5",
109
- "stylelint": "^14.16.1",
110
- "terser-webpack-plugin": "^5.3.6",
111
- "webpack": "^5.74.0",
112
- "webpack-cli": "^4.10.0",
113
- "webpack-dev-server": "^4.11.1",
114
- "webpack-merge": "^5.8.0"
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": "250KB"
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
  }