Add TS types for js-cookie package

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2023-04-03 16:59:31 -03:00
parent 3ee9571be1
commit 9000e01f90
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@
"@types/jquery.ui.datetimepicker": "^0.3.30",
"@types/jquery.validation": "^1.16.7",
"@types/jqueryui": "^1.12.16",
"@types/js-cookie": "^3.0.3",
"@zxcvbn-ts/core": "^2.2.1",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",

View File

@ -1553,6 +1553,11 @@
dependencies:
"@types/jquery" "*"
"@types/js-cookie@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-3.0.3.tgz#d6bfbbdd0c187354ca555213d1962f6d0691ff4e"
integrity sha512-Xe7IImK09HP1sv2M/aI+48a20VX+TdRJucfq4vfRVy6nWN8PYPOEnlMRSgxJAgYQIXJVL8dZ4/ilAM7dWNaOww==
"@types/jsdom@^20.0.0":
version "20.0.1"
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.1.tgz#07c14bc19bd2f918c1929541cdaacae894744808"