Skip to content

Commit b39ac53

Browse files
build(package): update [email protected] and devDependencies
The latest version includes a SVG tag name whitelist for the client parser. Update devDependencies: * @commitlint/[email protected] * @commitlint/[email protected] * @types/[email protected] * [email protected] * [email protected] * [email protected] * [email protected]
1 parent eca7e35 commit b39ac53

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,29 @@
3535
],
3636
"dependencies": {
3737
"@types/domhandler": "2.4.1",
38-
"html-dom-parser": "0.2.1",
38+
"html-dom-parser": "0.2.2",
3939
"react-dom-core": "0.1.1",
4040
"style-to-object": "0.2.2"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^7.2.1",
44-
"@commitlint/config-conventional": "^7.1.2",
45-
"@types/react": "16.8.8",
46-
"benchmark": "2.1.4",
43+
"@commitlint/cli": "^8.0.0",
44+
"@commitlint/config-conventional": "^8.0.0",
45+
"@types/react": "^16.8.19",
46+
"benchmark": "^2.1.4",
4747
"coveralls": "^3.0.2",
48-
"cross-env": "5.2.0",
49-
"dtslint": "0.5.5",
48+
"cross-env": "^5.2.0",
49+
"dtslint": "^0.7.9",
5050
"eslint": "^5.10.0",
5151
"eslint-plugin-prettier": "^3.0.0",
52-
"husky": "^1.3.0",
52+
"husky": "^2.4.0",
5353
"istanbul": "^0.4.5",
5454
"lint-staged": "^8.1.0",
55-
"mocha": "^5.2.0",
55+
"mocha": "^6.1.4",
5656
"prettier": "^1.15.3",
5757
"react": "^16",
5858
"react-dom": "^16",
59-
"rimraf": "2.6.3",
60-
"standard-version": "^4.4.0",
59+
"rimraf": "^2.6.3",
60+
"standard-version": "^6.0.1",
6161
"webpack": "^4.27.1",
6262
"webpack-cli": "^3.1.2"
6363
},

0 commit comments

Comments
 (0)