Skip to content

Commit

Permalink
rm redundant vite resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Jan 17, 2025
1 parent 39677cd commit 3c775d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@
"zod": "^3.23.0"
},
"resolutions": {
"**/@scarf/scarf": "npm:empty-npm-package@1.0.0",
"**/vite": "^6"
"**/@scarf/scarf": "npm:empty-npm-package@1.0.0"
},
"keywords": [
"nodejs",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ vite-node@3.0.1:
pathe "^2.0.1"
vite "^5.0.0 || ^6.0.0"

"vite@^5.0.0 || ^6.0.0", vite@^6:
"vite@^5.0.0 || ^6.0.0":
version "6.0.7"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.7.tgz#f0f8c120733b04af52b4a1e3e7cb54eb851a799b"
integrity sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==
Expand Down

0 comments on commit 3c775d9

Please sign in to comment.