Skip to content

Commit c8e781b

Browse files
authored
Merge branch 'main' into renovate/typescript-5.x
2 parents c9003c1 + b822c14 commit c8e781b

File tree

5 files changed

+36
-31
lines changed

5 files changed

+36
-31
lines changed

.changeset/renovate-f38caec.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@scaleway/use-query-params': patch
3+
---
4+
5+
Updated dependency `react-router-dom` to `6.28.0`.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: pnpm install
5454
- run: pnpm run build
5555
- run: pnpm run test:coverage
56-
- uses: codecov/[email protected].2
56+
- uses: codecov/[email protected].7
5757
with:
5858
files: packages/**/coverage/cobertura-coverage.xml
5959
token: ${{ secrets.CODECOV_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/node": "22.9.4",
3030
"@types/react": "18.3.12",
3131
"@types/react-dom": "18.3.1",
32-
"@vitejs/plugin-react": "4.3.3",
32+
"@vitejs/plugin-react": "4.3.4",
3333
"@vitest/coverage-istanbul": "2.1.6",
3434
"browserslist": "4.24.2",
3535
"builtin-modules": "4.0.0",

packages/use-query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"devDependencies": {
5757
"react": "18.3.1",
5858
"react-dom": "18.3.1",
59-
"react-router-dom": "6.27.0"
59+
"react-router-dom": "6.28.0"
6060
}
6161
}

pnpm-lock.yaml

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)