Skip to content

Commit fc1890d

Browse files
bump: bump prettier from 3.5.3 to 3.7.3 (#249)
* bump: bump prettier from 3.5.3 to 3.7.3 Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.7.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.7.3) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build: run prettier for all files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Jurczynski <[email protected]>
1 parent 0163002 commit fc1890d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"start:example": "webpack-dev-server --config webpack.config.example.js --mode development --progress",
3131
"build": "npm run clean && webpack --mode production --progress --config webpack.config.prod.js",
3232
"lint": "tslint --project tsconfig.json",
33-
"format": "prettier \"*.{ts,js}\"",
33+
"format": "prettier \"**/*.{ts,js}\"",
3434
"format:write": "npm run format -- --write",
3535
"format:check": "npm run format -- --check",
3636
"commit": "git-cz",

0 commit comments

Comments
 (0)