Skip to content

Commit

Permalink
chore(deps): Use prettier v3.3.3 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jul 14, 2024
1 parent e5fd378 commit 4ddee79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 263 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:all": "nx run-many --target=build --exclude=examples/**",
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
"dev": "pnpm run watch",
"prettier": "prettier --ignore-unknown .",
"prettier": "prettier --ignore-unknown '**/*'",
"prettier:write": "pnpm run prettier --write",
"cipublish": "node scripts/publish.js",
"cipublishforce": "CI=true pnpm cipublish"
Expand Down Expand Up @@ -51,7 +51,7 @@
"jsdom": "^24.1.0",
"knip": "^5.25.1",
"nx": "^19.4.2",
"prettier": "^4.0.0-alpha.8",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.5",
"publint": "^0.2.8",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 4ddee79

Please sign in to comment.