Skip to content

Commit

Permalink
Update Prettier (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 authored Jan 25, 2024
1 parent 49d60bd commit b7c182b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fast-glob": "^3.2.7",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.8.1",
"prettier": "^2.8.8",
"resolve.exports": "^1.1.0",
"rollup": "^2.7.0",
"rollup-plugin-dts": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-debug-ids/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const styleFunctions = [
'recipe',
] as const;

type StyleFunction = typeof styleFunctions[number];
type StyleFunction = (typeof styleFunctions)[number];

const extractName = (node: t.Node) => {
if (t.isObjectProperty(node) && t.isIdentifier(node.key)) {
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"path-browserify": "^1.0.1",
"portfinder": "^1.0.28",
"postcss": "^8.3.6",
"prettier": "^2.8.1",
"prettier": "^2.8.8",
"serve-handler": "^6.1.3",
"style-loader": "^2.0.0",
"vite": "npm:vite@^2.7.0",
Expand Down

0 comments on commit b7c182b

Please sign in to comment.