Bläddra i källkod

fix(modal): bump dep to 8.0.1 to remove scrollbars (#4139)

master
virtuacoplenny 6 år sedan
förälder
incheckning
fb82cf4517
Inget konto är kopplat till bidragsgivarens mejladress
2 ändrade filer med 391 tillägg och 48 borttagningar
  1. 390
    47
      package-lock.json
  2. 1
    1
      package.json

+ 390
- 47
package-lock.json Visa fil

@@ -55,21 +55,31 @@
55 55
       }
56 56
     },
57 57
     "@atlaskit/blanket": {
58
-      "version": "7.0.12",
59
-      "resolved": "https://registry.npmjs.org/@atlaskit/blanket/-/blanket-7.0.12.tgz",
60
-      "integrity": "sha512-IWnXU2N42M14kvTU1YhATiK7vGYPZPsk/c2A+b8tNhRJTcfcTxTPMfcmGOvWYPD128el2TSly4uOvn9B9WKc9A==",
58
+      "version": "8.0.3",
59
+      "resolved": "https://registry.npmjs.org/@atlaskit/blanket/-/blanket-8.0.3.tgz",
60
+      "integrity": "sha512-RFV6NsJpgmrmR1nEb5ejFS1V7PlMaK+YN3sYhsnz/61M0NQWIm7y3YGNgwuTvpU5syE5HDrK7fX7aX5IugjXsw==",
61 61
       "requires": {
62
-        "@atlaskit/analytics-next": "^3.1.2",
63
-        "@atlaskit/theme": "^7.0.1",
62
+        "@atlaskit/analytics-next": "^4.0.3",
63
+        "@atlaskit/theme": "^8.1.7",
64 64
         "@babel/runtime": "^7.0.0"
65 65
       },
66 66
       "dependencies": {
67
+        "@atlaskit/analytics-next": {
68
+          "version": "4.0.5",
69
+          "resolved": "https://registry.npmjs.org/@atlaskit/analytics-next/-/analytics-next-4.0.5.tgz",
70
+          "integrity": "sha512-IqbKUQugMArrHZcCbm3MM9udbYGOzwE2D4vmiE1E/3waMDP+WybUi/5dwGcGY3FcVkW5/x2Mitt357K4ZOL8Dw==",
71
+          "requires": {
72
+            "@babel/runtime": "^7.0.0",
73
+            "prop-types": "^15.5.10"
74
+          }
75
+        },
67 76
         "@atlaskit/theme": {
68
-          "version": "7.0.1",
69
-          "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-7.0.1.tgz",
70
-          "integrity": "sha512-wxXDnkUablJketNCrQuNUuazufYEA7kv0Y6Yzv6uvqfuyNpWUQt4H1psz/MW8DbZmCdku9dEYbNVK3nFP5TDGg==",
77
+          "version": "8.1.7",
78
+          "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-8.1.7.tgz",
79
+          "integrity": "sha512-G7LUwdUW9dYMC3Fijpopxh+UeVIUjIB44NJB3MaqzneBmPnSP394Ys1m/pQUaCOMaZYXrwT3oct/jjnp7/nHWQ==",
71 80
           "requires": {
72 81
             "@babel/runtime": "^7.0.0",
82
+            "exenv": "^1.2.2",
73 83
             "prop-types": "^15.5.10"
74 84
           }
75 85
         }
@@ -551,6 +561,44 @@
551 561
         "uuid": "^3.1.0"
552 562
       }
553 563
     },
564
+    "@atlaskit/form": {
565
+      "version": "5.2.10",
566
+      "resolved": "https://registry.npmjs.org/@atlaskit/form/-/form-5.2.10.tgz",
567
+      "integrity": "sha512-nZa3UQfLbrGwDvoj+zv3S1cPkTgheSj3VVraZl6VHqIhxJXPDBg9B/hFb6Hxrmz21l8q9C29alZ/jTD7BJxXEw==",
568
+      "requires": {
569
+        "@atlaskit/icon": "^16.0.9",
570
+        "@atlaskit/theme": "^8.1.7",
571
+        "@babel/runtime": "^7.0.0",
572
+        "final-form": "^4.10.0",
573
+        "final-form-focus": "^1.1.0",
574
+        "memoize-one": "^3.0.1",
575
+        "react-uid": "^2.2.0",
576
+        "shallow-equal": "^1.0.0",
577
+        "tiny-invariant": "^0.0.3"
578
+      },
579
+      "dependencies": {
580
+        "@atlaskit/icon": {
581
+          "version": "16.0.9",
582
+          "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-16.0.9.tgz",
583
+          "integrity": "sha512-1gWuWgBsX6XZwX12iAPjoU0B0na92BZuCG0k8vHAIHJnhrgFpMJP7bqqV1IEob39qgbahk/4G9zagLBaNHWxoQ==",
584
+          "requires": {
585
+            "@atlaskit/theme": "^8.1.7",
586
+            "@babel/runtime": "^7.0.0",
587
+            "uuid": "^3.1.0"
588
+          }
589
+        },
590
+        "@atlaskit/theme": {
591
+          "version": "8.1.7",
592
+          "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-8.1.7.tgz",
593
+          "integrity": "sha512-G7LUwdUW9dYMC3Fijpopxh+UeVIUjIB44NJB3MaqzneBmPnSP394Ys1m/pQUaCOMaZYXrwT3oct/jjnp7/nHWQ==",
594
+          "requires": {
595
+            "@babel/runtime": "^7.0.0",
596
+            "exenv": "^1.2.2",
597
+            "prop-types": "^15.5.10"
598
+          }
599
+        }
600
+      }
601
+    },
554 602
     "@atlaskit/icon": {
555 603
       "version": "15.0.3",
556 604
       "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-15.0.3.tgz",
@@ -713,16 +761,18 @@
713 761
       }
714 762
     },
715 763
     "@atlaskit/modal-dialog": {
716
-      "version": "7.1.2",
717
-      "resolved": "https://registry.npmjs.org/@atlaskit/modal-dialog/-/modal-dialog-7.1.2.tgz",
718
-      "integrity": "sha512-rY8ojmtr0/9MxqQ8Ab9mtgv1VLRuJMNPCCbstjJzv+NLBu5tIh/on+iuzsxBL84E5hgrvg0wf7JHzKyOoQJQsw==",
719
-      "requires": {
720
-        "@atlaskit/analytics-next": "^3.1.2",
721
-        "@atlaskit/blanket": "^7.0.12",
722
-        "@atlaskit/button": "^10.1.1",
723
-        "@atlaskit/icon": "^15.0.2",
724
-        "@atlaskit/portal": "^0.0.17",
725
-        "@atlaskit/theme": "^7.0.1",
764
+      "version": "8.0.1",
765
+      "resolved": "https://registry.npmjs.org/@atlaskit/modal-dialog/-/modal-dialog-8.0.1.tgz",
766
+      "integrity": "sha512-Ips7R8wUhBECbYKbRBC2SiQRUKh1ylJKRajMet9WV47V2WKt7AuRZ8YhNT+RWdp+63/Ze4sm748wfdwv9nfV9Q==",
767
+      "requires": {
768
+        "@atlaskit/analytics-next": "^4.0.0",
769
+        "@atlaskit/blanket": "^8.0.0",
770
+        "@atlaskit/button": "^10.1.3",
771
+        "@atlaskit/form": "^5.1.8",
772
+        "@atlaskit/icon": "^16.0.4",
773
+        "@atlaskit/portal": "^0.2.0",
774
+        "@atlaskit/textfield": "^0.3.0",
775
+        "@atlaskit/theme": "^8.0.0",
726 776
         "@babel/runtime": "^7.0.0",
727 777
         "exenv": "^1.2.2",
728 778
         "prop-types": "^15.5.10",
@@ -733,23 +783,68 @@
733 783
         "tiny-invariant": "^0.0.3"
734 784
       },
735 785
       "dependencies": {
736
-        "@atlaskit/icon": {
737
-          "version": "15.0.3",
738
-          "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-15.0.3.tgz",
739
-          "integrity": "sha512-UAf7U0/+5giS2uMlOeVMYmhuWD4fQy0eRcp7r8oEDBqZXNH0yIuHrfu1bPgt2SbFotrjxZdPpOX1i1dXEu7y6g==",
786
+        "@atlaskit/analytics-next": {
787
+          "version": "4.0.5",
788
+          "resolved": "https://registry.npmjs.org/@atlaskit/analytics-next/-/analytics-next-4.0.5.tgz",
789
+          "integrity": "sha512-IqbKUQugMArrHZcCbm3MM9udbYGOzwE2D4vmiE1E/3waMDP+WybUi/5dwGcGY3FcVkW5/x2Mitt357K4ZOL8Dw==",
740 790
           "requires": {
741
-            "@atlaskit/theme": "^7.0.1",
791
+            "@babel/runtime": "^7.0.0",
792
+            "prop-types": "^15.5.10"
793
+          }
794
+        },
795
+        "@atlaskit/button": {
796
+          "version": "10.1.3",
797
+          "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-10.1.3.tgz",
798
+          "integrity": "sha512-FonEQSaGcjUPUY3JMT0UiPNInGnxot/XPDBxwCTyQP9DLF5GPSWlC1N7KmQV4ljiS/DoSCOSetA27cTBPsw/0Q==",
799
+          "requires": {
800
+            "@atlaskit/analytics-next": "^4.0.0",
801
+            "@atlaskit/analytics-next-types": "^3.1.2",
802
+            "@atlaskit/spinner": "10.0.0",
803
+            "@atlaskit/theme": "^8.0.0",
804
+            "@atlaskit/type-helpers": "^2.0.0",
742 805
             "@babel/runtime": "^7.0.0",
743 806
             "babel-runtime": "^6.26.0",
807
+            "tslib": "^1.8.0"
808
+          }
809
+        },
810
+        "@atlaskit/icon": {
811
+          "version": "16.0.9",
812
+          "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-16.0.9.tgz",
813
+          "integrity": "sha512-1gWuWgBsX6XZwX12iAPjoU0B0na92BZuCG0k8vHAIHJnhrgFpMJP7bqqV1IEob39qgbahk/4G9zagLBaNHWxoQ==",
814
+          "requires": {
815
+            "@atlaskit/theme": "^8.1.7",
816
+            "@babel/runtime": "^7.0.0",
744 817
             "uuid": "^3.1.0"
745 818
           }
746 819
         },
820
+        "@atlaskit/portal": {
821
+          "version": "0.2.2",
822
+          "resolved": "https://registry.npmjs.org/@atlaskit/portal/-/portal-0.2.2.tgz",
823
+          "integrity": "sha512-RsJG2UAI9e+Nzw7ydhu/pEf0fCwKY69IzV/G2tP/PG2cYgpgc9rvFT0W/lYIoWC8v0Wo9VYYOcTOWWZErLfFKg==",
824
+          "requires": {
825
+            "@babel/runtime": "^7.0.0",
826
+            "exenv": "^1.2.2",
827
+            "tiny-invariant": "^0.0.3"
828
+          }
829
+        },
830
+        "@atlaskit/spinner": {
831
+          "version": "10.0.0",
832
+          "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-10.0.0.tgz",
833
+          "integrity": "sha512-zSCde3FyVzLK1LRg6EAEM5unfGO0MkFTjD2EhpHnRvjMCFIhGLa2KFJL6VT/FxvT/RrEDzZwUmIiSK1nXyGIuA==",
834
+          "requires": {
835
+            "@atlaskit/theme": "^8.0.0",
836
+            "@babel/runtime": "^7.0.0",
837
+            "babel-runtime": "^6.26.0",
838
+            "react-transition-group": "^2.2.1"
839
+          }
840
+        },
747 841
         "@atlaskit/theme": {
748
-          "version": "7.0.1",
749
-          "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-7.0.1.tgz",
750
-          "integrity": "sha512-wxXDnkUablJketNCrQuNUuazufYEA7kv0Y6Yzv6uvqfuyNpWUQt4H1psz/MW8DbZmCdku9dEYbNVK3nFP5TDGg==",
842
+          "version": "8.1.7",
843
+          "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-8.1.7.tgz",
844
+          "integrity": "sha512-G7LUwdUW9dYMC3Fijpopxh+UeVIUjIB44NJB3MaqzneBmPnSP394Ys1m/pQUaCOMaZYXrwT3oct/jjnp7/nHWQ==",
751 845
           "requires": {
752 846
             "@babel/runtime": "^7.0.0",
847
+            "exenv": "^1.2.2",
753 848
             "prop-types": "^15.5.10"
754 849
           }
755 850
         }
@@ -927,6 +1022,38 @@
927 1022
         "babel-runtime": "^6.26.0"
928 1023
       }
929 1024
     },
1025
+    "@atlaskit/textfield": {
1026
+      "version": "0.3.1",
1027
+      "resolved": "https://registry.npmjs.org/@atlaskit/textfield/-/textfield-0.3.1.tgz",
1028
+      "integrity": "sha512-RRjBFrdAt/UkkJqKPqW+Jc1yle9POsEuHAMuzF1mTGjJfIf6ItP2sF3cTTRXZAOWv7Fo8C+IFTO2R/JpNXQrMg==",
1029
+      "requires": {
1030
+        "@atlaskit/analytics-next": "^4.0.1",
1031
+        "@atlaskit/theme": "^8.0.1",
1032
+        "@babel/runtime": "^7.0.0",
1033
+        "emotion": "^9.1.1"
1034
+      },
1035
+      "dependencies": {
1036
+        "@atlaskit/analytics-next": {
1037
+          "version": "4.0.5",
1038
+          "resolved": "https://registry.npmjs.org/@atlaskit/analytics-next/-/analytics-next-4.0.5.tgz",
1039
+          "integrity": "sha512-IqbKUQugMArrHZcCbm3MM9udbYGOzwE2D4vmiE1E/3waMDP+WybUi/5dwGcGY3FcVkW5/x2Mitt357K4ZOL8Dw==",
1040
+          "requires": {
1041
+            "@babel/runtime": "^7.0.0",
1042
+            "prop-types": "^15.5.10"
1043
+          }
1044
+        },
1045
+        "@atlaskit/theme": {
1046
+          "version": "8.1.7",
1047
+          "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-8.1.7.tgz",
1048
+          "integrity": "sha512-G7LUwdUW9dYMC3Fijpopxh+UeVIUjIB44NJB3MaqzneBmPnSP394Ys1m/pQUaCOMaZYXrwT3oct/jjnp7/nHWQ==",
1049
+          "requires": {
1050
+            "@babel/runtime": "^7.0.0",
1051
+            "exenv": "^1.2.2",
1052
+            "prop-types": "^15.5.10"
1053
+          }
1054
+        }
1055
+      }
1056
+    },
930 1057
     "@atlaskit/theme": {
931 1058
       "version": "7.0.2",
932 1059
       "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-7.0.2.tgz",
@@ -2240,6 +2367,62 @@
2240 2367
         }
2241 2368
       }
2242 2369
     },
2370
+    "@emotion/babel-utils": {
2371
+      "version": "0.6.10",
2372
+      "resolved": "https://registry.npmjs.org/@emotion/babel-utils/-/babel-utils-0.6.10.tgz",
2373
+      "integrity": "sha512-/fnkM/LTEp3jKe++T0KyTszVGWNKPNOUJfjNKLO17BzQ6QPxgbg3whayom1Qr2oLFH3V92tDymU+dT5q676uow==",
2374
+      "requires": {
2375
+        "@emotion/hash": "^0.6.6",
2376
+        "@emotion/memoize": "^0.6.6",
2377
+        "@emotion/serialize": "^0.9.1",
2378
+        "convert-source-map": "^1.5.1",
2379
+        "find-root": "^1.1.0",
2380
+        "source-map": "^0.7.2"
2381
+      },
2382
+      "dependencies": {
2383
+        "source-map": {
2384
+          "version": "0.7.3",
2385
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
2386
+          "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
2387
+        }
2388
+      }
2389
+    },
2390
+    "@emotion/hash": {
2391
+      "version": "0.6.6",
2392
+      "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.6.6.tgz",
2393
+      "integrity": "sha512-ojhgxzUHZ7am3D2jHkMzPpsBAiB005GF5YU4ea+8DNPybMk01JJUM9V9YRlF/GE95tcOm8DxQvWA2jq19bGalQ=="
2394
+    },
2395
+    "@emotion/memoize": {
2396
+      "version": "0.6.6",
2397
+      "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.6.6.tgz",
2398
+      "integrity": "sha512-h4t4jFjtm1YV7UirAFuSuFGyLa+NNxjdkq6DpFLANNQY5rHueFZHVY+8Cu1HYVP6DrheB0kv4m5xPjo7eKT7yQ=="
2399
+    },
2400
+    "@emotion/serialize": {
2401
+      "version": "0.9.1",
2402
+      "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.9.1.tgz",
2403
+      "integrity": "sha512-zTuAFtyPvCctHBEL8KZ5lJuwBanGSutFEncqLn/m9T1a6a93smBStK+bZzcNPgj4QS8Rkw9VTwJGhRIUVO8zsQ==",
2404
+      "requires": {
2405
+        "@emotion/hash": "^0.6.6",
2406
+        "@emotion/memoize": "^0.6.6",
2407
+        "@emotion/unitless": "^0.6.7",
2408
+        "@emotion/utils": "^0.8.2"
2409
+      }
2410
+    },
2411
+    "@emotion/stylis": {
2412
+      "version": "0.7.1",
2413
+      "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.7.1.tgz",
2414
+      "integrity": "sha512-/SLmSIkN13M//53TtNxgxo57mcJk/UJIDFRKwOiLIBEyBHEcipgR6hNMQ/59Sl4VjCJ0Z/3zeAZyvnSLPG/1HQ=="
2415
+    },
2416
+    "@emotion/unitless": {
2417
+      "version": "0.6.7",
2418
+      "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.6.7.tgz",
2419
+      "integrity": "sha512-Arj1hncvEVqQ2p7Ega08uHLr1JuRYBuO5cIvcA+WWEQ5+VmkOE3ZXzl04NbQxeQpWX78G7u6MqxKuNX3wvYZxg=="
2420
+    },
2421
+    "@emotion/utils": {
2422
+      "version": "0.8.2",
2423
+      "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.8.2.tgz",
2424
+      "integrity": "sha512-rLu3wcBWH4P5q1CGoSSH/i9hrXs7SlbRLkoq9IGuoPYNGQvDJ3pt/wmOM+XgYjIDRMVIdkUWt0RsfzF50JfnCw=="
2425
+    },
2243 2426
     "@expo/react-native-action-sheet": {
2244 2427
       "version": "1.1.2",
2245 2428
       "resolved": "https://registry.npmjs.org/@expo/react-native-action-sheet/-/react-native-action-sheet-1.1.2.tgz",
@@ -2576,8 +2759,7 @@
2576 2759
     "abbrev": {
2577 2760
       "version": "1.1.1",
2578 2761
       "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
2579
-      "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
2580
-      "dev": true
2762
+      "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
2581 2763
     },
2582 2764
     "absolute-path": {
2583 2765
       "version": "0.0.0",
@@ -2661,13 +2843,12 @@
2661 2843
         "@segment/top-domain": "^3.0.0",
2662 2844
         "blueimp-md5": "^2.10.0",
2663 2845
         "json3": "^3.3.2",
2664
-        "lodash": "^4.17.4",
2665
-        "ua-parser-js": "github:amplitude/ua-parser-js#ed538f16f5c6ecd8357da989b617d4f156dcf35d"
2846
+        "lodash": "^4.17.4"
2666 2847
       },
2667 2848
       "dependencies": {
2668 2849
         "ua-parser-js": {
2669 2850
           "version": "github:amplitude/ua-parser-js#ed538f16f5c6ecd8357da989b617d4f156dcf35d",
2670
-          "from": "github:amplitude/ua-parser-js#ed538f1"
2851
+          "from": "github:amplitude/ua-parser-js#ed538f16f5c6ecd8357da989b617d4f156dcf35d"
2671 2852
         }
2672 2853
       }
2673 2854
     },
@@ -3333,6 +3514,63 @@
3333 3514
         "babel-runtime": "^6.22.0"
3334 3515
       }
3335 3516
     },
3517
+    "babel-plugin-emotion": {
3518
+      "version": "9.2.11",
3519
+      "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-9.2.11.tgz",
3520
+      "integrity": "sha512-dgCImifnOPPSeXod2znAmgc64NhaaOjGEHROR/M+lmStb3841yK1sgaDYAYMnlvWNz8GnpwIPN0VmNpbWYZ+VQ==",
3521
+      "requires": {
3522
+        "@babel/helper-module-imports": "^7.0.0",
3523
+        "@emotion/babel-utils": "^0.6.4",
3524
+        "@emotion/hash": "^0.6.2",
3525
+        "@emotion/memoize": "^0.6.1",
3526
+        "@emotion/stylis": "^0.7.0",
3527
+        "babel-plugin-macros": "^2.0.0",
3528
+        "babel-plugin-syntax-jsx": "^6.18.0",
3529
+        "convert-source-map": "^1.5.0",
3530
+        "find-root": "^1.1.0",
3531
+        "mkdirp": "^0.5.1",
3532
+        "source-map": "^0.5.7",
3533
+        "touch": "^2.0.1"
3534
+      }
3535
+    },
3536
+    "babel-plugin-macros": {
3537
+      "version": "2.5.1",
3538
+      "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.5.1.tgz",
3539
+      "integrity": "sha512-xN3KhAxPzsJ6OQTktCanNpIFnnMsCV+t8OloKxIL72D6+SUZYFn9qfklPgef5HyyDtzYZqqb+fs1S12+gQY82Q==",
3540
+      "requires": {
3541
+        "@babel/runtime": "^7.4.2",
3542
+        "cosmiconfig": "^5.2.0",
3543
+        "resolve": "^1.10.0"
3544
+      },
3545
+      "dependencies": {
3546
+        "@babel/runtime": {
3547
+          "version": "7.4.3",
3548
+          "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.3.tgz",
3549
+          "integrity": "sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==",
3550
+          "requires": {
3551
+            "regenerator-runtime": "^0.13.2"
3552
+          }
3553
+        },
3554
+        "regenerator-runtime": {
3555
+          "version": "0.13.2",
3556
+          "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz",
3557
+          "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA=="
3558
+        },
3559
+        "resolve": {
3560
+          "version": "1.10.1",
3561
+          "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.10.1.tgz",
3562
+          "integrity": "sha512-KuIe4mf++td/eFb6wkaPbMDnP6kObCaEtIDuHOUED6MNUo4K670KZUHuuvYPZDxNF0WVLw49n06M2m2dXphEzA==",
3563
+          "requires": {
3564
+            "path-parse": "^1.0.6"
3565
+          }
3566
+        }
3567
+      }
3568
+    },
3569
+    "babel-plugin-syntax-jsx": {
3570
+      "version": "6.18.0",
3571
+      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
3572
+      "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
3573
+    },
3336 3574
     "babel-plugin-syntax-trailing-function-commas": {
3337 3575
       "version": "7.0.0-beta.0",
3338 3576
       "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz",
@@ -4572,6 +4810,20 @@
4572 4810
         "elliptic": "^6.0.0"
4573 4811
       }
4574 4812
     },
4813
+    "create-emotion": {
4814
+      "version": "9.2.12",
4815
+      "resolved": "https://registry.npmjs.org/create-emotion/-/create-emotion-9.2.12.tgz",
4816
+      "integrity": "sha512-P57uOF9NL2y98Xrbl2OuiDQUZ30GVmASsv5fbsjF4Hlraip2kyAvMm+2PoYUvFFw03Fhgtxk3RqZSm2/qHL9hA==",
4817
+      "requires": {
4818
+        "@emotion/hash": "^0.6.2",
4819
+        "@emotion/memoize": "^0.6.1",
4820
+        "@emotion/stylis": "^0.7.0",
4821
+        "@emotion/unitless": "^0.6.2",
4822
+        "csstype": "^2.5.2",
4823
+        "stylis": "^3.5.0",
4824
+        "stylis-rule-sheet": "^0.0.10"
4825
+      }
4826
+    },
4575 4827
     "create-error": {
4576 4828
       "version": "0.3.1",
4577 4829
       "resolved": "https://registry.npmjs.org/create-error/-/create-error-0.3.1.tgz",
@@ -4764,6 +5016,11 @@
4764 5016
         "source-map": "^0.5.3"
4765 5017
       }
4766 5018
     },
5019
+    "csstype": {
5020
+      "version": "2.6.4",
5021
+      "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.4.tgz",
5022
+      "integrity": "sha512-lAJUJP3M6HxFXbqtGRc0iZrdyeN+WzOWeY0q/VnFzI+kqVrYIzC7bWlKqCW7oCIdzoPkvfp82EVvrTlQ8zsWQg=="
5023
+    },
4767 5024
     "current-executing-script": {
4768 5025
       "version": "0.1.3",
4769 5026
       "resolved": "https://registry.npmjs.org/current-executing-script/-/current-executing-script-0.1.3.tgz",
@@ -5169,6 +5426,15 @@
5169 5426
       "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
5170 5427
       "dev": true
5171 5428
     },
5429
+    "emotion": {
5430
+      "version": "9.2.12",
5431
+      "resolved": "https://registry.npmjs.org/emotion/-/emotion-9.2.12.tgz",
5432
+      "integrity": "sha512-hcx7jppaI8VoXxIWEhxpDW7I+B4kq9RNzQLmsrF6LY8BGKqe2N+gFAQr0EfuFucFlPs2A9HM4+xNj4NeqEWIOQ==",
5433
+      "requires": {
5434
+        "babel-plugin-emotion": "^9.2.11",
5435
+        "create-emotion": "^9.2.12"
5436
+      }
5437
+    },
5172 5438
     "encodeurl": {
5173 5439
       "version": "1.0.2",
5174 5440
       "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
@@ -6140,6 +6406,34 @@
6140 6406
         }
6141 6407
       }
6142 6408
     },
6409
+    "final-form": {
6410
+      "version": "4.12.0",
6411
+      "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.12.0.tgz",
6412
+      "integrity": "sha512-z1fSzDNmIBlDjRMaluM3WgDbcwCFpPm7mvopplgXGMRS49MXR+1n//lteLwPURdGQNOZhWm3GwiEJanEHCItww==",
6413
+      "requires": {
6414
+        "@babel/runtime": "^7.3.1"
6415
+      },
6416
+      "dependencies": {
6417
+        "@babel/runtime": {
6418
+          "version": "7.4.3",
6419
+          "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.3.tgz",
6420
+          "integrity": "sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==",
6421
+          "requires": {
6422
+            "regenerator-runtime": "^0.13.2"
6423
+          }
6424
+        },
6425
+        "regenerator-runtime": {
6426
+          "version": "0.13.2",
6427
+          "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz",
6428
+          "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA=="
6429
+        }
6430
+      }
6431
+    },
6432
+    "final-form-focus": {
6433
+      "version": "1.1.2",
6434
+      "resolved": "https://registry.npmjs.org/final-form-focus/-/final-form-focus-1.1.2.tgz",
6435
+      "integrity": "sha512-Gd+Bd2Ll7ijo3/sd6kJ/bwLkhc2bUJPxTON6fIqee/008EJpACWhT+zoWCm9q6NcfMcWRS+Sp5ikRX8iqdXeGQ=="
6436
+    },
6143 6437
     "finalhandler": {
6144 6438
       "version": "1.1.0",
6145 6439
       "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz",
@@ -6172,6 +6466,11 @@
6172 6466
         "pkg-dir": "^2.0.0"
6173 6467
       }
6174 6468
     },
6469
+    "find-root": {
6470
+      "version": "1.1.0",
6471
+      "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
6472
+      "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
6473
+    },
6175 6474
     "find-up": {
6176 6475
       "version": "2.1.0",
6177 6476
       "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
@@ -6252,9 +6551,9 @@
6252 6551
       "integrity": "sha512-WQr7DsBZfdmXwqWk7yyk9H2R60iHiUpLMvkov6KivafC9d1SzDTjSBsKMa8skT4laaSxus+F4v7WLO6J0zxPkw=="
6253 6552
     },
6254 6553
     "focus-lock": {
6255
-      "version": "0.4.2",
6256
-      "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-0.4.2.tgz",
6257
-      "integrity": "sha512-jqjj49iZEVT/X8yidEMmP8oWmDKJlJy/um7OyYP42CZ0y4icCp6Fm2lTkZVcFVpt4mZ/hPtbs9ikqId7YhUelw=="
6554
+      "version": "0.6.3",
6555
+      "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-0.6.3.tgz",
6556
+      "integrity": "sha512-EU6ePgEauhWrzJEN5RtG1d1ayrWXhEnfzTjnieHj+jG9tNHDEhKTAnCn1TN3gs9h6XWCDH6cpeX1VXY/lzLwZg=="
6258 6557
     },
6259 6558
     "follow-redirects": {
6260 6559
       "version": "1.7.0",
@@ -11580,10 +11879,11 @@
11580 11879
       "integrity": "sha1-0uJZ/clR0diQbAiQIAIQjc6HkuU="
11581 11880
     },
11582 11881
     "react-clientside-effect": {
11583
-      "version": "1.0.0",
11584
-      "resolved": "https://registry.npmjs.org/react-clientside-effect/-/react-clientside-effect-1.0.0.tgz",
11585
-      "integrity": "sha512-XYOjooNlAEos60o4ha9zDb1R9h3LMJUdXJOjFH6fNUwFxXu2k+Wq4Cd0JWmurgeY0DWTzGvpNJ0cY6eHyfhL1Q==",
11882
+      "version": "1.2.0",
11883
+      "resolved": "https://registry.npmjs.org/react-clientside-effect/-/react-clientside-effect-1.2.0.tgz",
11884
+      "integrity": "sha512-cVIsGG7SNHsQsCP4+fw7KFUB0HiYiU8hbvL640XaLCbZ31aK8/lj0qOKJ2K+xRjuQz/IM4Q4qclI0aEqTtcXtA==",
11586 11885
       "requires": {
11886
+        "@babel/runtime": "^7.0.0",
11587 11887
         "shallowequal": "^1.1.0"
11588 11888
       }
11589 11889
     },
@@ -11674,23 +11974,38 @@
11674 11974
       }
11675 11975
     },
11676 11976
     "react-focus-lock": {
11677
-      "version": "1.13.2",
11678
-      "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-1.13.2.tgz",
11679
-      "integrity": "sha512-ev8OHCuqK3fDpnrlJ8udTdUS6MzpFB3XhXyFp7qLrd9B/OkqSDO/n3t5rVMu/BQEz+NcXFuuSk2hYRgJphsNzA==",
11977
+      "version": "1.19.1",
11978
+      "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-1.19.1.tgz",
11979
+      "integrity": "sha512-TPpfiack1/nF4uttySfpxPk4rGZTLXlaZl7ncZg/ELAk24Iq2B1UUaUioID8H8dneUXqznT83JTNDHDj+kwryw==",
11680 11980
       "requires": {
11681
-        "focus-lock": "^0.4.2",
11981
+        "@babel/runtime": "^7.0.0",
11982
+        "focus-lock": "^0.6.3",
11682 11983
         "prop-types": "^15.6.2",
11683
-        "react-clientside-effect": "^1.0.0"
11984
+        "react-clientside-effect": "^1.2.0"
11684 11985
       },
11685 11986
       "dependencies": {
11987
+        "loose-envify": {
11988
+          "version": "1.4.0",
11989
+          "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
11990
+          "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
11991
+          "requires": {
11992
+            "js-tokens": "^3.0.0 || ^4.0.0"
11993
+          }
11994
+        },
11686 11995
         "prop-types": {
11687
-          "version": "15.6.2",
11688
-          "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.2.tgz",
11689
-          "integrity": "sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==",
11996
+          "version": "15.7.2",
11997
+          "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
11998
+          "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
11690 11999
           "requires": {
11691
-            "loose-envify": "^1.3.1",
11692
-            "object-assign": "^4.1.1"
12000
+            "loose-envify": "^1.4.0",
12001
+            "object-assign": "^4.1.1",
12002
+            "react-is": "^16.8.1"
11693 12003
           }
12004
+        },
12005
+        "react-is": {
12006
+          "version": "16.8.6",
12007
+          "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.8.6.tgz",
12008
+          "integrity": "sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA=="
11694 12009
         }
11695 12010
       }
11696 12011
     },
@@ -12119,6 +12434,11 @@
12119 12434
         "tween-functions": "^1.0.1"
12120 12435
       }
12121 12436
     },
12437
+    "react-uid": {
12438
+      "version": "2.2.0",
12439
+      "resolved": "https://registry.npmjs.org/react-uid/-/react-uid-2.2.0.tgz",
12440
+      "integrity": "sha512-z+g5+hFOQ08hCfrGcJ1PNs+cmvH8Uq2CVzCmPeWBsUi5A4W4NWXR5jouledzy3oSKGMU9HOzf8zFuGi15TXJoQ=="
12441
+    },
12122 12442
     "read-pkg": {
12123 12443
       "version": "2.0.0",
12124 12444
       "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
@@ -13588,6 +13908,11 @@
13588 13908
         "safe-buffer": "^5.0.1"
13589 13909
       }
13590 13910
     },
13911
+    "shallow-equal": {
13912
+      "version": "1.1.0",
13913
+      "resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-1.1.0.tgz",
13914
+      "integrity": "sha512-0SW1nWo1hnabO62SEeHsl8nmTVVEzguVWZCj5gaQrgWAxz/BaCja4OWdJBWLVPDxdtE/WU7c98uUCCXyPHSCvw=="
13915
+    },
13591 13916
     "shallowequal": {
13592 13917
       "version": "1.1.0",
13593 13918
       "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
@@ -14912,6 +15237,24 @@
14912 15237
         }
14913 15238
       }
14914 15239
     },
15240
+    "touch": {
15241
+      "version": "2.0.2",
15242
+      "resolved": "https://registry.npmjs.org/touch/-/touch-2.0.2.tgz",
15243
+      "integrity": "sha512-qjNtvsFXTRq7IuMLweVgFxmEuQ6gLbRs2jQxL80TtZ31dEKWYIxRXquij6w6VimyDek5hD3PytljHmEtAs2u0A==",
15244
+      "requires": {
15245
+        "nopt": "~1.0.10"
15246
+      },
15247
+      "dependencies": {
15248
+        "nopt": {
15249
+          "version": "1.0.10",
15250
+          "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
15251
+          "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=",
15252
+          "requires": {
15253
+            "abbrev": "1"
15254
+          }
15255
+        }
15256
+      }
15257
+    },
14915 15258
     "tough-cookie": {
14916 15259
       "version": "2.4.3",
14917 15260
       "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",

+ 1
- 1
package.json Visa fil

@@ -26,7 +26,7 @@
26 26
     "@atlaskit/inline-dialog": "5.3.0",
27 27
     "@atlaskit/inline-message": "7.0.10",
28 28
     "@atlaskit/lozenge": "6.2.4",
29
-    "@atlaskit/modal-dialog": "7.1.2",
29
+    "@atlaskit/modal-dialog": "8.0.1",
30 30
     "@atlaskit/multi-select": "11.0.13",
31 31
     "@atlaskit/spinner": "9.0.13",
32 32
     "@atlaskit/tabs": "8.0.11",

Laddar…
Avbryt
Spara