Skip to content

Commit f8eb724

Browse files
committed
fix(deps): update dependency tslib to ^2.6.2
1 parent d8ee71d commit f8eb724

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/htm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"eslint-plugin-utils": "^0.3.2",
4343
"htmlhint": "^1.1.4",
44-
"tslib": "^2.5.0"
44+
"tslib": "^2.6.2"
4545
},
4646
"publishConfig": {
4747
"access": "public"

packages/markup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-utils": "^0.3.2",
4444
"markuplint": "^3.7.0",
4545
"synckit": "^0.8.8",
46-
"tslib": "^2.5.0"
46+
"tslib": "^2.6.2"
4747
},
4848
"publishConfig": {
4949
"access": "public"

packages/react-enhanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint": ">=5.0.0"
3636
},
3737
"dependencies": {
38-
"tslib": "^2.5.0"
38+
"tslib": "^2.6.2"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/text/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"retext-stringify": "^3.1.0",
4444
"synckit": "^0.8.8",
4545
"textlint": "^13.3.2",
46-
"tslib": "^2.5.0",
46+
"tslib": "^2.6.2",
4747
"unified": "^10.1.2",
4848
"vfile": "^5.3.7",
4949
"vfile-message": "^3.1.4"

0 commit comments

Comments
 (0)