Skip to content

Commit

Permalink
fix(vite): update deps (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Dec 23, 2022
1 parent 6bafe45 commit 5487166
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 235 deletions.
4 changes: 2 additions & 2 deletions examples/with-vite/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^4.6.4",
"vite": "^3.0.0"
"typescript": "^4.9.4",
"vite": "^4.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/with-vite/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^4.6.4",
"vite": "^3.0.0"
"typescript": "^4.9.4",
"vite": "^4.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/with-vite/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^4.5.2"
"typescript": "^4.9.4"
}
}
Loading

1 comment on commit 5487166

@vercel
Copy link

@vercel vercel bot commented on 5487166 Dec 23, 2022

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:

turbo-vite-web – ./examples/with-vite/apps/web

turbo-vite-web.vercel.sh
turbo-web.vercel.sh
turbo-vite-web-git-main.vercel.sh

Please sign in to comment.