浏览代码

feat: Updates @atlaskit/flag to use the testId prop for integration tests.

master
damencho 4 年前
父节点
当前提交
f3da009d61
共有 3 个文件被更改,包括 429 次插入26 次删除
  1. 1
    1
      css/_atlaskit_overrides.scss
  2. 427
    24
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
css/_atlaskit_overrides.scss 查看文件

@@ -2,7 +2,7 @@
2 2
  * Move the @atlaskit/flag container up a little bit so it does not cover the
3 3
  * toolbar with the first notification.
4 4
  */
5
-.cjMOOK{
5
+.jIMojv{
6 6
     bottom: calc(#{$newToolbarSizeWithPadding}) !important;
7 7
 }
8 8
 

+ 427
- 24
package-lock.json 查看文件

@@ -5,13 +5,13 @@
5 5
   "requires": true,
6 6
   "dependencies": {
7 7
     "@atlaskit/analytics-next": {
8
-      "version": "3.1.2",
9
-      "resolved": "https://registry.npmjs.org/@atlaskit/analytics-next/-/analytics-next-3.1.2.tgz",
10
-      "integrity": "sha512-bkYDvl3Ojsnim+bsc9BALfvOjiL7xdb2rTp/4yqUP9pfidtf5HudbOJ849+dKcRCmk/rFbfB/nhDBRU6rv1Ueg==",
8
+      "version": "7.0.1",
9
+      "resolved": "https://registry.npmjs.org/@atlaskit/analytics-next/-/analytics-next-7.0.1.tgz",
10
+      "integrity": "sha512-HEL2HFMStNF8oXfeaeKGc3Y/lsT4ldBvoh+tu+uNYSXENmkpZZG5clBskNOp8z2idD+i4JI8oJo/JH7GWopsuw==",
11 11
       "requires": {
12
-        "@babel/runtime": "^7.0.0",
13
-        "babel-runtime": "^6.26.0",
14
-        "prop-types": "^15.5.10"
12
+        "prop-types": "^15.5.10",
13
+        "tslib": "^1.9.3",
14
+        "use-memo-one": "^1.1.1"
15 15
       }
16 16
     },
17 17
     "@atlaskit/analytics-next-types": {
@@ -514,19 +514,133 @@
514 514
       }
515 515
     },
516 516
     "@atlaskit/flag": {
517
-      "version": "9.1.8",
518
-      "resolved": "https://registry.npmjs.org/@atlaskit/flag/-/flag-9.1.8.tgz",
519
-      "integrity": "sha512-Uww6dYBZiz9SiRfJXqGgbkmI5YTLmN70f8rGVcD4ntoOGGIuqzDXvWe+MRa4BEOIs2TIkvY6EIUDrUSa8IQM/w==",
520
-      "requires": {
521
-        "@atlaskit/analytics-next": "^3.1.2",
522
-        "@atlaskit/button": "^10.1.1",
523
-        "@atlaskit/icon": "^15.0.2",
524
-        "@atlaskit/portal": "^0.0.17",
525
-        "@atlaskit/theme": "^7.0.1",
526
-        "@babel/runtime": "^7.0.0",
527
-        "babel-runtime": "^6.26.0",
528
-        "react-transition-group": "^2.2.1",
517
+      "version": "13.0.0",
518
+      "resolved": "https://registry.npmjs.org/@atlaskit/flag/-/flag-13.0.0.tgz",
519
+      "integrity": "sha512-KWekTHuVohfwfWxRflS0wHqEAvOQkXOdOPbRLo7+zEL0YH7/ogGNTCocLEb6o0rvkh8GA1kXZr8uRzCPpcjMCw==",
520
+      "requires": {
521
+        "@atlaskit/analytics-next": "^7.0.0",
522
+        "@atlaskit/button": "^14.0.0",
523
+        "@atlaskit/icon": "^21.0.0",
524
+        "@atlaskit/portal": "^4.0.0",
525
+        "@atlaskit/theme": "^10.0.0",
526
+        "react-transition-group": "^4.4.1",
527
+        "tslib": "^1.9.3",
529 528
         "uuid": "^3.1.0"
529
+      },
530
+      "dependencies": {
531
+        "@atlaskit/button": {
532
+          "version": "14.0.0",
533
+          "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-14.0.0.tgz",
534
+          "integrity": "sha512-uB+qylcOnXwI5Niq/GGprnGOGL9BsGH6huc0vCk23HX/vXB3CZ7ZKtcxI8ZpmMmgJzZeSrZG0BtuTxCLVixxUA==",
535
+          "requires": {
536
+            "@atlaskit/analytics-next": "^7.0.0",
537
+            "@atlaskit/spinner": "^15.0.0",
538
+            "@atlaskit/theme": "^10.0.0",
539
+            "@emotion/core": "^10.0.9",
540
+            "memoize-one": "^5.1.0",
541
+            "tslib": "^1.9.3"
542
+          }
543
+        },
544
+        "@atlaskit/icon": {
545
+          "version": "21.0.1",
546
+          "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-21.0.1.tgz",
547
+          "integrity": "sha512-mTInVTD6m6/uNGMCwzcMOGdKMuDiJ56SJ4uf4VZIL/kTx0DOPIc03pJ6xOJveR+wgFCRP6xQmDztFmSAR/Eoyg==",
548
+          "requires": {
549
+            "@atlaskit/theme": "^10.0.0",
550
+            "tslib": "^1.9.3",
551
+            "uuid": "^3.1.0"
552
+          }
553
+        },
554
+        "@atlaskit/spinner": {
555
+          "version": "15.0.0",
556
+          "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-15.0.0.tgz",
557
+          "integrity": "sha512-y0D5PN/mddbNSJ0PaVAC962hbYT+RwgYtzcuY3cq0shXiDe6UIWRPcDSZ01f2GpimjZG7LbbsmpetYv43XX1Xg==",
558
+          "requires": {
559
+            "@atlaskit/theme": "^10.0.0",
560
+            "@emotion/core": "^10.0.9",
561
+            "tslib": "^1.9.3"
562
+          }
563
+        },
564
+        "@atlaskit/theme": {
565
+          "version": "10.0.1",
566
+          "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-10.0.1.tgz",
567
+          "integrity": "sha512-XUor9lYlX0yTRSxd/rvaL8i2gdm0PDbOV+KhuezpuGBaS0opzseRrCnEc+OMGmpWRYHjCRyEugp6FwSSquFb8w==",
568
+          "requires": {
569
+            "exenv": "^1.2.2",
570
+            "prop-types": "^15.5.10",
571
+            "tslib": "^1.9.3"
572
+          }
573
+        },
574
+        "csstype": {
575
+          "version": "2.6.11",
576
+          "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.11.tgz",
577
+          "integrity": "sha512-l8YyEC9NBkSm783PFTvh0FmJy7s5pFKrDp49ZL7zBGX3fWkO+N4EEyan1qqp8cwPLDcD0OSdyY6hAMoxp34JFw=="
578
+        },
579
+        "dom-helpers": {
580
+          "version": "5.1.4",
581
+          "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.1.4.tgz",
582
+          "integrity": "sha512-TjMyeVUvNEnOnhzs6uAn9Ya47GmMo3qq7m+Lr/3ON0Rs5kHvb8I+SQYjLUSYn7qhEm0QjW0yrBkvz9yOrwwz1A==",
583
+          "requires": {
584
+            "@babel/runtime": "^7.8.7",
585
+            "csstype": "^2.6.7"
586
+          },
587
+          "dependencies": {
588
+            "@babel/runtime": {
589
+              "version": "7.10.5",
590
+              "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
591
+              "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
592
+              "requires": {
593
+                "regenerator-runtime": "^0.13.4"
594
+              }
595
+            }
596
+          }
597
+        },
598
+        "loose-envify": {
599
+          "version": "1.4.0",
600
+          "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
601
+          "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
602
+          "requires": {
603
+            "js-tokens": "^3.0.0 || ^4.0.0"
604
+          }
605
+        },
606
+        "memoize-one": {
607
+          "version": "5.1.1",
608
+          "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.1.1.tgz",
609
+          "integrity": "sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA=="
610
+        },
611
+        "react-is": {
612
+          "version": "16.13.1",
613
+          "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
614
+          "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
615
+        },
616
+        "react-transition-group": {
617
+          "version": "4.4.1",
618
+          "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz",
619
+          "integrity": "sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==",
620
+          "requires": {
621
+            "@babel/runtime": "^7.5.5",
622
+            "dom-helpers": "^5.0.1",
623
+            "loose-envify": "^1.4.0",
624
+            "prop-types": "^15.6.2"
625
+          },
626
+          "dependencies": {
627
+            "prop-types": {
628
+              "version": "15.7.2",
629
+              "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
630
+              "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
631
+              "requires": {
632
+                "loose-envify": "^1.4.0",
633
+                "object-assign": "^4.1.1",
634
+                "react-is": "^16.8.1"
635
+              }
636
+            }
637
+          }
638
+        },
639
+        "regenerator-runtime": {
640
+          "version": "0.13.5",
641
+          "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
642
+          "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA=="
643
+        }
530 644
       }
531 645
     },
532 646
     "@atlaskit/form": {
@@ -868,14 +982,26 @@
868 982
       }
869 983
     },
870 984
     "@atlaskit/portal": {
871
-      "version": "0.0.17",
872
-      "resolved": "https://registry.npmjs.org/@atlaskit/portal/-/portal-0.0.17.tgz",
873
-      "integrity": "sha512-nn7b0xd1f/zHaAVCl18vmInPS5/P3zJyDP5pVBeH6Lg4Xo60BR1SDOca9EzKqvxs0FFE84HWcjpWSBRxHZ5sHw==",
985
+      "version": "4.0.1",
986
+      "resolved": "https://registry.npmjs.org/@atlaskit/portal/-/portal-4.0.1.tgz",
987
+      "integrity": "sha512-dYe/YozUkFZ0NitZ2dfnHE/d8i1Tq+pcdlwXd3+PyhzvPbnPoseZpQ/jC+KAbxZ4wCzLwSF+SXapdAJSbwkLfg==",
874 988
       "requires": {
875
-        "@babel/runtime": "^7.0.0",
876
-        "babel-runtime": "^6.26.0",
989
+        "@atlaskit/theme": "^10.0.0",
877 990
         "exenv": "^1.2.2",
878
-        "tiny-invariant": "^0.0.3"
991
+        "tiny-invariant": "^0.0.3",
992
+        "tslib": "^1.9.3"
993
+      },
994
+      "dependencies": {
995
+        "@atlaskit/theme": {
996
+          "version": "10.0.1",
997
+          "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-10.0.1.tgz",
998
+          "integrity": "sha512-XUor9lYlX0yTRSxd/rvaL8i2gdm0PDbOV+KhuezpuGBaS0opzseRrCnEc+OMGmpWRYHjCRyEugp6FwSSquFb8w==",
999
+          "requires": {
1000
+            "exenv": "^1.2.2",
1001
+            "prop-types": "^15.5.10",
1002
+            "tslib": "^1.9.3"
1003
+          }
1004
+        }
879 1005
       }
880 1006
     },
881 1007
     "@atlaskit/spinner": {
@@ -2662,6 +2788,268 @@
2662 2788
         }
2663 2789
       }
2664 2790
     },
2791
+    "@emotion/cache": {
2792
+      "version": "10.0.29",
2793
+      "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz",
2794
+      "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==",
2795
+      "requires": {
2796
+        "@emotion/sheet": "0.9.4",
2797
+        "@emotion/stylis": "0.8.5",
2798
+        "@emotion/utils": "0.11.3",
2799
+        "@emotion/weak-memoize": "0.2.5"
2800
+      },
2801
+      "dependencies": {
2802
+        "@emotion/stylis": {
2803
+          "version": "0.8.5",
2804
+          "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
2805
+          "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
2806
+        },
2807
+        "@emotion/utils": {
2808
+          "version": "0.11.3",
2809
+          "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz",
2810
+          "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw=="
2811
+        }
2812
+      }
2813
+    },
2814
+    "@emotion/core": {
2815
+      "version": "10.0.28",
2816
+      "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.28.tgz",
2817
+      "integrity": "sha512-pH8UueKYO5jgg0Iq+AmCLxBsvuGtvlmiDCOuv8fGNYn3cowFpLN98L8zO56U0H1PjDIyAlXymgL3Wu7u7v6hbA==",
2818
+      "requires": {
2819
+        "@babel/runtime": "^7.5.5",
2820
+        "@emotion/cache": "^10.0.27",
2821
+        "@emotion/css": "^10.0.27",
2822
+        "@emotion/serialize": "^0.11.15",
2823
+        "@emotion/sheet": "0.9.4",
2824
+        "@emotion/utils": "0.11.3"
2825
+      },
2826
+      "dependencies": {
2827
+        "@emotion/hash": {
2828
+          "version": "0.8.0",
2829
+          "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
2830
+          "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
2831
+        },
2832
+        "@emotion/memoize": {
2833
+          "version": "0.7.4",
2834
+          "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
2835
+          "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
2836
+        },
2837
+        "@emotion/serialize": {
2838
+          "version": "0.11.16",
2839
+          "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz",
2840
+          "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==",
2841
+          "requires": {
2842
+            "@emotion/hash": "0.8.0",
2843
+            "@emotion/memoize": "0.7.4",
2844
+            "@emotion/unitless": "0.7.5",
2845
+            "@emotion/utils": "0.11.3",
2846
+            "csstype": "^2.5.7"
2847
+          }
2848
+        },
2849
+        "@emotion/unitless": {
2850
+          "version": "0.7.5",
2851
+          "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
2852
+          "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
2853
+        },
2854
+        "@emotion/utils": {
2855
+          "version": "0.11.3",
2856
+          "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz",
2857
+          "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw=="
2858
+        }
2859
+      }
2860
+    },
2861
+    "@emotion/css": {
2862
+      "version": "10.0.27",
2863
+      "resolved": "https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz",
2864
+      "integrity": "sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==",
2865
+      "requires": {
2866
+        "@emotion/serialize": "^0.11.15",
2867
+        "@emotion/utils": "0.11.3",
2868
+        "babel-plugin-emotion": "^10.0.27"
2869
+      },
2870
+      "dependencies": {
2871
+        "@emotion/hash": {
2872
+          "version": "0.8.0",
2873
+          "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
2874
+          "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
2875
+        },
2876
+        "@emotion/memoize": {
2877
+          "version": "0.7.4",
2878
+          "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
2879
+          "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
2880
+        },
2881
+        "@emotion/serialize": {
2882
+          "version": "0.11.16",
2883
+          "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz",
2884
+          "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==",
2885
+          "requires": {
2886
+            "@emotion/hash": "0.8.0",
2887
+            "@emotion/memoize": "0.7.4",
2888
+            "@emotion/unitless": "0.7.5",
2889
+            "@emotion/utils": "0.11.3",
2890
+            "csstype": "^2.5.7"
2891
+          }
2892
+        },
2893
+        "@emotion/unitless": {
2894
+          "version": "0.7.5",
2895
+          "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
2896
+          "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
2897
+        },
2898
+        "@emotion/utils": {
2899
+          "version": "0.11.3",
2900
+          "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz",
2901
+          "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw=="
2902
+        },
2903
+        "babel-plugin-emotion": {
2904
+          "version": "10.0.33",
2905
+          "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.0.33.tgz",
2906
+          "integrity": "sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ==",
2907
+          "requires": {
2908
+            "@babel/helper-module-imports": "^7.0.0",
2909
+            "@emotion/hash": "0.8.0",
2910
+            "@emotion/memoize": "0.7.4",
2911
+            "@emotion/serialize": "^0.11.16",
2912
+            "babel-plugin-macros": "^2.0.0",
2913
+            "babel-plugin-syntax-jsx": "^6.18.0",
2914
+            "convert-source-map": "^1.5.0",
2915
+            "escape-string-regexp": "^1.0.5",
2916
+            "find-root": "^1.1.0",
2917
+            "source-map": "^0.5.7"
2918
+          }
2919
+        }
2920
+      }
2921
+    },
2922
+    "@emotion/cache": {
2923
+      "version": "10.0.29",
2924
+      "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz",
2925
+      "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==",
2926
+      "requires": {
2927
+        "@emotion/sheet": "0.9.4",
2928
+        "@emotion/stylis": "0.8.5",
2929
+        "@emotion/utils": "0.11.3",
2930
+        "@emotion/weak-memoize": "0.2.5"
2931
+      },
2932
+      "dependencies": {
2933
+        "@emotion/stylis": {
2934
+          "version": "0.8.5",
2935
+          "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
2936
+          "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
2937
+        },
2938
+        "@emotion/utils": {
2939
+          "version": "0.11.3",
2940
+          "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz",
2941
+          "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw=="
2942
+        }
2943
+      }
2944
+    },
2945
+    "@emotion/core": {
2946
+      "version": "10.0.28",
2947
+      "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.28.tgz",
2948
+      "integrity": "sha512-pH8UueKYO5jgg0Iq+AmCLxBsvuGtvlmiDCOuv8fGNYn3cowFpLN98L8zO56U0H1PjDIyAlXymgL3Wu7u7v6hbA==",
2949
+      "requires": {
2950
+        "@babel/runtime": "^7.5.5",
2951
+        "@emotion/cache": "^10.0.27",
2952
+        "@emotion/css": "^10.0.27",
2953
+        "@emotion/serialize": "^0.11.15",
2954
+        "@emotion/sheet": "0.9.4",
2955
+        "@emotion/utils": "0.11.3"
2956
+      },
2957
+      "dependencies": {
2958
+        "@emotion/hash": {
2959
+          "version": "0.8.0",
2960
+          "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
2961
+          "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
2962
+        },
2963
+        "@emotion/memoize": {
2964
+          "version": "0.7.4",
2965
+          "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
2966
+          "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
2967
+        },
2968
+        "@emotion/serialize": {
2969
+          "version": "0.11.16",
2970
+          "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz",
2971
+          "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==",
2972
+          "requires": {
2973
+            "@emotion/hash": "0.8.0",
2974
+            "@emotion/memoize": "0.7.4",
2975
+            "@emotion/unitless": "0.7.5",
2976
+            "@emotion/utils": "0.11.3",
2977
+            "csstype": "^2.5.7"
2978
+          }
2979
+        },
2980
+        "@emotion/unitless": {
2981
+          "version": "0.7.5",
2982
+          "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
2983
+          "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
2984
+        },
2985
+        "@emotion/utils": {
2986
+          "version": "0.11.3",
2987
+          "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz",
2988
+          "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw=="
2989
+        }
2990
+      }
2991
+    },
2992
+    "@emotion/css": {
2993
+      "version": "10.0.27",
2994
+      "resolved": "https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz",
2995
+      "integrity": "sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==",
2996
+      "requires": {
2997
+        "@emotion/serialize": "^0.11.15",
2998
+        "@emotion/utils": "0.11.3",
2999
+        "babel-plugin-emotion": "^10.0.27"
3000
+      },
3001
+      "dependencies": {
3002
+        "@emotion/hash": {
3003
+          "version": "0.8.0",
3004
+          "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
3005
+          "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
3006
+        },
3007
+        "@emotion/memoize": {
3008
+          "version": "0.7.4",
3009
+          "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
3010
+          "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
3011
+        },
3012
+        "@emotion/serialize": {
3013
+          "version": "0.11.16",
3014
+          "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz",
3015
+          "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==",
3016
+          "requires": {
3017
+            "@emotion/hash": "0.8.0",
3018
+            "@emotion/memoize": "0.7.4",
3019
+            "@emotion/unitless": "0.7.5",
3020
+            "@emotion/utils": "0.11.3",
3021
+            "csstype": "^2.5.7"
3022
+          }
3023
+        },
3024
+        "@emotion/unitless": {
3025
+          "version": "0.7.5",
3026
+          "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
3027
+          "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
3028
+        },
3029
+        "@emotion/utils": {
3030
+          "version": "0.11.3",
3031
+          "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz",
3032
+          "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw=="
3033
+        },
3034
+        "babel-plugin-emotion": {
3035
+          "version": "10.0.33",
3036
+          "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.0.33.tgz",
3037
+          "integrity": "sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ==",
3038
+          "requires": {
3039
+            "@babel/helper-module-imports": "^7.0.0",
3040
+            "@emotion/hash": "0.8.0",
3041
+            "@emotion/memoize": "0.7.4",
3042
+            "@emotion/serialize": "^0.11.16",
3043
+            "babel-plugin-macros": "^2.0.0",
3044
+            "babel-plugin-syntax-jsx": "^6.18.0",
3045
+            "convert-source-map": "^1.5.0",
3046
+            "escape-string-regexp": "^1.0.5",
3047
+            "find-root": "^1.1.0",
3048
+            "source-map": "^0.5.7"
3049
+          }
3050
+        }
3051
+      }
3052
+    },
2665 3053
     "@emotion/hash": {
2666 3054
       "version": "0.6.6",
2667 3055
       "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.6.6.tgz",
@@ -2683,6 +3071,11 @@
2683 3071
         "@emotion/utils": "^0.8.2"
2684 3072
       }
2685 3073
     },
3074
+    "@emotion/sheet": {
3075
+      "version": "0.9.4",
3076
+      "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz",
3077
+      "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA=="
3078
+    },
2686 3079
     "@emotion/stylis": {
2687 3080
       "version": "0.7.1",
2688 3081
       "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.7.1.tgz",
@@ -2698,6 +3091,11 @@
2698 3091
       "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.8.2.tgz",
2699 3092
       "integrity": "sha512-rLu3wcBWH4P5q1CGoSSH/i9hrXs7SlbRLkoq9IGuoPYNGQvDJ3pt/wmOM+XgYjIDRMVIdkUWt0RsfzF50JfnCw=="
2700 3093
     },
3094
+    "@emotion/weak-memoize": {
3095
+      "version": "0.2.5",
3096
+      "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
3097
+      "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
3098
+    },
2701 3099
     "@hapi/address": {
2702 3100
       "version": "2.1.4",
2703 3101
       "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz",
@@ -17373,6 +17771,11 @@
17373 17771
       "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
17374 17772
       "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="
17375 17773
     },
17774
+    "use-memo-one": {
17775
+      "version": "1.1.1",
17776
+      "resolved": "https://registry.npmjs.org/use-memo-one/-/use-memo-one-1.1.1.tgz",
17777
+      "integrity": "sha512-oFfsyun+bP7RX8X2AskHNTxu+R3QdE/RC5IefMbqptmACAA/gfol1KDD5KRzPsGMa62sWxGZw+Ui43u6x4ddoQ=="
17778
+    },
17376 17779
     "util": {
17377 17780
       "version": "0.12.1",
17378 17781
       "resolved": "https://registry.npmjs.org/util/-/util-0.12.1.tgz",

+ 1
- 1
package.json 查看文件

@@ -20,7 +20,7 @@
20 20
     "@atlaskit/dropdown-menu": "6.1.25",
21 21
     "@atlaskit/field-text": "7.0.19",
22 22
     "@atlaskit/field-text-area": "4.0.15",
23
-    "@atlaskit/flag": "9.1.8",
23
+    "@atlaskit/flag": "13.0.0",
24 24
     "@atlaskit/icon": "15.0.3",
25 25
     "@atlaskit/inline-dialog": "5.3.0",
26 26
     "@atlaskit/inline-message": "7.0.10",

正在加载...
取消
保存