Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7a22682

Browse files
authored
Install typings for escape-html package (#8098)
1 parent 0b80755 commit 7a22682

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"@types/css-font-loading-module": "^0.0.6",
145145
"@types/diff-match-patch": "^1.0.32",
146146
"@types/enzyme": "^3.10.9",
147+
"@types/escape-html": "^1.0.1",
147148
"@types/file-saver": "^2.0.3",
148149
"@types/flux": "^3.1.9",
149150
"@types/jest": "^26.0.20",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,11 @@
17761776
"@types/cheerio" "*"
17771777
"@types/react" "*"
17781778

1779+
"@types/escape-html@^1.0.1":
1780+
version "1.0.1"
1781+
resolved "https://registry.yarnpkg.com/@types/escape-html/-/escape-html-1.0.1.tgz#b19b4646915f0ae2c306bf984dc0a59c5cfc97ba"
1782+
integrity sha512-4mI1FuUUZiuT95fSVqvZxp/ssQK9zsa86S43h9x3zPOSU9BBJ+BfDkXwuaU7BfsD+e7U0/cUUfJFk3iW2M4okA==
1783+
17791784
"@types/events@^3.0.0":
17801785
version "3.0.0"
17811786
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"

0 commit comments

Comments
 (0)