Skip to content

Commit

Permalink
chore: generate new yarn.lock (#12092)
Browse files Browse the repository at this point in the history
Co-authored-by: Sridhar <[email protected]>
  • Loading branch information
ashwinkumar6 and Sridhar authored Sep 20, 2023
1 parent 7dec0f1 commit a1ea0f2
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 168 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"setup-dev": "yarn && yarn bootstrap && yarn link-all && yarn build",
"setup-dev:react-native": "node ./scripts/setup-dev-rn",
"bootstrap": "lerna bootstrap",
"test": "lerna run test --stream && yarn test:license && yarn test:github-actions && test:tsc-compliance",
"test": "lerna run test --stream && yarn test:license && yarn test:github-actions && yarn test:tsc-compliance",
"test:size": "lerna run test:size --no-bail",
"test:duplicates": "./scripts/duplicates-yarn.sh",
"test:license": "license-check-and-add check -f license_config.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const parser = {
});
parser.addEntity('#xD', '\r');
parser.addEntity('#10', '\n');
const parsedObj = parser.parse(xmlStr);
const parsedObj: any = parser.parse(xmlStr);
const textNodeName = '#text';
const key = Object.keys(parsedObj)[0];
const parsedObjToReturn = parsedObj[key];
Expand Down
Loading

0 comments on commit a1ea0f2

Please sign in to comment.