Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v3 (major) (#1801)
Browse files Browse the repository at this point in the history
* chore(deps): update vitest monorepo to v3

* Fix snapshot

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dang Mai <[email protected]>
  • Loading branch information
renovate[bot] and dangmai authored Jan 16, 2025
1 parent 3482de3 commit 9fedf80
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 360 deletions.
4 changes: 2 additions & 2 deletions packages/prettier-plugin-apex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"license": "MIT",
"devDependencies": {
"@types/wait-on": "5.3.4",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.0",
"vite": "6.0.7",
"vitest": "2.1.8"
"vitest": "3.0.0"
},
"peerDependencies": {
"prettier": "^3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ System.debug('Hi');
// Trailing Inline Comment in Anonymous Block

/* Trailing Block Comment in Anonymous Block */

Loading

0 comments on commit 9fedf80

Please sign in to comment.