chore: update some libraries

This commit is contained in:
Stefano Brilli 2021-08-07 10:48:21 +02:00
parent d7a45e8f1c
commit 55636c1ab7
7 changed files with 559 additions and 521 deletions

836
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,6 @@
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/jsmediatags": "^3.9.2",
"@types/node": "^12.19.14",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",

View File

@ -4,7 +4,7 @@ import { belowDesktop, forAnyDesktop, forWideDesktop, useShallowEqualSelector }
import CssBaseline from '@material-ui/core/CssBaseline';
import Backdrop from '@material-ui/core/Backdrop';
import CircularProgress from '@material-ui/core/CircularProgress';
import { makeStyles, createMuiTheme, ThemeProvider } from '@material-ui/core/styles';
import { makeStyles, createTheme, ThemeProvider } from '@material-ui/core/styles';
import { Welcome } from './welcome';
import { Main } from './main';
@ -73,7 +73,7 @@ const useStyles = makeStyles(theme => ({
},
}));
const darkTheme = createMuiTheme({
const darkTheme = createTheme({
palette: {
type: 'dark',
primary: {
@ -85,7 +85,7 @@ const darkTheme = createMuiTheme({
},
});
const lightTheme = createMuiTheme({
const lightTheme = createTheme({
palette: {
type: 'light',
},

View File

@ -23,7 +23,7 @@ import { control } from '../redux/actions';
import { belowDesktop, forAnyDesktop, getGroupedTracks, getSortedTracks, isSequential, useShallowEqualSelector } from '../utils';
import { lighten, makeStyles } from '@material-ui/core/styles';
import { fade } from '@material-ui/core/styles/colorManipulator';
import { alpha } from '@material-ui/core/styles/colorManipulator';
import Typography from '@material-ui/core/Typography';
import Box from '@material-ui/core/Box';
import Fab from '@material-ui/core/Fab';
@ -123,7 +123,7 @@ const useStyles = makeStyles(theme => ({
textDecorationStyle: 'dotted',
},
hoveringOverGroup: {
backgroundColor: `${fade(theme.palette.secondary.dark, 0.4)}`,
backgroundColor: `${alpha(theme.palette.secondary.dark, 0.4)}`,
},
dragHandleEmpty: {
width: 20,

View File

@ -47,7 +47,6 @@ export const RenameDialog = (props: {}) => {
}, [dispatch]);
const handleDoRename = useCallback(() => {
console.log(renameDialogGroupIndex, renameDialogIndex);
if (renameDialogGroupIndex !== null) {
// Just rename the group with this range
dispatch(

View File

@ -269,6 +269,7 @@ class NetMDMockService implements NetMDService {
async wipeDisc() {
this._tracks = [];
await this.wipeDiscTitleInfo();
}
async wipeDiscTitleInfo() {

231
yarn.lock
View File

@ -1196,15 +1196,15 @@
"@types/yargs" "^15.0.0"
"chalk" "^3.0.0"
"@material-ui/core@^4.11.2":
"integrity" "sha512-/D1+AQQeYX/WhT/FUk78UCRj8ch/RCglsQLYujYTIqPSJlwZHKcvHidNeVhODXeApojeXjkl0tWdk5C9ofwOkQ=="
"resolved" "https://registry.npmjs.org/@material-ui/core/-/core-4.11.2.tgz"
"version" "4.11.2"
"@material-ui/core@^4.11.2", "@material-ui/core@^4.12.1":
"integrity" "sha512-sdpgI/PL56QVsEJldwEe4FFaFTLUqN+rd7sSZiRCdx2E/C7z5yK0y/khAWVBH24tXwto7I1hCzNWfJGZIYJKnw=="
"resolved" "https://registry.npmjs.org/@material-ui/core/-/core-4.12.3.tgz"
"version" "4.12.3"
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/styles" "^4.11.2"
"@material-ui/system" "^4.11.2"
"@material-ui/types" "^5.1.0"
"@material-ui/styles" "^4.11.4"
"@material-ui/system" "^4.12.1"
"@material-ui/types" "5.1.0"
"@material-ui/utils" "^4.11.2"
"@types/react-transition-group" "^4.2.0"
"clsx" "^1.0.4"
@ -1222,9 +1222,9 @@
"@babel/runtime" "^7.4.4"
"@material-ui/lab@^4.0.0-alpha.57":
"integrity" "sha512-qo/IuIQOmEKtzmRD2E4Aa6DB4A87kmY6h0uYhjUmrrgmEAgbbw9etXpWPVXuRK6AGIQCjFzV6WO2i21m1R4FCw=="
"resolved" "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.57.tgz"
"version" "4.0.0-alpha.57"
"integrity" "sha512-fadlYsPJF+0fx2lRuyqAuJj7hAS1tLDdIEEdov5jlrpb5pp4b+mRDUqQTUxi4inRZHS1bEXpU8QWUhO6xX88aA=="
"resolved" "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.60.tgz"
"version" "4.0.0-alpha.60"
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/utils" "^4.11.2"
@ -1232,39 +1232,39 @@
"prop-types" "^15.7.2"
"react-is" "^16.8.0 || ^17.0.0"
"@material-ui/styles@^4.11.2":
"integrity" "sha512-xbItf8zkfD3FuGoD9f2vlcyPf9jTEtj9YTJoNNV+NMWaSAHXgrW6geqRoo/IwBuMjqpwqsZhct13e2nUyU9Ljw=="
"resolved" "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.2.tgz"
"version" "4.11.2"
"@material-ui/styles@^4.11.4":
"integrity" "sha512-KNTIZcnj/zprG5LW0Sao7zw+yG3O35pviHzejMdcSGCdWbiO8qzRgOYL8JAxAsWBKOKYwVZxXtHWaB5T2Kvxew=="
"resolved" "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.4.tgz"
"version" "4.11.4"
dependencies:
"@babel/runtime" "^7.4.4"
"@emotion/hash" "^0.8.0"
"@material-ui/types" "^5.1.0"
"@material-ui/types" "5.1.0"
"@material-ui/utils" "^4.11.2"
"clsx" "^1.0.4"
"csstype" "^2.5.2"
"hoist-non-react-statics" "^3.3.2"
"jss" "^10.0.3"
"jss-plugin-camel-case" "^10.0.3"
"jss-plugin-default-unit" "^10.0.3"
"jss-plugin-global" "^10.0.3"
"jss-plugin-nested" "^10.0.3"
"jss-plugin-props-sort" "^10.0.3"
"jss-plugin-rule-value-function" "^10.0.3"
"jss-plugin-vendor-prefixer" "^10.0.3"
"jss" "^10.5.1"
"jss-plugin-camel-case" "^10.5.1"
"jss-plugin-default-unit" "^10.5.1"
"jss-plugin-global" "^10.5.1"
"jss-plugin-nested" "^10.5.1"
"jss-plugin-props-sort" "^10.5.1"
"jss-plugin-rule-value-function" "^10.5.1"
"jss-plugin-vendor-prefixer" "^10.5.1"
"prop-types" "^15.7.2"
"@material-ui/system@^4.11.2":
"integrity" "sha512-BELFJEel5E+5DMiZb6XXT3peWRn6UixRvBtKwSxqntmD0+zwbbfCij6jtGwwdJhN1qX/aXrKu10zX31GBaeR7A=="
"resolved" "https://registry.npmjs.org/@material-ui/system/-/system-4.11.2.tgz"
"version" "4.11.2"
"@material-ui/system@^4.12.1":
"integrity" "sha512-lUdzs4q9kEXZGhbN7BptyiS1rLNHe6kG9o8Y307HCvF4sQxbCgpL2qi+gUk+yI8a2DNk48gISEQxoxpgph0xIw=="
"resolved" "https://registry.npmjs.org/@material-ui/system/-/system-4.12.1.tgz"
"version" "4.12.1"
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/utils" "^4.11.2"
"csstype" "^2.5.2"
"prop-types" "^15.7.2"
"@material-ui/types@^5.1.0":
"@material-ui/types@5.1.0":
"integrity" "sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A=="
"resolved" "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz"
"version" "5.1.0"
@ -1292,12 +1292,12 @@
"version" "1.1.3"
"@reduxjs/toolkit@^1.5.0":
"integrity" "sha512-PngZKuwVZsd+mimnmhiOQzoD0FiMjqVks6ituO1//Ft5UEX5Ca9of13NEjo//pU22Jk7z/mdXVsmDfgsig1osA=="
"resolved" "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.5.1.tgz"
"version" "1.5.1"
"integrity" "sha512-pa3nqclCJaZPAyBhruQtiRwtTjottRrVJqziVZcWzI73i6L3miLTtUyWfauwv08HWtiXLx1xGyGt+yLFfW/d0A=="
"resolved" "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.6.1.tgz"
"version" "1.6.1"
dependencies:
"immer" "^8.0.1"
"redux" "^4.0.0"
"immer" "^9.0.1"
"redux" "^4.1.0"
"redux-thunk" "^2.3.0"
"reselect" "^4.0.0"
@ -1500,9 +1500,9 @@
"version" "4.1.5"
"@types/dom-mediacapture-record@^1.0.7":
"integrity" "sha512-ddDIRTO1ajtbxaNo2o7fPJggpN54PZf1ZUJKOjto2ENMJE/9GKUvaw3ZRuQzlS/p0E+PnIcssxfoqYJ4yiXSBw=="
"resolved" "https://registry.npmjs.org/@types/dom-mediacapture-record/-/dom-mediacapture-record-1.0.7.tgz"
"version" "1.0.7"
"integrity" "sha512-8O84hHuVhMMLHLybf3y9SQpNcnQSuzVzcJaUNq9+4Ovb7fodS0aQXep4hyMtxd6fe/dyszbHFjFqtyawf4y46A=="
"resolved" "https://registry.npmjs.org/@types/dom-mediacapture-record/-/dom-mediacapture-record-1.0.10.tgz"
"version" "1.0.10"
"@types/eslint-visitor-keys@^1.0.0":
"integrity" "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag=="
@ -1558,11 +1558,6 @@
dependencies:
"jest-diff" "^24.3.0"
"@types/jsmediatags@^3.9.2":
"integrity" "sha512-JVCmfjLZHCDtYL/6a7V1tBfc+uDvWBSsuOqMUJ63OYJuErRZIeUyOjiRFczyUk5vYcIcrsZTb32PpcqYR00idg=="
"resolved" "https://registry.npmjs.org/@types/jsmediatags/-/jsmediatags-3.9.2.tgz"
"version" "3.9.2"
"@types/json-schema@^7.0.3":
"integrity" "sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA=="
"resolved" "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz"
@ -1613,9 +1608,9 @@
"@types/react" "^16"
"@types/react-redux@^7.1.15", "@types/react-redux@^7.1.16":
"integrity" "sha512-f/FKzIrZwZk7YEO9E1yoxIuDNRiDducxkFlkw/GNMGEnK9n4K8wJzlJBghpSuOVDgEUHoDkDF7Gi9lHNQR4siw=="
"resolved" "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.16.tgz"
"version" "7.1.16"
"integrity" "sha512-9iwAsPyJ9DLTRH+OFeIrm9cAbIj1i2ANL3sKQFATqnPWRbg+jEFXyZOKHiQK/N86pNRXbb4HRxAxo0SIX1XwzQ=="
"resolved" "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.18.tgz"
"version" "7.1.18"
dependencies:
"@types/hoist-non-react-statics" "^3.3.0"
"@types/react" "*"
@ -1629,7 +1624,7 @@
dependencies:
"@types/react" "*"
"@types/react@*", "@types/react@^16", "@types/react@^16.14.2":
"@types/react@*", "@types/react@^16", "@types/react@^16.14.2", "@types/react@^16.8.6 || ^17.0.0":
"integrity" "sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ=="
"resolved" "https://registry.npmjs.org/@types/react/-/react-16.14.2.tgz"
"version" "16.14.2"
@ -1651,9 +1646,9 @@
"version" "1.0.1"
"@types/styled-components@^5.1.7":
"integrity" "sha512-BJzPhFygYspyefAGFZTZ/8lCEY4Tk+Iqktvnko3xmJf9LrLqs3+grxPeU3O0zLl6yjbYBopD0/VikbHgXDbJtA=="
"resolved" "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.7.tgz"
"version" "5.1.7"
"integrity" "sha512-sTjc0+gMl08JvOHchQKgEGbbiSexSvWg5khUNSH4kosb7Tl4782AtfWMkAhQmeXMg2vIn6PthGVHFW+U/Dpihg=="
"resolved" "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.12.tgz"
"version" "5.1.12"
dependencies:
"@types/hoist-non-react-statics" "*"
"@types/react" "*"
@ -1683,9 +1678,9 @@
"@types/node" "*"
"@types/w3c-web-usb@^1.0.4":
"integrity" "sha512-aaOB3EL5WCWBBOYX7W1MKuzspOM9ZJI9s3iziRVypr1N+QyvIgXzCM4lm1iiOQ1VFzZioUPX9bsa23myCbKK4A=="
"resolved" "https://registry.npmjs.org/@types/w3c-web-usb/-/w3c-web-usb-1.0.4.tgz"
"version" "1.0.4"
"integrity" "sha512-dYolx2XWesl1TMu+1BjtjU6eC6c2zZ2VDKhjU4f/mtR3+UBfMW6h1tPCQt7leY5Y8JBg0Fe/mMnoDMkPPNX9sw=="
"resolved" "https://registry.npmjs.org/@types/w3c-web-usb/-/w3c-web-usb-1.0.5.tgz"
"version" "1.0.5"
"@types/yargs-parser@*":
"integrity" "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw=="
@ -3809,9 +3804,9 @@
"cssom" "0.3.x"
"csstype@^2.5.2":
"integrity" "sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A=="
"resolved" "https://registry.npmjs.org/csstype/-/csstype-2.6.14.tgz"
"version" "2.6.14"
"integrity" "sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A=="
"resolved" "https://registry.npmjs.org/csstype/-/csstype-2.6.17.tgz"
"version" "2.6.17"
"csstype@^3.0.2":
"integrity" "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw=="
@ -5843,10 +5838,10 @@
"resolved" "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz"
"version" "4.0.6"
"immer@^8.0.1":
"integrity" "sha512-jMfL18P+/6P6epANRvRk6q8t+3gGhqsJ9EuJ25AXE+9bNTYtssvzeYbEd0mXRYWCmmXSIbnlpz6vd6iJlmGGGQ=="
"resolved" "https://registry.npmjs.org/immer/-/immer-8.0.4.tgz"
"version" "8.0.4"
"immer@^9.0.1":
"integrity" "sha512-2WuIehr2y4lmYz9gaQzetPR2ECniCifk4ORaQbU3g5EalLt+0IVTosEPJ5BoYl/75ky2mivzdRzV8wWgQGOSYQ=="
"resolved" "https://registry.npmjs.org/immer/-/immer-9.0.5.tgz"
"version" "9.0.5"
"immer@1.10.0":
"integrity" "sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg=="
@ -5912,13 +5907,6 @@
"resolved" "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz"
"version" "0.1.4"
"indefinite-observable@^2.0.1":
"integrity" "sha512-G8vgmork+6H9S8lUAg1gtXEj2JxIQTo0g2PbFiYOdjkziSI0F7UYBiVwhZRuixhBCNGczAls34+5HJPyZysvxQ=="
"resolved" "https://registry.npmjs.org/indefinite-observable/-/indefinite-observable-2.0.1.tgz"
"version" "2.0.1"
dependencies:
"symbol-observable" "1.2.0"
"indent-string@^4.0.0":
"integrity" "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
"resolved" "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz"
@ -6980,74 +6968,73 @@
"json-schema" "0.2.3"
"verror" "1.10.0"
"jss-plugin-camel-case@^10.0.3":
"integrity" "sha512-GSjPL0adGAkuoqeYiXTgO7PlIrmjv5v8lA6TTBdfxbNYpxADOdGKJgIEkffhlyuIZHlPuuiFYTwUreLUmSn7rg=="
"resolved" "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.5.0.tgz"
"version" "10.5.0"
"jss-plugin-camel-case@^10.5.1":
"integrity" "sha512-+ioIyWvmAfgDCWXsQcW1NMnLBvRinOVFkSYJUgewQ6TynOcSj5F1bSU23B7z0p1iqK0PPHIU62xY1iNJD33WGA=="
"resolved" "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.7.1.tgz"
"version" "10.7.1"
dependencies:
"@babel/runtime" "^7.3.1"
"hyphenate-style-name" "^1.0.3"
"jss" "10.5.0"
"jss" "10.7.1"
"jss-plugin-default-unit@^10.0.3":
"integrity" "sha512-rsbTtZGCMrbcb9beiDd+TwL991NGmsAgVYH0hATrYJtue9e+LH/Gn4yFD1ENwE+3JzF3A+rPnM2JuD9L/SIIWw=="
"resolved" "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.5.0.tgz"
"version" "10.5.0"
"jss-plugin-default-unit@^10.5.1":
"integrity" "sha512-tW+dfYVNARBQb/ONzBwd8uyImigyzMiAEDai+AbH5rcHg5h3TtqhAkxx06iuZiT/dZUiFdSKlbe3q9jZGAPIwA=="
"resolved" "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.7.1.tgz"
"version" "10.7.1"
dependencies:
"@babel/runtime" "^7.3.1"
"jss" "10.5.0"
"jss" "10.7.1"
"jss-plugin-global@^10.0.3":
"integrity" "sha512-FZd9+JE/3D7HMefEG54fEC0XiQ9rhGtDHAT/ols24y8sKQ1D5KIw6OyXEmIdKFmACgxZV2ARQ5pAUypxkk2IFQ=="
"resolved" "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.5.0.tgz"
"version" "10.5.0"
"jss-plugin-global@^10.5.1":
"integrity" "sha512-FbxCnu44IkK/bw8X3CwZKmcAnJqjAb9LujlAc/aP0bMSdVa3/MugKQRyeQSu00uGL44feJJDoeXXiHOakBr/Zw=="
"resolved" "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.7.1.tgz"
"version" "10.7.1"
dependencies:
"@babel/runtime" "^7.3.1"
"jss" "10.5.0"
"jss" "10.7.1"
"jss-plugin-nested@^10.0.3":
"integrity" "sha512-ejPlCLNlEGgx8jmMiDk/zarsCZk+DV0YqXfddpgzbO9Toamo0HweCFuwJ3ZO40UFOfqKwfpKMVH/3HUXgxkTMg=="
"resolved" "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.5.0.tgz"
"version" "10.5.0"
"jss-plugin-nested@^10.5.1":
"integrity" "sha512-RNbICk7FlYKaJyv9tkMl7s6FFfeLA3ubNIFKvPqaWtADK0KUaPsPXVYBkAu4x1ItgsWx67xvReMrkcKA0jSXfA=="
"resolved" "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.7.1.tgz"
"version" "10.7.1"
dependencies:
"@babel/runtime" "^7.3.1"
"jss" "10.5.0"
"jss" "10.7.1"
"tiny-warning" "^1.0.2"
"jss-plugin-props-sort@^10.0.3":
"integrity" "sha512-kTLRvrOetFKz5vM88FAhLNeJIxfjhCepnvq65G7xsAQ/Wgy7HwO1BS/2wE5mx8iLaAWC6Rj5h16mhMk9sKdZxg=="
"resolved" "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.5.0.tgz"
"version" "10.5.0"
"jss-plugin-props-sort@^10.5.1":
"integrity" "sha512-eyd5FhA+J0QrpqXxO7YNF/HMSXXl4pB0EmUdY4vSJI4QG22F59vQ6AHtP6fSwhmBdQ98Qd9gjfO+RMxcE39P1A=="
"resolved" "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.7.1.tgz"
"version" "10.7.1"
dependencies:
"@babel/runtime" "^7.3.1"
"jss" "10.5.0"
"jss" "10.7.1"
"jss-plugin-rule-value-function@^10.0.3":
"integrity" "sha512-jXINGr8BSsB13JVuK274oEtk0LoooYSJqTBCGeBu2cG/VJ3+4FPs1gwLgsq24xTgKshtZ+WEQMVL34OprLidRA=="
"resolved" "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.5.0.tgz"
"version" "10.5.0"
"jss-plugin-rule-value-function@^10.5.1":
"integrity" "sha512-fGAAImlbaHD3fXAHI3ooX6aRESOl5iBt3LjpVjxs9II5u9tzam7pqFUmgTcrip9VpRqYHn8J3gA7kCtm8xKwHg=="
"resolved" "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.7.1.tgz"
"version" "10.7.1"
dependencies:
"@babel/runtime" "^7.3.1"
"jss" "10.5.0"
"jss" "10.7.1"
"tiny-warning" "^1.0.2"
"jss-plugin-vendor-prefixer@^10.0.3":
"integrity" "sha512-rux3gmfwDdOKCLDx0IQjTwTm03IfBa+Rm/hs747cOw5Q7O3RaTUIMPKjtVfc31Xr/XI9Abz2XEupk1/oMQ7zRA=="
"resolved" "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.5.0.tgz"
"version" "10.5.0"
"jss-plugin-vendor-prefixer@^10.5.1":
"integrity" "sha512-1UHFmBn7hZNsHXTkLLOL8abRl8vi+D1EVzWD4WmLFj55vawHZfnH1oEz6TUf5Y61XHv0smdHabdXds6BgOXe3A=="
"resolved" "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.7.1.tgz"
"version" "10.7.1"
dependencies:
"@babel/runtime" "^7.3.1"
"css-vendor" "^2.0.8"
"jss" "10.5.0"
"jss" "10.7.1"
"jss@^10.0.3", "jss@10.5.0":
"integrity" "sha512-B6151NvG+thUg3murLNHRPLxTLwQ13ep4SH5brj4d8qKtogOx/jupnpfkPGSHPqvcwKJaCLctpj2lEk+5yGwMw=="
"resolved" "https://registry.npmjs.org/jss/-/jss-10.5.0.tgz"
"version" "10.5.0"
"jss@^10.5.1", "jss@10.7.1":
"integrity" "sha512-5QN8JSVZR6cxpZNeGfzIjqPEP+ZJwJJfZbXmeABNdxiExyO+eJJDy6WDtqTf8SDKnbL5kZllEpAP71E/Lt7PXg=="
"resolved" "https://registry.npmjs.org/jss/-/jss-10.7.1.tgz"
"version" "10.7.1"
dependencies:
"@babel/runtime" "^7.3.1"
"csstype" "^3.0.2"
"indefinite-observable" "^2.0.1"
"is-in-browser" "^1.1.3"
"tiny-warning" "^1.0.2"
@ -9716,7 +9703,7 @@
"strip-ansi" "6.0.0"
"text-table" "0.2.0"
"react-dom@^16.14.0", "react-dom@^16.8.5 || ^17.0.0":
"react-dom@^16.14.0", "react-dom@^16.8.0 || ^17.0.0", "react-dom@^16.8.5 || ^17.0.0":
"integrity" "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw=="
"resolved" "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz"
"version" "16.14.0"
@ -9750,10 +9737,10 @@
"resolved" "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
"version" "16.13.1"
"react-redux@^7.2.0", "react-redux@^7.2.2":
"integrity" "sha512-ZhAmQ1lrK+Pyi0ZXNMUZuYxYAZd59wFuVDGUt536kSGdD0ya9Q7BfsE95E3TsFLE3kOSFp5m6G5qbatE+Ic1+w=="
"resolved" "https://registry.npmjs.org/react-redux/-/react-redux-7.2.3.tgz"
"version" "7.2.3"
"react-redux@^7.2.0", "react-redux@^7.2.1", "react-redux@^7.2.2":
"integrity" "sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA=="
"resolved" "https://registry.npmjs.org/react-redux/-/react-redux-7.2.4.tgz"
"version" "7.2.4"
dependencies:
"@babel/runtime" "^7.12.1"
"@types/react-redux" "^7.1.16"
@ -9832,7 +9819,7 @@
"loose-envify" "^1.4.0"
"prop-types" "^15.6.2"
"react@^16.14.0", "react@^16.8.0 || ^17.0.0", "react@^16.8.3 || ^17", "react@^16.8.5 || ^17.0.0":
"react@^16.14.0", "react@^16.14.0 || ^17.0.0", "react@^16.8.0 || ^17.0.0", "react@^16.8.3 || ^17", "react@^16.8.5 || ^17.0.0":
"integrity" "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g=="
"resolved" "https://registry.npmjs.org/react/-/react-16.14.0.tgz"
"version" "16.14.0"
@ -10089,13 +10076,12 @@
"resolved" "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.3.0.tgz"
"version" "2.3.0"
"redux@^2.0.0 || ^3.0.0 || ^4.0.0-0", "redux@^4.0.0", "redux@^4.0.4":
"integrity" "sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w=="
"resolved" "https://registry.npmjs.org/redux/-/redux-4.0.5.tgz"
"version" "4.0.5"
"redux@^4.0.0", "redux@^4.0.4", "redux@^4.1.0":
"integrity" "sha512-hZQZdDEM25UY2P493kPYuKqviVwZ58lEmGQNeQ+gXa+U0gYPUBf7NKYazbe3m+bs/DzM/ahN12DbF+NG8i0CWw=="
"resolved" "https://registry.npmjs.org/redux/-/redux-4.1.1.tgz"
"version" "4.1.1"
dependencies:
"loose-envify" "^1.4.0"
"symbol-observable" "^1.2.0"
"@babel/runtime" "^7.9.2"
"regenerate-unicode-properties@^8.1.0":
"integrity" "sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA=="
@ -11377,11 +11363,6 @@
"unquote" "~1.1.1"
"util.promisify" "~1.0.0"
"symbol-observable@^1.2.0", "symbol-observable@1.2.0":
"integrity" "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ=="
"resolved" "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz"
"version" "1.2.0"
"symbol-tree@^3.2.2":
"integrity" "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
"resolved" "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz"
@ -11711,9 +11692,9 @@
"version" "0.0.6"
"typescript@^4.1.3":
"integrity" "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg=="
"resolved" "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz"
"version" "4.1.3"
"integrity" "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA=="
"resolved" "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz"
"version" "4.3.5"
"unicode-canonical-property-names-ecmascript@^1.0.4":
"integrity" "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ=="