Browse Source

UI: Fixed warning in yarn install

pull/11990/head
Vladyslav_Prykhodko 2 years ago
parent
commit
4f33f7bb47
  1. 1
      ui-ngx/package.json
  2. 2
      ui-ngx/yarn.lock

1
ui-ngx/package.json

@ -145,6 +145,7 @@
"@types/tooltipster": "^0.0.35",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/types": "^8.12.2",
"@typescript-eslint/utils": "^8.12.2",
"autoprefixer": "^10.4.20",
"directory-tree": "^3.5.2",

2
ui-ngx/yarn.lock

@ -3399,7 +3399,7 @@
debug "^4.3.4"
ts-api-utils "^1.3.0"
"@typescript-eslint/types@8.12.2":
"@typescript-eslint/types@8.12.2", "@typescript-eslint/types@^8.12.2":
version "8.12.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c"
integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==

Loading…
Cancel
Save