mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
Updated medium-editor to v5 and angular-medium-editor accordingly
This commit is contained in:
parent
f91ee24639
commit
5f598b7a60
@ -2,6 +2,7 @@
|
||||
|
||||
- Display the category in the plans list
|
||||
- Do not display the type in the plans list
|
||||
- Updated medium-editor to v5 and angular-medium-editor accordingly
|
||||
- Fix a bug: a message tells that creating a new plan fails, but it worked
|
||||
- Fix a bug: unable to select no category in plan creation/edition after a category selection
|
||||
- Fix a bug: the training validation modal shows cancelled trainings
|
||||
|
@ -59,7 +59,7 @@
|
||||
"angular-growl-v2": "https://github.com/JanStevens/angular-growl-2.git#0.7.9",
|
||||
"angular-i18n": "1.7",
|
||||
"angular-loading-bar": "^0.9.0",
|
||||
"angular-medium-editor": "https://github.com/thijsw/angular-medium-editor.git#0.1.1",
|
||||
"angular-medium-editor": "^1.2.1",
|
||||
"angular-minicolors": "https://github.com/kaihenzler/angular-minicolors.git#0.0.5",
|
||||
"angular-moment": "1.3",
|
||||
"angular-recaptcha": "^4.2.0",
|
||||
@ -93,7 +93,7 @@
|
||||
"jasny-bootstrap": "3.1",
|
||||
"jquery": ">=3.5.0",
|
||||
"jquery-ujs": "^1.2.2",
|
||||
"medium-editor": "4.4.0",
|
||||
"medium-editor": "^5.23.3",
|
||||
"moment": "2.22",
|
||||
"moment-timezone": "0.5",
|
||||
"ng-caps-lock": "https://github.com/FabioMR/ng-caps-lock.git#1.0.3",
|
||||
|
15
yarn.lock
15
yarn.lock
@ -1488,9 +1488,10 @@ angular-loading-bar@^0.9.0:
|
||||
resolved "https://registry.yarnpkg.com/angular-loading-bar/-/angular-loading-bar-0.9.0.tgz#37ef52c25f102c216e7b3cdfd2fc5a5df9628e45"
|
||||
integrity sha1-N+9Swl8QLCFuezzf0vxaXflijkU=
|
||||
|
||||
"angular-medium-editor@https://github.com/thijsw/angular-medium-editor.git#0.1.1":
|
||||
version "0.1.1"
|
||||
resolved "https://github.com/thijsw/angular-medium-editor.git#1683d0f4ada6e4e0011c4372335c702df9680fde"
|
||||
angular-medium-editor@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/angular-medium-editor/-/angular-medium-editor-1.2.1.tgz#3f336d0fffb26f0948e49b6cf50682f8b90d68fa"
|
||||
integrity sha1-PzNtD/+ybwlI5Jts9QaC+LkNaPo=
|
||||
|
||||
"angular-minicolors@https://github.com/kaihenzler/angular-minicolors.git#0.0.5":
|
||||
version "0.0.0"
|
||||
@ -5240,10 +5241,10 @@ media-typer@0.3.0:
|
||||
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
||||
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
|
||||
|
||||
medium-editor@4.4.0:
|
||||
version "4.4.0"
|
||||
resolved "https://registry.yarnpkg.com/medium-editor/-/medium-editor-4.4.0.tgz#ef188cc9cc5cba87177da8cb657a885dfbbe5760"
|
||||
integrity sha1-7xiMycxcuocXfajLZXqIXfu+V2A=
|
||||
medium-editor@^5.23.3:
|
||||
version "5.23.3"
|
||||
resolved "https://registry.yarnpkg.com/medium-editor/-/medium-editor-5.23.3.tgz#6fb638759ae2fc76c423feb056f346d9c518d3b7"
|
||||
integrity sha512-he9/TdjX8f8MGdXGfCs8AllrYnqXJJvjNkDKmPg3aPW/uoIrlRqtkFthrwvmd+u4QyzEiadhCCM0EwTiRdUCJw==
|
||||
|
||||
memoize-one@^5.0.0:
|
||||
version "5.2.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user