Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.9.1
with:
node-version: ${{ matrix.node }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0ecd1c73c1a3c0e2bbfb0dbc1acdb5ee9bd177d2

check-latest: true
Expand All @@ -34,7 +34,7 @@ jobs:
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v3.0.11
uses: actions/cache@v3.5.0
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/theme-bootstrap-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.9.1
with:
node-version: 16
node-version: 16.20.2
check-latest: true

- name: Update npm 🏗
run: |
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/cache@v3.0.11
uses: actions/cache@v3.5.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/theme-tailwindcss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.9.1
with:
node-version: 16
node-version: 16.20.2
check-latest: true

- name: Update npm 🏗
run: |
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/cache@v3.0.11
uses: actions/cache@v3.5.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
136 changes: 68 additions & 68 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,90 +16,90 @@
},
"require": {
"php": ">=8.1",
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7.2",
"composer/installers": "^2.3.0",
"cweagans/composer-patches": "^1.7.3",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_audit_trail": "^1.0.1",
"drupal/admin_toolbar": "^3.3",
"drupal/admin_audit_trail": "^1.0.5",
"drupal/admin_toolbar": "^3.6.2",
"drupal/advanced_text_formatter": "^2.1.1",
"drupal/allowed_formats": "^2.0",
"drupal/anonymous_redirect": "^2.2",
"drupal/coffee": "^1.2",
"drupal/config_filter": "^2.4",
"drupal/config_ignore": "3.x-dev@dev",
"drupal/config_pages": "2.x-dev@dev",
"drupal/config_rewrite": "^1.5",
"drupal/content_lock": "^2.3.0",
"drupal/core-composer-scaffold": "9.4.9",
"drupal/core-project-message": "9.4.9",
"drupal/anonymous_redirect": "^2.4.0",
"drupal/coffee": "^1.4.0",
"drupal/config_filter": "^2.7.0",
"drupal/config_ignore": "3.3.0@dev",
"drupal/config_pages": "2.19.0@dev",
"drupal/config_rewrite": "^1.6.0",
"drupal/content_lock": "^2.4.0",
"drupal/core-composer-scaffold": "9.5.11",
"drupal/core-project-message": "9.5.11",
"drupal/core-recommended": "9.4.9",
"drupal/decoupled_router": "2.0.4@dev",
"drupal/diff": "^1.1.0",
"drupal/documentation_generator": "2.0.x-dev@dev",
"drupal/druxt": "^1.1.1",
"drupal/dynamic_entity_reference": "^4.0@alpha",
"drupal/eca": "^1.1.0-rc1@beta",
"drupal/entity_browser": "^2.8",
"drupal/entity_browser_enhanced": "1.x-dev@dev",
"drupal/entity_clone": "^2.0@alpha",
"drupal/diff": "^1.9.0",
"drupal/documentation_generator": "2.0.9@dev",
"drupal/druxt": "^1.2.1",
"drupal/dynamic_entity_reference": "^4.0.0-alpha4@alpha",
"drupal/eca": "1.1.13@beta",
"drupal/entity_browser": "^2.15.0",
"drupal/entity_browser_enhanced": "1.4.0@dev",
"drupal/entity_clone": "^2.0.0-beta6@alpha",
"drupal/entity_display_mode": "^1.0",
"drupal/entity_usage": "^2.0",
"drupal/environment_indicator": "^4.0.11",
"drupal/environment_indicator": "^4.0.25",
"drupal/exclude_node_title": "^1.4",
"drupal/field_group": "^3.4.0",
"drupal/field_group": "^3.6.0",
"drupal/field_tools": "^1.0",
"drupal/focal_point": "^2.0@alpha",
"drupal/gin": "^3.0.0-rc1@RC",
"drupal/gin_login": "^2.0",
"drupal/focal_point": "^2.1.2@alpha",
"drupal/gin": "3.1.0@RC",
"drupal/gin_login": "^2.1.3",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/image_style_warmer": "^1.2@RC",
"drupal/jquery_ui": "^1.6",
"drupal/jquery_ui_draggable": "^2.0",
"drupal/jsonapi_hypermedia": "^1.9",
"drupal/jsonapi_menu_items": "1.2.x-dev@dev",
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
"drupal/jsonapi_node_preview_tab": "^1.0.0@beta",
"drupal/layout_paragraphs": "^2.0.1",
"drupal/length_indicator": "^1.2",
"drupal/linkit": "6.0.x-dev@dev",
"drupal/image_style_warmer": "^1.2.0@RC",
"drupal/jquery_ui": "^1.8.0",
"drupal/jquery_ui_draggable": "^2.1.0",
"drupal/jsonapi_hypermedia": "^1.10.0",
"drupal/jsonapi_menu_items": "1.2.8@dev",
"drupal/jsonapi_node_preview": "1.0.0-beta4@beta",
"drupal/jsonapi_node_preview_tab": "^1.0.2@beta",
"drupal/layout_paragraphs": "^2.1.1",
"drupal/length_indicator": "^1.4.0",
"drupal/linkit": "6.1.8@dev",
"drupal/linky": "^1.0",
"drupal/linky_revision_ui": "2.x-dev@dev",
"drupal/linkychecker": "^2.0",
"drupal/linkyreplacer": "^2.2.2",
"drupal/m4032404": "^1.0",
"drupal/linky_revision_ui": "2.314.0@dev",
"drupal/linkychecker": "^2.2.2",
"drupal/linkyreplacer": "^2.4.1",
"drupal/m4032404": "^1.1.0",
"drupal/masquerade": "^2.0",
"drupal/maxlength": "2.0.x-dev@dev",
"drupal/media_file_delete": "^1.3",
"drupal/maxlength": "2.1.6@dev",
"drupal/media_file_delete": "^1.3.1",
"drupal/media_revisions_ui": "^2.1",
"drupal/memcache": "^2.5",
"drupal/node_edit_protection": "^1.0",
"drupal/oembed_providers": "^2.1",
"drupal/paragraphs_asymmetric_translation_widgets": "^1.1",
"drupal/paragraphs_ee": "2.0.x-dev@dev",
"drupal/paragraphs_viewmode": "^1.0",
"drupal/pathauto": "^1.11",
"drupal/permissions_filter": "^1.3",
"drupal/prevent_homepage_deletion": "^2.0.1",
"drupal/redirect": "^1.8",
"drupal/revision_log_default": "^1.3",
"drupal/robotstxt": "^1.4",
"drupal/role_delegation": "^1.2",
"drupal/scheduled_transitions": "2.3.x-dev@dev",
"drupal/schema_metatag": "^2.4.0",
"drupal/security_review": "^2.0",
"drupal/simple_oauth": "^5.2.2",
"drupal/simple_sitemap": "^4.1.3",
"drupal/smart_date": "^3.7",
"drupal/tome": "1.7",
"drupal/transliterate_filenames": "^2.0.1",
"drupal/upgrade_status": "^3.18",
"drupal/username_enumeration_prevention": "^1.3",
"drupal/memcache": "^2.7.0",
"drupal/node_edit_protection": "^1.2.0",
"drupal/oembed_providers": "^2.2.2",
"drupal/paragraphs_asymmetric_translation_widgets": "^1.4.0",
"drupal/paragraphs_ee": "2.1.1@dev",
"drupal/paragraphs_viewmode": "^1.2.0",
"drupal/pathauto": "^1.14.0",
"drupal/permissions_filter": "^1.6.0",
"drupal/prevent_homepage_deletion": "^2.0.4",
"drupal/redirect": "^1.12.0",
"drupal/revision_log_default": "^1.4.0",
"drupal/robotstxt": "^1.6.0",
"drupal/role_delegation": "^1.4.0",
"drupal/scheduled_transitions": "2.8.3@dev",
"drupal/schema_metatag": "^2.6.0",
"drupal/security_review": "^2.0.2",
"drupal/simple_oauth": "^5.2.5",
"drupal/simple_sitemap": "^4.2.2",
"drupal/smart_date": "^3.7.2",
"drupal/tome": "1.13.0",
"drupal/transliterate_filenames": "^2.0.2",
"drupal/upgrade_status": "^3.19.0",
"drupal/username_enumeration_prevention": "^1.4.0",
"drupal/viewfield": "^3.0",
"drupal/wpf": "^1.0.0-alpha2@alpha"
"drupal/wpf": "1.2.6@alpha"
},
"require-dev": {
"drupal/core-dev": "9.4.9",
"drush/drush": "^11.3.2",
"drupal/core-dev": "9.5.11",
"drush/drush": "^11.6.0",
"phpspec/prophecy-phpunit": "^2",
"sllh/composer-lint": "^2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"test:e2e": "start-server-and-test dev http://localhost:3000 'npx cypress run'"
},
"dependencies": {
"core-js": "3.26.1",
"druxt-layout-paragraphs": "^0.3.0",
"druxt-site": "0.14.0",
"core-js": "3.46.0",
"druxt-layout-paragraphs": "^0.4.1",
"druxt-site": "0.14.3",
"nuxt": "2.15.8",
"vue-server-renderer": "2.7.14"
"vue-server-renderer": "2.7.16"
},
"devDependencies": {
"@nuxtjs/storybook": "^4.3.2",
"caniuse-lite": "^1.0.30001431",
"caniuse-lite": "^1.0.30001751",
"cypress": "^10.11.0",
"postcss": "8.4.19",
"start-server-and-test": "^1.14.0"
"start-server-and-test": "^1.15.4"
}
}
Loading
Loading