Skip to content

Commit 0d0582d

Browse files
fix(deps): update all non-major dependencies (#765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94468b4 commit 0d0582d

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
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.3.5"
25+
"vite": "5.4.0"
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.3.5"
23+
"vite": "5.4.0"
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.3.5"
24+
"vite": "5.4.0"
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.3.5"
25+
"vite": "5.4.0"
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.3.5"
25+
"vite": "5.4.0"
2626
}
2727
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,9 +2196,9 @@
21962196
ws "^8.12.0"
21972197

21982198
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.1.1", "@graphql-tools/utils@^10.2.1", "@graphql-tools/utils@^10.2.3", "@graphql-tools/utils@^10.3.0", "@graphql-tools/utils@^10.3.2":
2199-
version "10.3.3"
2200-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.3.3.tgz#506ff99cb231bf83df6277f79e4860adc3aedf7b"
2201-
integrity sha512-p0zCctE+kXsXb5FCJmA3DoucQmB5eSkrtyBAaEcjbnz8OVbriSJx2WNEyzttiHv2qanBe/AK/YiyHD/5Nsj76Q==
2199+
version "10.3.4"
2200+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.3.4.tgz#676e76e759893192a309719e21735a49f28169d5"
2201+
integrity sha512-5xUXVsp1Yh1ttYHYDLJscoyv2LcW1BjpbcooIAkGUzINftD/qRBw9zvVmALx+oQWr/9MSIYghHHZzbYHsVO0/A==
22022202
dependencies:
22032203
"@graphql-typed-document-node/core" "^3.1.1"
22042204
cross-inspect "1.0.1"
@@ -7259,10 +7259,10 @@ [email protected]:
72597259
picocolors "^1.0.0"
72607260
source-map-js "^1.0.2"
72617261

7262-
postcss@^8.4.39:
7263-
version "8.4.40"
7264-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8"
7265-
integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
7262+
postcss@^8.4.40:
7263+
version "8.4.41"
7264+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.41.tgz#d6104d3ba272d882fe18fc07d15dc2da62fa2681"
7265+
integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==
72667266
dependencies:
72677267
nanoid "^3.3.7"
72687268
picocolors "^1.0.1"
@@ -8513,13 +8513,13 @@ value-or-promise@^1.0.11, value-or-promise@^1.0.12:
85138513
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
85148514
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==
85158515

8516-
vite@5.3.5:
8517-
version "5.3.5"
8518-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.5.tgz#b847f846fb2b6cb6f6f4ed50a830186138cb83d8"
8519-
integrity sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==
8516+
vite@5.4.0:
8517+
version "5.4.0"
8518+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.0.tgz#11dca8a961369ba8b5cae42d068c7ad684d5370f"
8519+
integrity sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==
85208520
dependencies:
85218521
esbuild "^0.21.3"
8522-
postcss "^8.4.39"
8522+
postcss "^8.4.40"
85238523
rollup "^4.13.0"
85248524
optionalDependencies:
85258525
fsevents "~2.3.3"

0 commit comments

Comments
 (0)