Skip to content

Commit

Permalink
build(deps-dev): bump prettier from 3.2.4 to 3.3.3 (#1357)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump prettier from 3.2.4 to 3.3.3

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* format

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fb55 authored Jul 31, 2024
1 parent f352b7f commit a7227f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-prettier": "^9.1.0",
"htmlparser2": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"prettier": "^3.3.3",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"noUnusedParameters": true,

/* Module Resolution Options */
"moduleResolution": "node",
"moduleResolution": "node"
},
"include": ["src"],
"exclude": [
"**/*.spec.ts",
"**/__fixtures__/*",
"**/__tests__/*",
"**/__snapshots__/*",
],
"**/__snapshots__/*"
]
}

0 comments on commit a7227f7

Please sign in to comment.