@readme/markdown 6.45.0 → 6.47.0

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.45.0",
5
+ "version": "6.47.0",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [
@@ -28,8 +28,9 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@readme/emojis": "^5.0.0",
31
- "@readme/syntax-highlighter": "^11.0.0",
31
+ "@readme/syntax-highlighter": "^12.0.1",
32
32
  "copy-to-clipboard": "^3.3.1",
33
+ "emoji-regex": "^10.1.0",
33
34
  "hast-util-sanitize": "^4.0.0",
34
35
  "lodash.escape": "^4.0.1",
35
36
  "lodash.kebabcase": "^4.1.1",
@@ -54,25 +55,25 @@
54
55
  "unist-util-select": "^4.0.0"
55
56
  },
56
57
  "peerDependencies": {
57
- "@readme/variable": "*",
58
+ "@readme/variable": "^15.1.0",
58
59
  "react": "^16.14.0",
59
60
  "react-dom": "^16.14.0"
60
61
  },
61
62
  "devDependencies": {
62
- "@babel/core": "^7.17.10",
63
- "@babel/eslint-parser": "^7.17.0",
64
- "@babel/plugin-proposal-class-properties": "^7.16.7",
65
- "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
66
- "@babel/plugin-proposal-optional-chaining": "^7.16.7",
67
- "@babel/plugin-transform-runtime": "^7.17.10",
68
- "@babel/preset-env": "^7.17.10",
69
- "@babel/preset-react": "^7.16.7",
70
- "@commitlint/cli": "^17.0.0",
71
- "@commitlint/config-angular": "^17.0.0",
72
- "@commitlint/config-conventional": "^17.0.0",
63
+ "@babel/core": "^7.18.9",
64
+ "@babel/eslint-parser": "^7.18.9",
65
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
66
+ "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
67
+ "@babel/plugin-proposal-optional-chaining": "^7.18.9",
68
+ "@babel/plugin-transform-runtime": "^7.18.9",
69
+ "@babel/preset-env": "^7.18.9",
70
+ "@babel/preset-react": "^7.18.6",
71
+ "@commitlint/cli": "^17.0.3",
72
+ "@commitlint/config-angular": "^17.0.3",
73
+ "@commitlint/config-conventional": "^17.0.3",
73
74
  "@hot-loader/react-dom": "^16.14.0",
74
- "@readme/eslint-config": "^8.7.3",
75
- "@readme/variable": "^13.6.5",
75
+ "@readme/eslint-config": "^8.8.3",
76
+ "@readme/variable": "15.1.0",
76
77
  "@semantic-release/changelog": "^6.0.1",
77
78
  "@semantic-release/git": "^10.0.1",
78
79
  "@testing-library/jest-dom": "^5.16.4",
@@ -80,30 +81,31 @@
80
81
  "babel-jest": "^28.1.0",
81
82
  "babel-loader": "^8.2.5",
82
83
  "codemirror": "^5.65.3",
83
- "core-js": "^3.22.5",
84
+ "core-js": "^3.23.5",
84
85
  "css-loader": "^6.7.1",
85
- "eslint": "^8.15.0",
86
+ "eslint": "^8.20.0",
86
87
  "husky": "^8.0.1",
87
88
  "identity-obj-proxy": "^3.0.0",
88
- "jest": "^28.1.0",
89
- "jest-environment-jsdom": "^28.1.0",
89
+ "jest": "^28.1.3",
90
+ "jest-environment-jsdom": "^28.1.3",
91
+ "jest-environment-puppeteer": "^6.1.1",
90
92
  "jest-image-snapshot": "^5.1.0",
91
- "jest-puppeteer": "^6.1.0",
92
- "mini-css-extract-plugin": "^2.6.0",
93
+ "jest-puppeteer": "^6.1.1",
94
+ "mini-css-extract-plugin": "^2.6.1",
93
95
  "node-sass": "^7.0.1",
94
- "prettier": "^2.6.2",
95
- "puppeteer": "^14.1.0",
96
+ "prettier": "^2.7.1",
97
+ "puppeteer": "^15.4.0",
96
98
  "react": "^16.14.0",
97
99
  "react-dom": "^16.14.0",
98
100
  "react-hot-loader": "^4.13.0",
99
101
  "regenerator-runtime": "^0.13.9",
100
102
  "sass-loader": "^12.6.0",
101
- "semantic-release": "^19.0.2",
103
+ "semantic-release": "^19.0.3",
102
104
  "string.prototype.trimend": "^1.0.5",
103
- "terser-webpack-plugin": "^5.3.1",
104
- "webpack": "^5.72.1",
105
- "webpack-cli": "^4.9.2",
106
- "webpack-dev-server": "^4.9.0",
105
+ "terser-webpack-plugin": "^5.3.3",
106
+ "webpack": "^5.73.0",
107
+ "webpack-cli": "^4.10.0",
108
+ "webpack-dev-server": "^4.9.3",
107
109
  "webpack-merge": "^5.8.0"
108
110
  },
109
111
  "license": "MIT",