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

Commit 6ea0868

Browse files
authored
Merge pull request #262 from mareklibra/facet-lib.v1.0.23
Upgrade facet-lib to 1.0.23 and remove tippy.js dependency
2 parents 739959d + 25f31a5 commit 6ea0868

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@testing-library/jest-dom": "^4.2.4",
1717
"@testing-library/react": "^9.3.2",
1818
"@testing-library/user-event": "^7.1.2",
19-
"@tippy.js/react": "^3.1.1",
2019
"@types/file-saver": "^2.0.1",
2120
"@types/human-date": "^1.4.0",
2221
"@types/humanize-plus": "^1.8.0",
@@ -40,7 +39,7 @@
4039
"eslint-plugin-prettier": "^3.1.2",
4140
"eslint-plugin-react": "^7.19.0",
4241
"eslint-plugin-react-hooks": "^2.5.0",
43-
"facet-lib": "^1.0.22",
42+
"facet-lib": "^1.0.23",
4443
"file-saver": "^2.0.2",
4544
"formik": "^2.1.4",
4645
"http-proxy-middleware": "^1.0.3",

Diff for: yarn.lock

+4-19
Original file line numberDiff line numberDiff line change
@@ -2273,14 +2273,6 @@
22732273
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c"
22742274
integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==
22752275

2276-
"@tippy.js/react@^3.1.1":
2277-
version "3.1.1"
2278-
resolved "https://registry.yarnpkg.com/@tippy.js/react/-/react-3.1.1.tgz#027e4595e55f31430741fe8e0d92aaddfbe47efd"
2279-
integrity sha512-KF45vW/jKh/nBXk/2zzTFslv/T46zOMkIoDJ56ymZ+M00yHttk58J5wZ29oqGqDIUnobWSZD+cFpbR4u/UUvgw==
2280-
dependencies:
2281-
prop-types "^15.6.2"
2282-
tippy.js "^5.1.1"
2283-
22842276
"@types/babel__core@^7.1.0":
22852277
version "7.1.6"
22862278
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.6.tgz#16ff42a5ae203c9af1c6e190ed1f30f83207b610"
@@ -6075,10 +6067,10 @@ extsprintf@^1.2.0:
60756067
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
60766068
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
60776069

6078-
facet-lib@^1.0.22:
6079-
version "1.0.22"
6080-
resolved "https://registry.yarnpkg.com/facet-lib/-/facet-lib-1.0.22.tgz#222107974bb382a1b48256d48a761e17a307079f"
6081-
integrity sha512-64NB0+7KCwajF6kge4oj+CpXLs78ZRaJARgHiB3Z+TLKk5fFcAIk/7UOCK6zoXQHEMCpMkbNOXbNH6NTod7ckg==
6070+
facet-lib@^1.0.23:
6071+
version "1.0.23"
6072+
resolved "https://registry.yarnpkg.com/facet-lib/-/facet-lib-1.0.23.tgz#29b0f090eee909cd29594de62be6ef488e3de3d8"
6073+
integrity sha512-JU7TsHlEAtN29Pk2ep9gnDKNYj7caruF4YKchqd6ecggePBGj5Bq4M/90PcXgM1kQN9HHqlta2WXj0goMLlfmQ==
60826074
dependencies:
60836075
axios-case-converter "^0.6.0"
60846076
unique-names-generator "^4.2.0"
@@ -13160,13 +13152,6 @@ tippy.js@5.1.2:
1316013152
dependencies:
1316113153
popper.js "^1.16.0"
1316213154

13163-
tippy.js@^5.1.1:
13164-
version "5.2.1"
13165-
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-5.2.1.tgz#e08d7332c103a15e427124d710d881fca82365d6"
13166-
integrity sha512-66UT6JRVn3dXNCORE+0UvUK3JZqV/VhLlU6HTDm3FmrweUUFUxUGvT8tUQ7ycMp+uhuLAwQw6dBabyC+iKf/MA==
13167-
dependencies:
13168-
popper.js "^1.16.0"
13169-
1317013155
tmp@0.1.0:
1317113156
version "0.1.0"
1317213157
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"

0 commit comments

Comments
 (0)