Skip to content

Commit

Permalink
Small improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolad committed Feb 9, 2021
1 parent 29a7291 commit 65f6e0d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion domains/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-select": "^4.0.2"
},
"devDependencies": {
"@types/react-select": "^4.0.13",
"@types/react-select": "^3.1.2",
"@types/wordpress__block-editor": "^2.2.9",
"@types/wordpress__components": "^9.8.6",
"@types/wordpress__i18n": "^3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"sb": "start-storybook -p 6006",
"test": "node scripts/test.js",
"test:ci": "FORCE_COLOR=true CI=true yarn test",
"test:e2e": "jest --detectOpenHandles --config packages/e2e-tests/jest.playwright.config.js",
"test:e2e": "jest --config packages/e2e-tests/jest.playwright.config.js",
"update-deps": "npx ncu -u && yarn workspaces run update-deps"
},
"lint-staged": {
Expand Down
10 changes: 0 additions & 10 deletions packages/e2e-tests/config/setup.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/e2e-tests/plugins/disable-animations.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ function enqueue_disable_animations_stylesheet() {
wp_add_inline_style( 'wp-components', $custom_css );
}

add_action( 'admin_enqueue_scripts', 'enqueue_disable_animations_stylesheet' );
add_action( 'admin_enqueue_scripts', 'enqueue_disable_animations_stylesheet' );
2 changes: 1 addition & 1 deletion packages/e2e-tests/plugins/nonce.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
function gutenberg_test_plugin_nonce_life() {
return 5;
}
add_filter( 'nonce_life', 'gutenberg_test_plugin_nonce_life' );
add_filter( 'nonce_life', 'gutenberg_test_plugin_nonce_life' );
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4786,12 +4786,11 @@
"@types/draft-js" "*"
"@types/react" "*"

"@types/react-select@^4.0.13":
version "4.0.13"
resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-4.0.13.tgz#8d2c41a0df7fbf67ab0b995797b0e9b4e6b38cde"
integrity sha512-rXYEc565IzzjgQzs9C0YCFxV/QajMZnCHG5QwRQ5BZMfH0Lj90VI/xohawemRkD46IvpaLRbO6xzSquJlgBGUA==
"@types/react-select@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-3.1.2.tgz#38627df4b49be9b28f800ed72b35d830369a624b"
integrity sha512-ygvR/2FL87R2OLObEWFootYzkvm67LRA+URYEAcBuvKk7IXmdsnIwSGm60cVXGaqkJQHozb2Cy1t94tCYb6rJA==
dependencies:
"@emotion/serialize" "^1.0.0"
"@types/react" "*"
"@types/react-dom" "*"
"@types/react-transition-group" "*"
Expand Down

0 comments on commit 65f6e0d

Please sign in to comment.