Skip to content

Commit

Permalink
chore: upgrade vite to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Aug 2, 2022
1 parent 7bbf891 commit 3e75e3e
Show file tree
Hide file tree
Showing 4 changed files with 418 additions and 46 deletions.
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Expand Up @@ -40,6 +40,6 @@
"@sanity/cli": "3.0.0-dev-preview.12",
"@types/history": "^4.7.9",
"http-server": "^14.0.0",
"vite": "^2.7.2"
"vite": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/@sanity/portable-text-editor/package.json
Expand Up @@ -74,7 +74,7 @@
"@types/react": "^17.0.42",
"@types/react-dom": "^17.0.14",
"@types/ws": "~8.5.3",
"@vitejs/plugin-react": "^1.1.3",
"@vitejs/plugin-react": "^2.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.10.7",
"diff-match-patch": "^1.0.4",
Expand All @@ -92,7 +92,7 @@
"rxjs": "^6.5.3",
"styled-components": "^5.2.0",
"typedoc": "^0.17.3",
"vite": "^2.7.2"
"vite": "^3.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/server/package.json
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://www.sanity.io/",
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"@vitejs/plugin-react": "^1.1.3",
"@vitejs/plugin-react": "^2.0.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"connect-history-api-fallback": "^1.6.0",
Expand All @@ -46,7 +46,7 @@
"module-alias": "^2.2.2",
"read-pkg-up": "^7.0.1",
"resolve-from": "^5.0.0",
"vite": "^2.7.2"
"vite": "^3.0.0"
},
"devDependencies": {
"get-it": "^5.2.1",
Expand Down

0 comments on commit 3e75e3e

Please sign in to comment.