Skip to content

Commit 17b6be1

Browse files
chore(deps): update dependency vite to v6.0.5 (#882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 428be30 commit 17b6be1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "19.0.2",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.2",
25-
"vite": "6.0.4"
25+
"vite": "6.0.5"
2626
}
2727
}

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react-dom": "19.0.2",
2121
"@vitejs/plugin-react": "4.3.4",
2222
"typescript": "5.7.2",
23-
"vite": "6.0.4"
23+
"vite": "6.0.5"
2424
}
2525
}

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react-dom": "19.0.2",
2222
"@vitejs/plugin-react": "4.3.4",
2323
"typescript": "5.7.2",
24-
"vite": "6.0.4"
24+
"vite": "6.0.5"
2525
}
2626
}

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "19.0.2",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.2",
25-
"vite": "6.0.4"
25+
"vite": "6.0.5"
2626
}
2727
}

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "19.0.2",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.2",
25-
"vite": "6.0.4"
25+
"vite": "6.0.5"
2626
}
2727
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4459,7 +4459,7 @@ es-to-primitive@^1.2.1:
44594459
is-date-object "^1.0.5"
44604460
is-symbol "^1.0.4"
44614461

4462-
esbuild@^0.24.0:
4462+
44634463
version "0.24.0"
44644464
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.24.0.tgz#f2d470596885fcb2e91c21eb3da3b3c89c0b55e7"
44654465
integrity sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==
@@ -8214,12 +8214,12 @@ value-or-promise@^1.0.11, value-or-promise@^1.0.12:
82148214
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
82158215
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==
82168216

8217-
8218-
version "6.0.4"
8219-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.4.tgz#fe7cfaedff7c701d5582be5c4ed6a2150538ea9d"
8220-
integrity sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==
8217+
8218+
version "6.0.5"
8219+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.5.tgz#1d0fbdb3ffe61e944089abeddb7d2c509420acfd"
8220+
integrity sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==
82218221
dependencies:
8222-
esbuild "^0.24.0"
8222+
esbuild "0.24.0"
82238223
postcss "^8.4.49"
82248224
rollup "^4.23.0"
82258225
optionalDependencies:

0 commit comments

Comments
 (0)