Skip to content

Commit

Permalink
chore(deps): update dependency vite to v3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 003a2ee commit d3829ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/todo-example/client-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "17.0.2",
"socket.io-client": "4.5.2",
"todomvc-app-css": "2.4.3",
"vite": "3.2.10",
"vite": "3.2.11",
"@apollo/client": "3.10.8",
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"socket.io-client": "4.5.2",
"todomvc-app-css": "2.4.3",
"classnames": "2.3.2",
"vite": "3.2.10",
"vite": "3.2.11",
"vite-plugin-babel-macros": "1.0.6",
"graphql-ws": "5.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "17.0.2",
"socket.io-client": "4.5.2",
"todomvc-app-css": "2.4.3",
"vite": "3.2.10",
"vite": "3.2.11",
"urql": "2.2.3",
"graphql": "16.0.0-experimental-stream-defer.5"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8851,10 +8851,10 @@ [email protected]:
"@types/babel__core" "^7.1.18"
babel-plugin-macros "^3.1.0"

[email protected].10:
version "3.2.10"
resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.10.tgz#7ac79fead82cfb6b5bf65613cd82fba6dcc81340"
integrity sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==
[email protected].11:
version "3.2.11"
resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.11.tgz#8d1c8e05ef2f24b04c8693f56d3e01fe8835e6d7"
integrity sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==
dependencies:
esbuild "^0.15.9"
postcss "^8.4.18"
Expand Down

0 comments on commit d3829ac

Please sign in to comment.