Minor improvements

This commit is contained in:
Alejandro Celaya
2020-05-03 20:16:21 +02:00
parent 85dc1d0825
commit 241c9b73b0
6 changed files with 21 additions and 26 deletions

16
package-lock.json generated
View File

@@ -1463,14 +1463,6 @@
"integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
"dev": true
},
"@shlinkio/redux-localstorage-simple": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@shlinkio/redux-localstorage-simple/-/redux-localstorage-simple-2.2.0.tgz",
"integrity": "sha512-2/VggbehDAM1dOH7rT3Qjr/MTp7qQ6VeTM+Ez4JnMUPtU9OxgV9FQbKqduasLT4EZhlRUhxwBp7K6WO3gROQDA==",
"requires": {
"object-merge": "2.5.1"
}
},
"@stryker-mutator/api": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@stryker-mutator/api/-/api-2.1.0.tgz",
@@ -14548,6 +14540,14 @@
"to-camel-case": "^1.0.0"
}
},
"redux-localstorage-simple": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/redux-localstorage-simple/-/redux-localstorage-simple-2.2.0.tgz",
"integrity": "sha512-BmgnJ3NkxTDvNsnHAZrRVDgODafg2Vtb17q2F2LEhuJ+EderZBJA6aqRsyqZC32BJWpu8PPtferv4Io9dpUf3w==",
"requires": {
"object-merge": "2.5.1"
}
},
"redux-thunk": {
"version": "2.3.0",
"resolved": "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.3.0.tgz",