Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #262 from mareklibra/facet-lib.v1.0.23
Browse files Browse the repository at this point in the history
 Upgrade facet-lib to 1.0.23 and remove tippy.js dependency
  • Loading branch information
mareklibra authored Jul 29, 2020
2 parents 739959d + 25f31a5 commit 6ea0868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@tippy.js/react": "^3.1.1",
"@types/file-saver": "^2.0.1",
"@types/human-date": "^1.4.0",
"@types/humanize-plus": "^1.8.0",
Expand All @@ -40,7 +39,7 @@
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"facet-lib": "^1.0.22",
"facet-lib": "^1.0.23",
"file-saver": "^2.0.2",
"formik": "^2.1.4",
"http-proxy-middleware": "^1.0.3",
Expand Down
23 changes: 4 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2273,14 +2273,6 @@
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c"
integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==

"@tippy.js/react@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@tippy.js/react/-/react-3.1.1.tgz#027e4595e55f31430741fe8e0d92aaddfbe47efd"
integrity sha512-KF45vW/jKh/nBXk/2zzTFslv/T46zOMkIoDJ56ymZ+M00yHttk58J5wZ29oqGqDIUnobWSZD+cFpbR4u/UUvgw==
dependencies:
prop-types "^15.6.2"
tippy.js "^5.1.1"

"@types/babel__core@^7.1.0":
version "7.1.6"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.6.tgz#16ff42a5ae203c9af1c6e190ed1f30f83207b610"
Expand Down Expand Up @@ -6075,10 +6067,10 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

facet-lib@^1.0.22:
version "1.0.22"
resolved "https://registry.yarnpkg.com/facet-lib/-/facet-lib-1.0.22.tgz#222107974bb382a1b48256d48a761e17a307079f"
integrity sha512-64NB0+7KCwajF6kge4oj+CpXLs78ZRaJARgHiB3Z+TLKk5fFcAIk/7UOCK6zoXQHEMCpMkbNOXbNH6NTod7ckg==
facet-lib@^1.0.23:
version "1.0.23"
resolved "https://registry.yarnpkg.com/facet-lib/-/facet-lib-1.0.23.tgz#29b0f090eee909cd29594de62be6ef488e3de3d8"
integrity sha512-JU7TsHlEAtN29Pk2ep9gnDKNYj7caruF4YKchqd6ecggePBGj5Bq4M/90PcXgM1kQN9HHqlta2WXj0goMLlfmQ==
dependencies:
axios-case-converter "^0.6.0"
unique-names-generator "^4.2.0"
Expand Down Expand Up @@ -13160,13 +13152,6 @@ [email protected]:
dependencies:
popper.js "^1.16.0"

tippy.js@^5.1.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-5.2.1.tgz#e08d7332c103a15e427124d710d881fca82365d6"
integrity sha512-66UT6JRVn3dXNCORE+0UvUK3JZqV/VhLlU6HTDm3FmrweUUFUxUGvT8tUQ7ycMp+uhuLAwQw6dBabyC+iKf/MA==
dependencies:
popper.js "^1.16.0"

[email protected]:
version "0.1.0"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
Expand Down

0 comments on commit 6ea0868

Please sign in to comment.