Skip to content

Commit 6a702cc

Browse files
chore(deps): update dependency vite to v5.4.1 (#777)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da27eed commit 6a702cc

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": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
2424
"typescript": "5.5.4",
25-
"vite": "5.4.0"
25+
"vite": "5.4.1"
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": "18.3.0",
2121
"@vitejs/plugin-react": "4.3.1",
2222
"typescript": "5.5.4",
23-
"vite": "5.4.0"
23+
"vite": "5.4.1"
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": "18.3.0",
2222
"@vitejs/plugin-react": "4.3.1",
2323
"typescript": "5.5.4",
24-
"vite": "5.4.0"
24+
"vite": "5.4.1"
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": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
2424
"typescript": "5.5.4",
25-
"vite": "5.4.0"
25+
"vite": "5.4.1"
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": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
2424
"typescript": "5.5.4",
25-
"vite": "5.4.0"
25+
"vite": "5.4.1"
2626
}
2727
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7260,7 +7260,7 @@ [email protected]:
72607260
picocolors "^1.0.0"
72617261
source-map-js "^1.0.2"
72627262

7263-
postcss@^8.4.40:
7263+
postcss@^8.4.41:
72647264
version "8.4.41"
72657265
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.41.tgz#d6104d3ba272d882fe18fc07d15dc2da62fa2681"
72667266
integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==
@@ -8514,13 +8514,13 @@ value-or-promise@^1.0.11, value-or-promise@^1.0.12:
85148514
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
85158515
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==
85168516

8517-
8518-
version "5.4.0"
8519-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.0.tgz#11dca8a961369ba8b5cae42d068c7ad684d5370f"
8520-
integrity sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==
8517+
8518+
version "5.4.1"
8519+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.1.tgz#2aa72370de824d23f53658affd807e4c9905b058"
8520+
integrity sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==
85218521
dependencies:
85228522
esbuild "^0.21.3"
8523-
postcss "^8.4.40"
8523+
postcss "^8.4.41"
85248524
rollup "^4.13.0"
85258525
optionalDependencies:
85268526
fsevents "~2.3.3"

0 commit comments

Comments
 (0)