Skip to content

Commit

Permalink
fix(deps): update dependency vite to v4.4.4 (#4673)
Browse files Browse the repository at this point in the history
fix(deps): remove unused base config from vite

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 14, 2023
1 parent a4f1558 commit 6c37226
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 292 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
1 change: 0 additions & 1 deletion packages/sanity/src/_internal/cli/server/getViteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export async function getViteConfig(options: ViteOptions): Promise<InlineConfig>
sourcemap: sourceMap,
},
server: {
base: basePath,
host: server?.host,
port: server?.port || 3333,
strictPort: true,
Expand Down
Loading

2 comments on commit 6c37226

@vercel
Copy link

@vercel vercel bot commented on 6c37226 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio-git-next.sanity.build
performance-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 6c37226 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.