diff --git a/ui/package-lock.json b/ui/package-lock.json index b0b100db1..37b5f42ab 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1224,32 +1224,6 @@ "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz", "integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==" }, - "@emotion/babel-plugin": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.1.2.tgz", - "integrity": "sha512-Nz1k7b11dWw8Nw4Z1R99A9mlB6C6rRsCtZnwNUOj4NsoZdrO2f2A/83ST7htJORD5zpOiLKY59aJN23092949w==", - "requires": { - "@babel/helper-module-imports": "^7.7.0", - "@babel/plugin-syntax-jsx": "^7.12.1", - "@babel/runtime": "^7.7.2", - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.5", - "@emotion/serialize": "^1.0.0", - "babel-plugin-macros": "^2.6.1", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "^4.0.3" - }, - "dependencies": { - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" - } - } - }, "@emotion/cache": { "version": "11.1.3", "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.1.3.tgz", @@ -1338,18 +1312,6 @@ } } }, - "@emotion/css": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.1.3.tgz", - "integrity": "sha512-RSQP59qtCNTf5NWD6xM08xsQdCZmVYnX/panPYvB6LQAPKQB6GL49Njf0EMbS3CyDtrlWsBcmqBtysFvfWT3rA==", - "requires": { - "@emotion/babel-plugin": "^11.0.0", - "@emotion/cache": "^11.1.3", - "@emotion/serialize": "^1.0.0", - "@emotion/sheet": "^1.0.0", - "@emotion/utils": "^1.0.0" - } - }, "@emotion/hash": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", @@ -1378,9 +1340,9 @@ "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==" }, "@emotion/react": { - "version": "11.1.4", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.1.4.tgz", - "integrity": "sha512-9gkhrW8UjV4IGRnEe4/aGPkUxoGS23aD9Vu6JCGfEDyBYL+nGkkRBoMFGAzCT9qFdyUvQp4UUtErbKWxq/JS4A==", + "version": "11.1.5", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.1.5.tgz", + "integrity": "sha512-xfnZ9NJEv9SU9K2sxXM06lzjK245xSeHRpUh67eARBm3PBHjjKIZlfWZ7UQvD0Obvw6ZKjlC79uHrlzFYpOB/Q==", "requires": { "@babel/runtime": "^7.7.2", "@emotion/cache": "^11.1.3", @@ -10567,7 +10529,8 @@ "find-root": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", + "dev": true }, "find-up": { "version": "4.1.0", @@ -17431,13 +17394,12 @@ } }, "react-select": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.0.2.tgz", - "integrity": "sha512-BiihrRpRIBBvNqofNZIBpo08Kw8DBHb/kgpIDW4bxgkttk50Sxf0alEIKobns3U7UJXk/CA4rsFUueQEg9Pm5A==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.1.0.tgz", + "integrity": "sha512-OYn+jL8TXMMaZtosErpkdvoI1UWN4ZqMFulIRp5r5bbuqe4OaZN7yv1BNq7PdAJgRu2E19ODFiV1SgJ6wPUaeA==", "requires": { - "@babel/runtime": "^7.4.4", + "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.0.0", - "@emotion/css": "^11.0.0", "@emotion/react": "^11.1.1", "memoize-one": "^5.0.0", "prop-types": "^15.6.0", diff --git a/ui/package.json b/ui/package.json index 5a7c1d90b..496365a02 100644 --- a/ui/package.json +++ b/ui/package.json @@ -73,7 +73,7 @@ "react-popper": "2.2.4", "react-range": "1.8.7", "react-scripts": "4.0.2", - "react-select": "4.0.2", + "react-select": "4.1.0", "react-transition-group": "4.4.1", "sass": "1.32.6", "typeface-open-sans": "1.1.13", diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.tsx.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.tsx.snap index 697a85a86..5b7fe7355 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.tsx.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.tsx.snap @@ -32,8 +32,8 @@ exports[` matches snapshot with default value
-
matches snapshot with default values 1`
-
matches snapshot with default values 1`] = `
-
matches snapshot with default values 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot 1`] = `
-
fetches suggestions on mount 1`] = `
-
matches snapshot 1`] = `
-
matches snapshot when focused 1`] = `
-
matches snapshot when focused and disabled
-
matches snapshot with a value 1`] = `
-
matches snapshot with isDisabled=true 1`]
-
matches snapshot with isMulti=true 1`] = `
-
matches snapshot with isMulti=true and a v
-
matches snapshot with isMulti=true and a v
-