Skip to content

Commit

Permalink
chore: update create-locator and devtools-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed May 27, 2024
1 parent ff4b7f3 commit 56d2f47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"bin-v8-flags-filter": "1.2.0",
"create-locator": "0.0.20",
"create-locator": "0.0.23",
"get-modules-graph": "0.0.9",
"globby": "11.1.0",
"pngjs": "7.0.0",
Expand All @@ -37,7 +37,7 @@
"@typescript-eslint/parser": "7.10.0",
"assert-modules-support-case-insensitive-fs": "1.0.1",
"assert-package-lock-is-consistent": "1.0.0",
"devtools-protocol": "0.0.1302984",
"devtools-protocol": "0.0.1306150",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/createLocator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export {
} from 'create-locator';
export type {PARAMETERS} from 'create-locator/oldTypes';
// eslint-disable-next-line import/no-internal-modules
export {createLocatorCreatorInTests} from 'create-locator/createLocatorCreatorInTests';
export {createSelectorFunctions} from 'create-locator/createSelectorFunctions';
// eslint-disable-next-line import/no-internal-modules
export {getCssSelectorFromAttributesChain} from 'create-locator/getCssSelectorFromAttributesChain';

0 comments on commit 56d2f47

Please sign in to comment.