mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix(package): update unleash-frontend to version 3.1.1
This commit is contained in:
parent
e33bc35dea
commit
a6ae809c0a
@ -1,7 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
- fix(package): update unleash-frontend to version 3.1.0
|
||||
- fix(package): update unleash-frontend to version 3.1.1
|
||||
|
||||
## 3.0.6
|
||||
- fix(log4js): Upgrade log4js to version 3.0.3 and fix default log configuration
|
||||
|
@ -82,7 +82,7 @@
|
||||
"prometheus-gc-stats": "^0.5.0",
|
||||
"response-time": "^2.3.2",
|
||||
"serve-favicon": "^2.5.0",
|
||||
"unleash-frontend": "^3.1.0",
|
||||
"unleash-frontend": "^3.1.1",
|
||||
"yallist": "^3.0.2",
|
||||
"yargs": "^12.0.1"
|
||||
},
|
||||
|
25
yarn.lock
25
yarn.lock
@ -3928,10 +3928,6 @@ lodash-es@^4.17.5:
|
||||
version "4.17.10"
|
||||
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.10.tgz#62cd7104cdf5dd87f235a837f0ede0e8e5117e05"
|
||||
|
||||
lodash-es@^4.2.1:
|
||||
version "4.17.4"
|
||||
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.4.tgz#dcc1d7552e150a0640073ba9cb31d70f032950e7"
|
||||
|
||||
lodash.clonedeep@^4.5.0:
|
||||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
|
||||
@ -3984,7 +3980,7 @@ lodash@^4.14.0, lodash@^4.17.10:
|
||||
version "4.17.10"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
|
||||
|
||||
lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0:
|
||||
lodash@^4.17.4, lodash@^4.3.0:
|
||||
version "4.17.4"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
||||
|
||||
@ -5366,15 +5362,6 @@ redux-thunk@^2.1.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.2.0.tgz#e615a16e16b47a19a515766133d1e3e99b7852e5"
|
||||
|
||||
redux@^3.6.0:
|
||||
version "3.7.2"
|
||||
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
|
||||
dependencies:
|
||||
lodash "^4.2.1"
|
||||
lodash-es "^4.2.1"
|
||||
loose-envify "^1.1.0"
|
||||
symbol-observable "^1.0.3"
|
||||
|
||||
redux@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.0.tgz#aa698a92b729315d22b34a0553d7e6533555cc03"
|
||||
@ -6253,7 +6240,7 @@ symbol-observable@^0.2.2:
|
||||
version "0.2.4"
|
||||
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-0.2.4.tgz#95a83db26186d6af7e7a18dbd9760a2f86d08f40"
|
||||
|
||||
symbol-observable@^1.0.1, symbol-observable@^1.0.3, symbol-observable@^1.0.4:
|
||||
symbol-observable@^1.0.1, symbol-observable@^1.0.4:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"
|
||||
|
||||
@ -6530,9 +6517,9 @@ unique-temp-dir@^1.0.0:
|
||||
os-tmpdir "^1.0.1"
|
||||
uid2 "0.0.3"
|
||||
|
||||
unleash-frontend@^3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.1.0.tgz#0adc1c1fb8ad68e999724575ed5b0137f7a9c429"
|
||||
unleash-frontend@^3.1.1:
|
||||
version "3.1.1"
|
||||
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.1.1.tgz#c09a3ffbbf1dc115cfdd6e4c5121f3172769ebda"
|
||||
dependencies:
|
||||
debug "^3.1.0"
|
||||
immutable "^3.8.1"
|
||||
@ -6546,7 +6533,7 @@ unleash-frontend@^3.1.0:
|
||||
react-modal "^3.1.13"
|
||||
react-redux "^5.0.6"
|
||||
react-router-dom "^4.3.1"
|
||||
redux "^3.6.0"
|
||||
redux "^4.0.0"
|
||||
redux-thunk "^2.1.0"
|
||||
whatwg-fetch "^2.0.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user