From 143adf695057d860557ad50069d2a6d72dbd64c4 Mon Sep 17 00:00:00 2001 From: Tobias Pickel Date: Wed, 9 Jan 2019 17:32:59 +0100 Subject: [PATCH] fix(user-multi-selection): remove unused imports --- package.json | 2 +- src/components/user/user-multi-selection.tsx | 2 +- yarn.lock | 72 ++++++++++++-------- 3 files changed, 47 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index f04f834b..f027ce34 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,11 @@ "eject": "react-scripts eject" }, "devDependencies": { - "@types/node": "^10.12.18", "@types/fetch-mock": "^7.2.1", "@types/howler": "^2.0.5", "@types/jest": "23.3.11", "@types/lodash": "^4.14.119", + "@types/node": "^10.12.18", "@types/react": "16.7.18", "@types/react-dom": "16.0.11", "@types/react-intl": "^2.3.9", diff --git a/src/components/user/user-multi-selection.tsx b/src/components/user/user-multi-selection.tsx index ff9ca924..9e60808f 100644 --- a/src/components/user/user-multi-selection.tsx +++ b/src/components/user/user-multi-selection.tsx @@ -2,7 +2,7 @@ import { MultiSelectionBox } from 'bricks-of-sand'; import * as React from 'react'; import { connect } from 'react-redux'; import { AppState } from '../../store'; -import { User, UsersState } from '../../store/reducers'; +import { UsersState } from '../../store/reducers'; interface OwnProps { placeholder: string; diff --git a/yarn.lock b/yarn.lock index 7165a0d6..22d3f3d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -881,24 +881,24 @@ "@emotion/weak-memoize" "0.2.2" "@emotion/core@^10.0.5": - version "10.0.5" - resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.5.tgz#fda655bb040deb69090faf2fa9d66d39b2bbe4bf" - integrity sha512-kCw+JNXy5DmtS4qbCklz8hEobdJ0m9q0tAVzpAjHDAsbRwfSL/Kj3ObMG0DiLhbUPXOGAHSWCVXa4DmXvgup+Q== + version "10.0.6" + resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.6.tgz#c10d7884a525728f05589b31da1c804a5d7449fa" + integrity sha512-S5KkrodTKby1S6pKZnH8LzjzlebHvjactujfVzzu/mYYdVdKYegJuJdrAz3m9zhIeizzeQGD8xWF490ioGpUtw== dependencies: "@emotion/cache" "10.0.0" - "@emotion/css" "^10.0.5" + "@emotion/css" "^10.0.6" "@emotion/serialize" "^0.11.3" "@emotion/sheet" "0.9.2" "@emotion/utils" "0.11.1" -"@emotion/css@^10.0.5": - version "10.0.5" - resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.5.tgz#3bc6593fb98ba096a1ccd843d9f32744929b6cfd" - integrity sha512-FKFdXjvQw+xpDxE7SW6lA0LzP5lmUqXlzejOGEDlJtQO3FsaqE+sU3q2efV/IPxSku8TyPJ0l7C3TUaOv/WO4g== +"@emotion/css@^10.0.6": + version "10.0.6" + resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.6.tgz#50b325e6ee18f0ca791036149a985e3b40a9354b" + integrity sha512-/suYOvP0zeKC3UNoIeN/3zvr/ghUKgfWx0Pht5ZY9qgHis68fB+V45OjonzMbdOw4mGX0vjZzJhINk9JbRWVrg== dependencies: "@emotion/serialize" "^0.11.3" "@emotion/utils" "0.11.1" - babel-plugin-emotion "^10.0.5" + babel-plugin-emotion "^10.0.6" "@emotion/hash@0.7.1": version "0.7.1" @@ -944,12 +944,12 @@ object-assign "^4.1.1" "@emotion/styled@^10.0.5": - version "10.0.5" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.5.tgz#f742dd6f9f5f4b2fde275534771f69419a7549bd" - integrity sha512-aCBYANdi57jG0Zqk1EfbpHkOTvl9iftd1uGc4GyFaBzviWfWSsKu7pdkJ6vNwhpSn7TEj32WM1D4Z4SRk3GHfQ== + version "10.0.6" + resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.6.tgz#e6591cf7b0fd56e82a0ae7e421568229e7c6d5f9" + integrity sha512-tJqeGmNueLcdVqQKsaXJq8fGsYg5O8E6GFxNCALHhS+BKl8kXZKn1fnPnz2iNTHuXGsxolt4uzAuj0UD/MF4NQ== dependencies: "@emotion/styled-base" "^10.0.5" - babel-plugin-emotion "^10.0.5" + babel-plugin-emotion "^10.0.6" "@emotion/stylis@0.8.3": version "0.8.3" @@ -1841,10 +1841,10 @@ babel-plugin-dynamic-import-node@2.2.0: dependencies: object.assign "^4.1.0" -babel-plugin-emotion@^10.0.5: - version "10.0.5" - resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.5.tgz#05ec47cde94f984b0b2aebdd41f81876cf9cbb24" - integrity sha512-ezct2vKACg4juSV0/A/4QIDJu2+5Sjna/8rX/LXY8D0qG8YEP3fu8pe5FqZ9yFGa8WOJ1sivf3/QKM/5C8naIg== +babel-plugin-emotion@^10.0.6: + version "10.0.6" + resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.6.tgz#fd9bb4a5dc6cf2289b656215dbbc80469fd251b3" + integrity sha512-JD2st8enZJn8h7W1s8kcb40r3RBCJwV9E8ZAhyyhELUMP8OYwyI9K1rz7MxRi0CoorX15kVo2NXZ+OJ6CeMY8A== dependencies: "@babel/helper-module-imports" "^7.0.0" "@emotion/hash" "0.7.1" @@ -1881,9 +1881,9 @@ babel-plugin-macros@2.4.2: resolve "^1.8.1" babel-plugin-macros@^2.0.0: - version "2.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.3.tgz#870345aa538d85f04b4614fea5922b55c45dd551" - integrity sha512-M8cE1Rx0zgfKYBWAS+T6ZVCLGuTKdBI5Rn3fu9q6iVdH0UjaXdmF501/VEYn7kLHCgguhGNk5JBzOn64e2xDEA== + version "2.4.5" + resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.5.tgz#7000a9b1f72d19ceee19a5804f1d23d6daf38c13" + integrity sha512-+/9yteNQw3yuZ3krQUfjAeoT/f4EAdn3ELwhFfDj0rTMIaoHfIdrcLePOfIaL0qmFLpIcgPIL2Lzm58h+CGWaw== dependencies: cosmiconfig "^5.0.5" resolve "^1.8.1" @@ -2148,12 +2148,13 @@ braces@^2.3.0, braces@^2.3.1: to-regex "^3.0.1" bricks-of-sand@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/bricks-of-sand/-/bricks-of-sand-0.1.2.tgz#1dd7f8c7a09853ac8df08f03d79e0df0336c00f0" - integrity sha512-PIko6/kl8psu34f+6a8aCHEU9FHYjsPw+rwfFb1FZylEvdc0pysS9wQh/5ruzJOVVEes89tKqi/qs0I2OZiV3w== + version "0.1.3" + resolved "https://registry.yarnpkg.com/bricks-of-sand/-/bricks-of-sand-0.1.3.tgz#330c86635b2c83980613911e799f0ae0589b4d13" + integrity sha512-cMO5lMyPqnQF6db5NpxnOUy4mEb2YT6DamSYUhschS5LYzLc2KMiGeUims8Zh2Ru0yxcbSdvyibm0BWwp4iLgw== dependencies: "@emotion/core" "^10.0.5" "@emotion/styled" "^10.0.5" + downshift "3.1.0" emotion-theming "^10.0.5" brorand@^1.0.1: @@ -3520,6 +3521,15 @@ dotenv@6.0.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.0.0.tgz#24e37c041741c5f4b25324958ebbc34bca965935" integrity sha512-FlWbnhgjtwD+uNLUGHbMykMOYQaTivdHEmYwAKFjn6GKe/CqY0fNae93ZHTd20snh9ZLr8mTzIL9m0APQ1pjQg== +downshift@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/downshift/-/downshift-3.1.0.tgz#3a7b4fc26e9d563c745db3a5172437239e0bb8a8" + integrity sha512-lk6uBqobNfnumEitDp/GIAAgLK8ad2lHmieKpwZ8bvl7fDIXvJr/26P+CeI/vvQqrjo4YpBrijUNFr8Qqz1dxg== + dependencies: + "@babel/runtime" "^7.1.2" + compute-scroll-into-view "^1.0.9" + prop-types "^15.6.0" + downshift@^3.1.8: version "3.1.8" resolved "https://registry.yarnpkg.com/downshift/-/downshift-3.1.8.tgz#0f4c64efeffae1fb978139522035a2e640cb2a01" @@ -3599,9 +3609,9 @@ emojis-list@^2.0.0: integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= emotion-theming@^10.0.5: - version "10.0.5" - resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.5.tgz#dfd783a4b45c7142cbe1d68d03a0b934a25e452f" - integrity sha512-mTXZuSsGVW00HY/rVvBTn9lkwFWVCzJZymx52c4UtVIKbj0xVNfjuTZARYmOqbJDK3QZm7aBIbTgyTj/IJ2s2g== + version "10.0.6" + resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.6.tgz#869f8d40e4f2549dbc165bd9c43bdf5fbedfeab8" + integrity sha512-GDCBkPjY2sIMh0KRtc/y8zsSLZfDdNJ8dWo+DjBGttTI62z/RgfP9qMYlQr43FPQ/FuOkbhXE3nsJJQfDA2tVA== dependencies: "@emotion/weak-memoize" "0.2.2" hoist-non-react-statics "^2.3.1" @@ -6115,7 +6125,7 @@ js-tokens@^3.0.2: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= -js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0: +js-yaml@^3.12.0, js-yaml@^3.7.0: version "3.12.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1" integrity sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A== @@ -6123,6 +6133,14 @@ js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0: argparse "^1.0.7" esprima "^4.0.0" +js-yaml@^3.9.0: + version "3.12.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600" + integrity sha512-um46hB9wNOKlwkHgiuyEVAybXBjwFUV0Z/RaHJblRd9DXltue9FTYvzCr9ErQrK9Adz5MU4gHWVaNUfdmrC8qA== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"