Skip to content
Snippets Groups Projects
Commit d3510be4 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3409646: Update Drupal Core from ~10.1.0 to ~10.2.0 for Web Editor and...

Issue #3409646: Update Drupal Core from ~10.1.0 to ~10.2.0 for Web Editor and add Web Patches for PHP 8.3 local patching recipes
parent 4df25dc5
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ Web Editor has a preset of configs for basic web editing.
Using the CKEditor 5 library.
* [CKEditor 5](https://www.drupal.org/project/drupal/issues/3231364): #enabled
* [Linkit](https://www.drupal.org/project/linkit) ~6.0
* [Linkit](https://www.drupal.org/project/linkit) ~6.1.0
* [External Links](https://www.drupal.org/project/extlink) ~1.0
* [Editor Advanced link](https://www.drupal.org/project/editor_advanced_link) ~2.0
......@@ -19,24 +19,13 @@
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"composer/installers": "~2.0",
"oomphinc/composer-installers-extender": "~2.0",
"cweagans/composer-patches": "~1.0",
"drupal/core": "~10.1.0",
"drupal/core": "~10.2.0",
"drupal/webpatches": "~10.0",
"drupal/linkit": "~6.1.0",
"drupal/extlink": "~1.0",
"drupal/editor_advanced_link": "~2.0"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": { }
}
}
\ No newline at end of file
{
"name": "webeditor",
"private": true,
"description": "Create Web Editor content type, and make views to display content.",
"description": "Web Editor has a preset of configs for basic web editing.",
"license": "GPL-2.0",
"engines": {
"yarn": ">= 1.6",
......@@ -23,39 +23,38 @@
},
"dependencies": { },
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-yml": "^1.2.0",
"glob": "^8.0.3",
"jsdom": "^20.0.0",
"loadjs": "4.2.x",
"minimist": "^1.2.2",
"mkdirp": "^1.0.4",
"nightwatch": "^2.3.9",
"normalize.css": "8.0.x",
"postcss": "^8.4.16",
"postcss-header": "^3.0.2",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^8.3.2",
"postcss-pxtorem": "^6.0.0",
"postcss-url": "^10.1.3",
"prettier": "^2.1.2",
"shepherd.js": "~10.0.1",
"sortablejs": "1.15.x",
"stylelint": "^15.5.0",
"webship-js": "~1",
"eslint": "~8",
"eslint-config-airbnb-base": "~15",
"eslint-config-prettier": "~8",
"eslint-plugin-import": "~2",
"eslint-plugin-jquery": "~1",
"eslint-plugin-prettier": "~4",
"eslint-plugin-yml": "~1",
"glob": "~8",
"loadjs": "~4",
"minimist": "~1",
"mkdirp": "~1",
"normalize.css": "~8",
"postcss": "~8",
"postcss-header": "~3",
"postcss-import": "~15",
"postcss-preset-env": "~8",
"postcss-pxtorem": "~6",
"postcss-url": "~10",
"prettier": "~2",
"shepherd.js": "~10",
"sortablejs": "~1",
"stylelint": "~15",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"tabbable": "~6.0.0",
"terser": "^5.14.2",
"terser-webpack-plugin": "^5.3.3",
"underscore": "~1.13.4",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.0"
"stylelint-config-standard": "~33",
"stylelint-order": "~6",
"tabbable": "~6",
"terser": "~5",
"terser-webpack-plugin": "~5",
"underscore": "~1",
"webpack": "~5",
"webpack-cli": "~5"
},
"browserslist": [
"last 2 Chrome major versions",
......
name: Web Editor
description: 'Web Editor has a preset of configs for basic web editing.'
type: module
core_version_requirement: ~10.1.0
core_version_requirement: ~10.2.0
dependencies:
- drupal:ckeditor5
- linkit:linkit
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment