Skip to content

Commit

Permalink
fix(deps): update vite version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Jul 14, 2023
1 parent 46e4630 commit 8a88557
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
},
"devDependencies": {
"chokidar": "^3.5.3",
"vite": "^4.0.1"
"vite": "^4.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"rxjs": "^7.8.0",
"styled-components": "^5.2.0",
"typedoc": "^0.24.0",
"vite": "^4.0.1"
"vite": "^4.4.4"
},
"peerDependencies": {
"react": "^16.9 || ^17 || ^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"use-device-pixel-ratio": "^1.1.0",
"use-hot-module-reload": "^1.0.1",
"use-sync-external-store": "^1.2.0",
"vite": "^4.0.1",
"vite": "^4.4.4",
"yargs": "^17.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18938,7 +18938,7 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vite@^4.0.1, vite@^4.1.1, vite@^4.3.8:
vite@^4.1.1, vite@^4.3.8, vite@^4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.4.tgz#b76e6049c0e080cb54e735ad2d18287753752118"
integrity sha512-4mvsTxjkveWrKDJI70QmelfVqTm+ihFAb6+xf4sjEU2TmUCTlVX87tmg/QooPEMQb/lM9qGHT99ebqPziEd3wg==
Expand Down

0 comments on commit 8a88557

Please sign in to comment.