mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
fix(package): Upgrade unleash-frontend to version 3.0.0-alpha.8
This commit is contained in:
parent
c896cd0260
commit
e16787b604
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
- fix(package): Upgrade unleash-frontend to version 3.0.0-alpha.8
|
||||||
|
|
||||||
## 3.0.0-alpha.10
|
## 3.0.0-alpha.10
|
||||||
- chore(package.json): Bump unleash-frontend to 3.0.0-alpha.7
|
- chore(package.json): Bump unleash-frontend to 3.0.0-alpha.7
|
||||||
- fix(store): DB should not override createdAt if set.
|
- fix(store): DB should not override createdAt if set.
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
"prometheus-gc-stats": "^0.5.0",
|
"prometheus-gc-stats": "^0.5.0",
|
||||||
"response-time": "^2.3.2",
|
"response-time": "^2.3.2",
|
||||||
"serve-favicon": "^2.3.0",
|
"serve-favicon": "^2.3.0",
|
||||||
"unleash-frontend": "^3.0.0-alpha.7",
|
"unleash-frontend": "^3.0.0-alpha.8",
|
||||||
"yallist": "^3.0.2",
|
"yallist": "^3.0.2",
|
||||||
"yargs": "^11.0.0"
|
"yargs": "^11.0.0"
|
||||||
},
|
},
|
||||||
|
22
yarn.lock
22
yarn.lock
@ -3879,9 +3879,9 @@ normalize-path@^2.0.0, normalize-path@^2.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
remove-trailing-separator "^1.0.1"
|
remove-trailing-separator "^1.0.1"
|
||||||
|
|
||||||
normalize.css@^7.0.0:
|
normalize.css@^8.0.0:
|
||||||
version "7.0.0"
|
version "8.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-7.0.0.tgz#abfb1dd82470674e0322b53ceb1aaf412938e4bf"
|
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.0.tgz#14ac5e461612538a4ce9be90a7da23f86e718493"
|
||||||
|
|
||||||
npm-path@^2.0.2:
|
npm-path@^2.0.2:
|
||||||
version "2.0.3"
|
version "2.0.3"
|
||||||
@ -4635,9 +4635,9 @@ react-dom@^15.6.1:
|
|||||||
object-assign "^4.1.0"
|
object-assign "^4.1.0"
|
||||||
prop-types "^15.5.10"
|
prop-types "^15.5.10"
|
||||||
|
|
||||||
react-mdl@^1.9.0:
|
react-mdl@^1.11.0:
|
||||||
version "1.10.3"
|
version "1.11.0"
|
||||||
resolved "https://registry.yarnpkg.com/react-mdl/-/react-mdl-1.10.3.tgz#f783e26a5eea4154a32129ab2562c09d5eeacf0d"
|
resolved "https://registry.yarnpkg.com/react-mdl/-/react-mdl-1.11.0.tgz#7e07ee1009dd9b358b616dc400ff2ae1845a2e67"
|
||||||
dependencies:
|
dependencies:
|
||||||
clamp "^1.0.1"
|
clamp "^1.0.1"
|
||||||
classnames "^2.2.3"
|
classnames "^2.2.3"
|
||||||
@ -5777,19 +5777,19 @@ unique-temp-dir@^1.0.0:
|
|||||||
os-tmpdir "^1.0.1"
|
os-tmpdir "^1.0.1"
|
||||||
uid2 "0.0.3"
|
uid2 "0.0.3"
|
||||||
|
|
||||||
unleash-frontend@^3.0.0-alpha.7:
|
unleash-frontend@^3.0.0-alpha.8:
|
||||||
version "3.0.0-alpha.7"
|
version "3.0.0-alpha.8"
|
||||||
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.0.0-alpha.7.tgz#1d333342241818928e0956f025fef28fe78aca06"
|
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.0.0-alpha.8.tgz#be9a4e187a3b95377dfcb788a845acac03d94cff"
|
||||||
dependencies:
|
dependencies:
|
||||||
debug "^3.1.0"
|
debug "^3.1.0"
|
||||||
immutable "^3.8.1"
|
immutable "^3.8.1"
|
||||||
normalize.css "^7.0.0"
|
normalize.css "^8.0.0"
|
||||||
prop-types "^15.5.10"
|
prop-types "^15.5.10"
|
||||||
react "^15.6.1"
|
react "^15.6.1"
|
||||||
react-dnd "^2.1.4"
|
react-dnd "^2.1.4"
|
||||||
react-dnd-html5-backend "^2.1.2"
|
react-dnd-html5-backend "^2.1.2"
|
||||||
react-dom "^15.6.1"
|
react-dom "^15.6.1"
|
||||||
react-mdl "^1.9.0"
|
react-mdl "^1.11.0"
|
||||||
react-modal "^1.6.4"
|
react-modal "^1.6.4"
|
||||||
react-redux "^4.4.5"
|
react-redux "^4.4.5"
|
||||||
react-router "^3.0.0"
|
react-router "^3.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user