Skip to content

Commit

Permalink
chore(deps): bump prettier and @types/prettier
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) and [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier). These dependencies needed to be updated together.

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

Updates `@types/prettier` from 2.7.3 to 3.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/prettier"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 2f554d7 commit 2148da4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 199 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"mustache": "4.2.0",
"postcss": "8.4.31",
"postcss-sorting": "8.0.2",
"prettier": "2.8.8",
"prettier": "3.0.3",
"pug": "3.0.2",
"query-selector-all-shadow-root": "0.0.3",
"query-selector-shadow-root": "0.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@public-ui/themes": "2.0.0-rc.3",
"monaco-editor": "0.44.0",
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"prettier": "3.0.3",
"register-service-worker": "1.7.2",
"solid-js": "1.8.3",
"world_countries_lists": "2.8.2"
Expand All @@ -51,7 +51,7 @@
"@leanup/stack": "1.3.48",
"@leanup/stack-solid": "1.3.48",
"@leanup/stack-webpack": "1.3.48",
"@types/prettier": "2.7.3",
"@types/prettier": "3.0.0",
"@unocss/preset-mini": "0.57.1",
"@unocss/webpack": "0.57.1",
"ajv": "8.12.0",
Expand Down
209 changes: 13 additions & 196 deletions pnpm-lock.yaml

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

0 comments on commit 2148da4

Please sign in to comment.