Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit f86a29a

Browse files
committed
chore: add tippy pkg for react
1 parent 1d1c487 commit f86a29a

File tree

3 files changed

+84
-5
lines changed

3 files changed

+84
-5
lines changed

package-docker.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@sentry/browser": "^4.6.4",
1414
"@sentry/node": "^4.6.4",
15+
"@tippy.js/react": "^2.2.1",
1516
"@zeit/next-css": "^1.0.1",
1617
"@zeit/next-source-maps": "0.0.4-canary.1",
1718
"next-compose-plugins": "^2.2.0",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@next/bundle-analyzer": "^8.1.0",
4444
"@sentry/browser": "^4.6.4",
4545
"@sentry/node": "^4.6.4",
46+
"@tippy.js/react": "^2.2.1",
4647
"@zeit/next-css": "^1.0.1",
4748
"@zeit/next-source-maps": "0.0.4-canary.1",
4849
"accepts": "^1.3.4",

yarn.lock

Lines changed: 82 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
dependencies:
644644
regenerator-runtime "^0.12.0"
645645

646-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4":
646+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5":
647647
version "7.4.5"
648648
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12"
649649
dependencies:
@@ -879,6 +879,14 @@
879879
dependencies:
880880
"@hapi/hoek" "6.x.x"
881881

882+
"@jest/types@^24.8.0":
883+
version "24.8.0"
884+
resolved "https://registry.npmjs.org/@jest/types/-/types-24.8.0.tgz#f31e25948c58f0abd8c845ae26fcea1491dea7ad"
885+
dependencies:
886+
"@types/istanbul-lib-coverage" "^2.0.0"
887+
"@types/istanbul-reports" "^1.1.1"
888+
"@types/yargs" "^12.0.9"
889+
882890
"@marionebl/sander@^0.6.0":
883891
version "0.6.1"
884892
resolved "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b"
@@ -1015,12 +1023,58 @@
10151023
"@sentry/types" "4.5.3"
10161024
tslib "^1.9.3"
10171025

1026+
"@sheerun/mutationobserver-shim@^0.3.2":
1027+
version "0.3.2"
1028+
resolved "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz#8013f2af54a2b7d735f71560ff360d3a8176a87b"
1029+
10181030
"@tanem/svg-injector@^7.0.6":
10191031
version "7.0.17"
10201032
resolved "https://registry.npmjs.org/@tanem/svg-injector/-/svg-injector-7.0.17.tgz#f7433ec5e1cbaa4ad4d2a3c13cfca7149a3a3b2d"
10211033
dependencies:
10221034
"@babel/runtime" "^7.4.4"
10231035

1036+
"@testing-library/dom@^5.0.0":
1037+
version "5.2.0"
1038+
resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-5.2.0.tgz#450bd09f93ddd8865eec98fc5e81fceb2bccdf9c"
1039+
dependencies:
1040+
"@babel/runtime" "^7.4.5"
1041+
"@sheerun/mutationobserver-shim" "^0.3.2"
1042+
aria-query "3.0.0"
1043+
pretty-format "^24.8.0"
1044+
wait-for-expect "^1.2.0"
1045+
1046+
"@testing-library/react@^8.0.1":
1047+
version "8.0.1"
1048+
resolved "https://registry.npmjs.org/@testing-library/react/-/react-8.0.1.tgz#91c254adf855b13de50020613cb5d3915f9f7875"
1049+
dependencies:
1050+
"@babel/runtime" "^7.4.5"
1051+
"@testing-library/dom" "^5.0.0"
1052+
1053+
"@tippy.js/react@^2.2.1":
1054+
version "2.2.1"
1055+
resolved "https://registry.npmjs.org/@tippy.js/react/-/react-2.2.1.tgz#3826ecb318b4045a09d4cd1385a77d0538f4ac0e"
1056+
dependencies:
1057+
"@testing-library/react" "^8.0.1"
1058+
prop-types "^15.6.2"
1059+
tippy.js "^4.3.0"
1060+
1061+
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
1062+
version "2.0.1"
1063+
resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
1064+
1065+
"@types/istanbul-lib-report@*":
1066+
version "1.1.1"
1067+
resolved "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz#e5471e7fa33c61358dd38426189c037a58433b8c"
1068+
dependencies:
1069+
"@types/istanbul-lib-coverage" "*"
1070+
1071+
"@types/istanbul-reports@^1.1.1":
1072+
version "1.1.1"
1073+
resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a"
1074+
dependencies:
1075+
"@types/istanbul-lib-coverage" "*"
1076+
"@types/istanbul-lib-report" "*"
1077+
10241078
"@types/jquery@^2.0.40":
10251079
version "2.0.53"
10261080
resolved "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.53.tgz#89c53bc83d820e50c3b667ae2fdf4276df8b3aba"
@@ -1061,6 +1115,10 @@
10611115
version "0.0.29"
10621116
resolved "https://registry.npmjs.org/@types/stack-trace/-/stack-trace-0.0.29.tgz#eb7a7c60098edb35630ed900742a5ecb20cfcb4d"
10631117

1118+
"@types/yargs@^12.0.9":
1119+
version "12.0.12"
1120+
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
1121+
10641122
"@types/zen-observable@0.8.0", "@types/zen-observable@^0.8.0":
10651123
version "0.8.0"
10661124
resolved "https://registry.npmjs.org/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d"
@@ -1504,7 +1562,7 @@ ansi-regex@^3.0.0:
15041562
version "3.0.0"
15051563
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
15061564

1507-
ansi-regex@^4.1.0:
1565+
ansi-regex@^4.0.0, ansi-regex@^4.1.0:
15081566
version "4.1.0"
15091567
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
15101568

@@ -1722,7 +1780,7 @@ argparse@~0.1.15:
17221780
underscore "~1.7.0"
17231781
underscore.string "~2.4.0"
17241782

1725-
aria-query@^3.0.0:
1783+
aria-query@3.0.0, aria-query@^3.0.0:
17261784
version "3.0.0"
17271785
resolved "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
17281786
dependencies:
@@ -8466,7 +8524,7 @@ polished@2.3.1:
84668524
dependencies:
84678525
"@babel/runtime" "^7.0.0"
84688526

8469-
popper.js@^1.14.1:
8527+
popper.js@^1.14.1, popper.js@^1.14.7:
84708528
version "1.15.0"
84718529
resolved "https://registry.npmjs.org/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2"
84728530

@@ -8570,6 +8628,15 @@ pretty-format@^23.6.0:
85708628
ansi-regex "^3.0.0"
85718629
ansi-styles "^3.2.0"
85728630

8631+
pretty-format@^24.8.0:
8632+
version "24.8.0"
8633+
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-24.8.0.tgz#8dae7044f58db7cb8be245383b565a963e3c27f2"
8634+
dependencies:
8635+
"@jest/types" "^24.8.0"
8636+
ansi-regex "^4.0.0"
8637+
ansi-styles "^3.2.0"
8638+
react-is "^16.8.4"
8639+
85738640
pretty-quick@^1.10.0:
85748641
version "1.11.1"
85758642
resolved "https://registry.npmjs.org/pretty-quick/-/pretty-quick-1.11.1.tgz#462ffa2b93d24c05b7a0c3a001e08601a0c55ee4"
@@ -9264,7 +9331,7 @@ react-intl@2.8.0:
92649331
intl-relativeformat "^2.1.0"
92659332
invariant "^2.1.1"
92669333

9267-
react-is@16.8.6, react-is@^16.6.0, react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6:
9334+
react-is@16.8.6, react-is@^16.6.0, react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
92689335
version "16.8.6"
92699336
resolved "https://registry.npmjs.org/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
92709337

@@ -10824,6 +10891,12 @@ tiny-emitter@^2.0.0:
1082410891
version "2.1.0"
1082510892
resolved "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423"
1082610893

10894+
tippy.js@^4.3.0:
10895+
version "4.3.4"
10896+
resolved "https://registry.npmjs.org/tippy.js/-/tippy.js-4.3.4.tgz#9a91fd5ce8c401f181b7adaa6b2c27f3d105f3ba"
10897+
dependencies:
10898+
popper.js "^1.14.7"
10899+
1082710900
title-case@^2.1.0:
1082810901
version "2.1.1"
1082910902
resolved "https://registry.npmjs.org/title-case/-/title-case-2.1.1.tgz#3e127216da58d2bc5becf137ab91dae3a7cd8faa"
@@ -11207,6 +11280,10 @@ w3c-hr-time@^1.0.1:
1120711280
dependencies:
1120811281
browser-process-hrtime "^0.1.2"
1120911282

11283+
wait-for-expect@^1.2.0:
11284+
version "1.2.0"
11285+
resolved "https://registry.npmjs.org/wait-for-expect/-/wait-for-expect-1.2.0.tgz#fdab6a26e87d2039101db88bff3d8158e5c3e13f"
11286+
1121011287
wait-on@3.2.0:
1121111288
version "3.2.0"
1121211289
resolved "https://registry.npmjs.org/wait-on/-/wait-on-3.2.0.tgz#c83924df0fc42a675c678324c49c769d378bcb85"

0 commit comments

Comments
 (0)