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

Issue #3409636: Update Drupal Core from ~10.1.0 to ~10.2.0 for Web Doc and add...

Issue #3409636: Update Drupal Core from ~10.1.0 to ~10.2.0 for Web Doc and add Web Patches for PHP 8.3 local patching recipes
parent 0c0ea011
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
}
},
"require": {
"drupal/core": "~10.1.0"
"drupal/core": "~10.2.0",
"drupal/webpatches": "~10.0"
}
}
\ No newline at end of file
{
"name": "webdoc",
"private": true,
"description": "Create Web Doc content type, and make views to display content.",
"description": "A quick and basic setup for Web Documentation, using the Book and Layout Builder modules, to add documentation pages to the documentation section.",
"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 Doc
type: module
description: 'A quick and basic setup for Web Documentation, using the Book and Layout Builder modules, to add documentation pages to the documentation section.'
core_version_requirement: ~10.1.0
description: A quick and basic setup for Web Documentation, using the Book and Layout Builder modules, to add documentation pages to the documentation section.
core_version_requirement: ~10.2.0
dependencies:
- drupal:book
- drupal:node
......
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