Skip to content

Commit de8aaa4

Browse files
chore(deps): update dependency vite to v2.8.6 (#906)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 510405a commit de8aaa4

File tree

4 files changed

+168
-144
lines changed

4 files changed

+168
-144
lines changed

packages/todo-example/client-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "17.0.2",
2626
"socket.io-client": "4.4.1",
2727
"todomvc-app-css": "2.4.2",
28-
"vite": "2.7.13"
28+
"vite": "2.8.6"
2929
},
3030
"scripts": {
3131
"start": "vite",

packages/todo-example/client-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"socket.io-client": "4.4.1",
2828
"todomvc-app-css": "2.4.2",
2929
"classnames": "2.3.1",
30-
"vite": "2.7.13",
30+
"vite": "2.8.6",
3131
"vite-plugin-babel-macros": "1.0.5"
3232
},
3333
"scripts": {

packages/todo-example/client-urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-dom": "17.0.2",
2525
"socket.io-client": "4.4.1",
2626
"todomvc-app-css": "2.4.2",
27-
"vite": "2.7.13"
27+
"vite": "2.8.6"
2828
},
2929
"scripts": {
3030
"start": "vite",

0 commit comments

Comments
 (0)