Skip to content

Commit

Permalink
Merge pull request #1433 from skaut/dependabot/npm_and_yarn/prettier-…
Browse files Browse the repository at this point in the history
…3.1.0

Bump prettier from 3.0.3 to 3.1.0
  • Loading branch information
github-actions[bot] authored Nov 13, 2023
2 parents 65ff435 + 05a11de commit 6cebb46
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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 @@ -50,7 +50,7 @@
"nyc": "^15.1.0",
"playwright": "^1.39.0",
"playwright-test-coverage": "^1.2.12",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.0.3",
"rimraf": "^5.0.5",
"sass": "^1.69.4",
Expand Down
12 changes: 6 additions & 6 deletions src/frontend/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
currentTab === "introduction"
? 1 / 5
: currentTab === "source-selection"
? 2 / 5
: currentTab === "destination-selection"
? 3 / 5
: currentTab === "confirmation"
? 4 / 5
: 0;
? 2 / 5
: currentTab === "destination-selection"
? 3 / 5
: currentTab === "confirmation"
? 4 / 5
: 0;
let copyComments = true;
let mergeFolders = true;
Expand Down

0 comments on commit 6cebb46

Please sign in to comment.