Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 in /extensions/vsc…
Browse files Browse the repository at this point in the history
…ode (#1224)

* chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 in /extensions/vscode

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

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

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

* format

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Angelov <[email protected]>
  • Loading branch information
dependabot[bot] and felangel authored Jan 18, 2024
1 parent 453e2f5 commit 8bf695d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions extensions/vscode/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 extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
Expand Down
4 changes: 2 additions & 2 deletions extensions/vscode/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true
}
"noUnusedParameters": true,
},
}

0 comments on commit 8bf695d

Please sign in to comment.