Skip to content

Commit

Permalink
Merge pull request #829 from enterprise-oss/dependabot/npm_and_yarn/a…
Browse files Browse the repository at this point in the history
…ntd-4.14.0
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
2 parents 4923b62 + 9297c02 commit d11b2cc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@enterprise-oss/ant-theme": "^1.0.7",
"@enterprise-oss/osso": "^0.1.3",
"@sentry/react": "^6.2.2",
"antd": "^4.13.1",
"antd": "^4.14.0",
"date-fns": "^2.19.0",
"posthog-js": "^1.9.5",
"prop-types": "^15.7.2",
Expand Down
71 changes: 35 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2937,10 +2937,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
dependencies:
color-convert "^2.0.1"

antd@^4.13.1:
version "4.13.1"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.13.1.tgz#27454403832c4533df3e297b63a859b323ee5f5c"
integrity sha512-KaveTRGKOFrbas3FO0ktXaZrSMDpDWz3FpuLbafV7R973BNz2yo+IG8ia2KPEfpRtGYUvpnKlDUNQZWhotoYhQ==
antd@^4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.14.0.tgz#954c4554b33e764215dd09d378f61b81f5682558"
integrity sha512-K0VG6Ion4gGX8Lo8mJVfNDD8JrHjTq/qlBkicmpZGQXOOAWi19EElH2RpKGN1+WD4OXekWo6dZkSDmK2Lzxe5Q==
dependencies:
"@ant-design/colors" "^6.0.0"
"@ant-design/icons" "^4.5.0"
Expand All @@ -2957,19 +2957,19 @@ antd@^4.13.1:
rc-dialog "~8.5.1"
rc-drawer "~4.3.0"
rc-dropdown "~3.2.0"
rc-field-form "~1.19.0"
rc-field-form "~1.20.0"
rc-image "~5.2.3"
rc-input-number "~7.0.0-alpha.4"
rc-input-number "~7.0.1"
rc-mentions "~1.5.0"
rc-menu "~8.10.0"
rc-motion "^2.4.0"
rc-notification "~4.5.2"
rc-pagination "~3.1.2"
rc-picker "~2.5.1"
rc-pagination "~3.1.6"
rc-picker "~2.5.10"
rc-progress "~3.1.0"
rc-rate "~2.9.0"
rc-resize-observer "^1.0.0"
rc-select "~12.1.0"
rc-select "~12.1.6"
rc-slider "~9.7.1"
rc-steps "~4.1.0"
rc-switch "~3.2.0"
Expand All @@ -2980,7 +2980,7 @@ antd@^4.13.1:
rc-tree "~4.1.0"
rc-tree-select "~4.3.0"
rc-trigger "^5.2.1"
rc-upload "~4.0.0-alpha.6"
rc-upload "~4.2.0-alpha.0"
rc-util "^5.8.1"
scroll-into-view-if-needed "^2.2.25"
warning "^4.0.3"
Expand Down Expand Up @@ -4541,7 +4541,7 @@ date-fns@^2.15.0, date-fns@^2.19.0:
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.19.0.tgz#65193348635a28d5d916c43ec7ce6fbd145059e1"
integrity sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg==

dayjs@^1.8.30, dayjs@^1.9.3:
dayjs@^1.9.3:
version "1.10.4"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"
integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==
Expand Down Expand Up @@ -9485,10 +9485,10 @@ rc-dropdown@^3.1.3, rc-dropdown@~3.2.0:
classnames "^2.2.6"
rc-trigger "^5.0.4"

rc-field-form@~1.19.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/rc-field-form/-/rc-field-form-1.19.0.tgz#2e69862d70f2196c30af503601d25098c5db5f20"
integrity sha512-FZFyE6FmhR4xGO3MVo86J2sHIM6t/W4UqN94nVqZC/9PLhzSaKuM0i9UfwFMtuENP2hxFANEQZMBrD/2Zd43pg==
rc-field-form@~1.20.0:
version "1.20.0"
resolved "https://registry.yarnpkg.com/rc-field-form/-/rc-field-form-1.20.0.tgz#2201092095429f7f020825462835c4086d2baf16"
integrity sha512-jkzsIfXR7ywEYdeAtktt1aLff88wxIPDLpq7KShHNl4wlsWrCE+TzkXBfjvVzYOVZt5GGrD8YDqNO/q6eaR/eA==
dependencies:
"@babel/runtime" "^7.8.4"
async-validator "^3.0.3"
Expand All @@ -9504,10 +9504,10 @@ rc-image@~5.2.3:
rc-dialog "~8.5.0"
rc-util "^5.0.6"

rc-input-number@~7.0.0-alpha.4:
version "7.0.0"
resolved "https://registry.yarnpkg.com/rc-input-number/-/rc-input-number-7.0.0.tgz#f04a59f9158343436b736cf2c2afe532d9630678"
integrity sha512-79ZAKz1OE7RTlfrSOhe/jAifFoMsKQ/u9M8qw5PLzEO2FGthtFcxoQTCTs5WPjs9tElG5HPG/YCP5Ugb3XRGEA==
rc-input-number@~7.0.1:
version "7.0.2"
resolved "https://registry.yarnpkg.com/rc-input-number/-/rc-input-number-7.0.2.tgz#913f4f1e734dc0fdf9ad31d077b9b75f5dd3389c"
integrity sha512-9AcD3/D18Oa41xZnBFvJ0fdp6AJkf/en8uKi8E69Ct+sh64qIYbWUXeh1PXhJgrCHIoNNT8OWaTebypT4/d3ZA==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.5"
Expand Down Expand Up @@ -9569,23 +9569,22 @@ rc-overflow@^1.0.0:
rc-resize-observer "^1.0.0"
rc-util "^5.5.1"

rc-pagination@~3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-3.1.2.tgz#ab5eacd9c51f869e350d2245064babe91bc1f046"
integrity sha512-KbJvkTvRiD51vTIAi0oTARPUHNb0iV6njbDBe8yLkc3PWYDJaszASfuss6YJ98EIxEeGzuEk6xsUAEKWRJgz2g==
rc-pagination@~3.1.6:
version "3.1.6"
resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-3.1.6.tgz#db3c06e50270b52fe272ac527c1fdc2c8d28af1f"
integrity sha512-Pb2zJEt8uxXzYCWx/2qwsYZ3vSS9Eqdw0cJBli6C58/iYhmvutSBqrBJh51Z5UzYc5ZcW5CMeP5LbbKE1J3rpw==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.1"

rc-picker@~2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/rc-picker/-/rc-picker-2.5.1.tgz#961c6fc8332452ae77bae3d7a297e3771f764757"
integrity sha512-jcejxEYQxdOEVjlKkp+0Xt5FRRW8ETwwlrXv+Mx14kL3k/RY6m+nFF/K1ggxdOWekNMWGHz+g3yKnfOBcyif0g==
rc-picker@~2.5.10:
version "2.5.10"
resolved "https://registry.yarnpkg.com/rc-picker/-/rc-picker-2.5.10.tgz#0db17c535a37abbe5d016bdcdfb13d6626f802d0"
integrity sha512-d2or2jql9SSY8CaRPybpbKkXBq3bZ6g88UKyWQZBLTCrc92Xm87RfRC/P3UEQo/CLmia3jVF7IXVi1HmNe2DZA==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.1"
date-fns "^2.15.0"
dayjs "^1.8.30"
moment "^2.24.0"
rc-trigger "^5.0.4"
rc-util "^5.4.0"
Expand Down Expand Up @@ -9628,10 +9627,10 @@ rc-resize-observer@^1.0.0:
rc-util "^5.0.0"
resize-observer-polyfill "^1.5.1"

rc-select@^12.0.0, rc-select@~12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/rc-select/-/rc-select-12.1.0.tgz#8da89528ea4132c71208f953a7e75ea1cd4f8bdf"
integrity sha512-e4WTEwnl1Hg2t8sjFPPCk4SekCf6Thqk6Q+zGKB7gT8lHFHJ4cEnrqs8ntYZkkot1YtjmS67LbE80zq+JHHdTA==
rc-select@^12.0.0, rc-select@~12.1.6:
version "12.1.6"
resolved "https://registry.yarnpkg.com/rc-select/-/rc-select-12.1.6.tgz#112946efd11cd74280c326ca0263f05d18c93049"
integrity sha512-lsS95CUCRUObLcZvBecAdLS8RcIQQOuWC+A+xJOogvQJFEqIx4o8bcRH9OOob8eGKg7F84dKEz0hYUSEknwwew==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "2.x"
Expand Down Expand Up @@ -9745,10 +9744,10 @@ rc-trigger@^5.0.0, rc-trigger@^5.0.4, rc-trigger@^5.1.2, rc-trigger@^5.2.1:
rc-motion "^2.0.0"
rc-util "^5.5.0"

rc-upload@~4.0.0-alpha.6:
version "4.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/rc-upload/-/rc-upload-4.0.0-alpha.6.tgz#bdedb214db51e181854ee4c5b56d657060aa89ff"
integrity sha512-LgcHy0PL5HyVmOEhOXjYzljpXgfFTFmTlraLv4j0Gy9F2owNNt/Mkiu2NJTj+RVZoi7QnxzZeGWoRa1rVdPV4Q==
rc-upload@~4.2.0-alpha.0:
version "4.2.0-alpha.0"
resolved "https://registry.yarnpkg.com/rc-upload/-/rc-upload-4.2.0-alpha.0.tgz#326e1672851c73f01c0e2212748742d82641fa62"
integrity sha512-44mVeg9+FwcHVLheYovApS/Q676/dHglRbb9vEYcgqGoR0poP0ssYZ9mtmKxdgr2g5EJe7nGFljbfnyEmluCqQ==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.5"
Expand Down

0 comments on commit d11b2cc

Please sign in to comment.