Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.0.3 to 3.1.1 (#451)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump prettier from 3.0.3 to 3.1.1

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.3...3.1.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* autofix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean S. LeBlanc <[email protected]>
  • Loading branch information
dependabot[bot] and seleb authored Jan 2, 2024
1 parent 04a09ca commit e1edf23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion src/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function getImage(name, map) {
? name
: Object.keys(map).find(function (e) {
return map[e].name === name;
});
});
return map[id];
}

Expand Down
2 changes: 1 addition & 1 deletion src/multi-sprite avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ addDualDialogTag('enableBig', function (environment, parameters) {
? parameters.map(function (param) {
var props = param.split(/,\s*/);
return { x: parseInt(props[0], 10), y: parseInt(props[1], 10), spr: props[2] };
})
})
: undefined
);
});
Expand Down

0 comments on commit e1edf23

Please sign in to comment.