html-react-parser 1.4.0 → 1.4.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +0 -1
  3. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.4.1](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.0...v1.4.1) (2021-11-27)
6
+
7
+
8
+ ### Performance Improvements
9
+
10
+ * upgrade dependency html-dom-parser to v1.0.3 ([8987efb](https://www.github.com/remarkablemark/html-react-parser/commit/8987efb0aaf43a013bfa7aa37a9f2c404b47dedc))
11
+
5
12
  ## [1.4.0](https://www.github.com/remarkablemark/html-react-parser/compare/v1.3.0...v1.4.0) (2021-10-01)
6
13
 
7
14
 
package/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  [![NPM version](https://img.shields.io/npm/v/html-react-parser.svg)](https://www.npmjs.com/package/html-react-parser)
6
6
  [![Build Status](https://github.com/remarkablemark/html-react-parser/workflows/build/badge.svg?branch=master)](https://github.com/remarkablemark/html-react-parser/actions?query=workflow%3Abuild)
7
7
  [![codecov](https://codecov.io/gh/remarkablemark/html-react-parser/branch/master/graph/badge.svg?token=wosFd1DBIR)](https://codecov.io/gh/remarkablemark/html-react-parser)
8
- [![Dependency status](https://david-dm.org/remarkablemark/html-react-parser.svg)](https://david-dm.org/remarkablemark/html-react-parser)
9
8
  [![NPM downloads](https://img.shields.io/npm/dm/html-react-parser.svg?style=flat-square)](https://www.npmjs.com/package/html-react-parser)
10
9
  [![Discord](https://img.shields.io/discord/422421589582282752.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/njExwXdrRJ)
11
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-react-parser",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "HTML to React parser.",
5
5
  "author": "Mark <mark@remarkablemark.org>",
6
6
  "main": "index.js",
@@ -38,35 +38,35 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "domhandler": "4.2.2",
41
- "html-dom-parser": "1.0.2",
41
+ "html-dom-parser": "1.0.3",
42
42
  "react-property": "2.0.0",
43
43
  "style-to-js": "1.1.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@commitlint/cli": "13.2.0",
47
- "@commitlint/config-conventional": "13.2.0",
48
- "@rollup/plugin-commonjs": "20.0.0",
49
- "@rollup/plugin-node-resolve": "13.0.5",
46
+ "@commitlint/cli": "15.0.0",
47
+ "@commitlint/config-conventional": "15.0.0",
48
+ "@rollup/plugin-commonjs": "21.0.1",
49
+ "@rollup/plugin-node-resolve": "13.0.6",
50
50
  "@size-limit/preset-big-lib": "5.0.3",
51
- "@types/react": "17.0.26",
52
- "@typescript-eslint/parser": "4.32.0",
51
+ "@types/react": "17.0.37",
52
+ "@typescript-eslint/parser": "5.4.0",
53
53
  "benchmark": "2.1.4",
54
- "dtslint": "4.1.6",
55
- "eslint": "7.32.0",
54
+ "dtslint": "4.2.1",
55
+ "eslint": "8.3.0",
56
56
  "eslint-plugin-prettier": "4.0.0",
57
- "husky": "7.0.2",
58
- "jest": "27.2.4",
59
- "lint-staged": "11.1.2",
57
+ "husky": "7.0.4",
58
+ "jest": "27.3.1",
59
+ "lint-staged": "12.1.2",
60
60
  "pinst": "2.1.6",
61
- "preact": "10.5.14",
62
- "prettier": "2.4.1",
61
+ "preact": "10.6.1",
62
+ "prettier": "2.5.0",
63
63
  "react": "17.0.2",
64
64
  "react-dom": "17.0.2",
65
65
  "rimraf": "3.0.2",
66
- "rollup": "2.57.0",
66
+ "rollup": "2.60.1",
67
67
  "rollup-plugin-terser": "7.0.2",
68
68
  "size-limit": "5.0.3",
69
- "typescript": "4.4.3"
69
+ "typescript": "4.5.2"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "react": "0.14 || 15 || 16 || 17"