Skip to content

Commit 5c5d399

Browse files
authored
Merge pull request #125 from liip/feat/update-dependencies
feat(): Update dependencies
2 parents ca922b3 + 845eebe commit 5c5d399

7 files changed

Lines changed: 6983 additions & 25580 deletions

File tree

.github/workflows/lint-test-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313

14-
- name: Use Node.js 16
14+
- name: Use Node.js 18
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 18
1818

1919
- name: Install dependencies
2020
run: |
@@ -41,10 +41,10 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v3
4343

44-
- name: Use Node.js 16
44+
- name: Use Node.js 18
4545
uses: actions/setup-node@v3
4646
with:
47-
node-version: 16
47+
node-version: 18
4848

4949
- name: Install dependencies
5050
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '068db33e0cc8e71503c0');
1+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'd3457b9a3c8cbcffa04f');

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cypress/support/e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// https://on.cypress.io/configuration
1414
// ***********************************************************
1515

16-
import 'cypress-xpath';
16+
import '@cypress/xpath';
1717
import { register } from '@cypress/snapshot';
1818
import { registerWpTestCommands } from 'cypress-wp-test-utils';
1919
import './commands';

0 commit comments

Comments
 (0)