Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663
This commit is contained in:
parent
eb34d130a8
commit
f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
backbone:
|
||||
remote: https://github.com/jashkenas/backbone
|
||||
version: "1.2.1"
|
||||
version: "1.2.3"
|
||||
license:
|
||||
name: MIT
|
||||
url: https://github.com/jashkenas/backbone/blob/1.2.1/LICENSE
|
||||
url: https://github.com/jashkenas/backbone/blob/1.2.3/LICENSE
|
||||
gpl-compatible: true
|
||||
js:
|
||||
assets/vendor/backbone/backbone-min.js: { weight: -19, minified: true }
|
||||
|
|
@ -24,10 +24,10 @@ classList:
|
|||
|
||||
ckeditor:
|
||||
remote: https://github.com/ckeditor/ckeditor-dev
|
||||
version: "4.4.7"
|
||||
version: "4.5.3"
|
||||
license:
|
||||
name: GNU-GPL-2.0-or-later
|
||||
url: https://github.com/ckeditor/ckeditor-dev/blob/4.4.7/LICENSE.md
|
||||
url: https://github.com/ckeditor/ckeditor-dev/blob/4.5.3/LICENSE.md
|
||||
gpl-compatible: true
|
||||
js:
|
||||
assets/vendor/ckeditor/ckeditor.js: { preprocess: false, minified: true }
|
||||
|
|
@ -161,9 +161,6 @@ drupal.dialog:
|
|||
misc/dialog/dialog.js: {}
|
||||
misc/dialog/dialog.position.js: {}
|
||||
misc/dialog/dialog.jquery-ui.js: {}
|
||||
css:
|
||||
theme:
|
||||
misc/dialog.theme.css: {}
|
||||
dependencies:
|
||||
- core/jquery
|
||||
- core/drupal
|
||||
|
|
@ -199,8 +196,6 @@ drupal.dropbutton:
|
|||
css:
|
||||
component:
|
||||
misc/dropbutton/dropbutton.css: {}
|
||||
theme:
|
||||
misc/dropbutton/dropbutton.theme.css: {}
|
||||
dependencies:
|
||||
- core/jquery
|
||||
- core/drupal
|
||||
|
|
@ -322,12 +317,13 @@ drupal.vertical-tabs:
|
|||
- core/drupal
|
||||
- core/drupalSettings
|
||||
- core/drupal.form
|
||||
- core/matchmedia
|
||||
|
||||
html5shiv:
|
||||
# Block the page from being loaded until html5shiv is initialized.
|
||||
header: true
|
||||
remote: https://github.com/aFarkas/html5shiv
|
||||
version: "3.7.2"
|
||||
version: "3.7.3"
|
||||
license:
|
||||
name: GNU-GPL-2.0-or-later
|
||||
url: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
|
@ -400,10 +396,10 @@ jquery.joyride:
|
|||
|
||||
jquery.once:
|
||||
remote: https://github.com/RobLoach/jquery-once
|
||||
version: "2.0.2"
|
||||
version: "2.1.1"
|
||||
license:
|
||||
name: GNU-GPL-2.0-or-later
|
||||
url: https://github.com/RobLoach/jquery-once/blob/2.0.2/LICENSE.md
|
||||
url: https://github.com/RobLoach/jquery-once/blob/2.1.1/LICENSE.md
|
||||
gpl-compatible: true
|
||||
js:
|
||||
assets/vendor/jquery-once/jquery.once.min.js: { weight: -19, minified: true }
|
||||
|
|
@ -842,10 +838,10 @@ normalize:
|
|||
|
||||
picturefill:
|
||||
remote: https://github.com/scottjehl/picturefill
|
||||
version: "2.3.1"
|
||||
version: "3.0.1"
|
||||
license:
|
||||
name: MIT
|
||||
url: https://github.com/scottjehl/picturefill/blob/2.3.1/LICENSE
|
||||
url: https://github.com/scottjehl/picturefill/blob/3.0.1/LICENSE
|
||||
gpl-compatible: true
|
||||
js:
|
||||
assets/vendor/picturefill/picturefill.min.js: { weight: -10, minified: true }
|
||||
|
|
|
|||
Reference in a new issue