Skip to content

Commit 828a4ba

Browse files
authored
Merge branch 'main' into renovate/formatjs-monorepo
2 parents 4374955 + 4a9dda5 commit 828a4ba

File tree

6 files changed

+84
-101
lines changed

6 files changed

+84
-101
lines changed

.changeset/renovate-32c2cd2.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 `query-string` to `9.1.1`.

.changeset/renovate-dc89beb.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@scaleway/eslint-config-react': patch
3+
---
4+
5+
Updated dependency `eslint-plugin-import` to `2.31.0`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@testing-library/jest-dom": "6.5.0",
2727
"@testing-library/react": "16.0.1",
2828
"@types/jest": "29.5.13",
29-
"@types/node": "20.16.10",
29+
"@types/node": "20.16.11",
3030
"@types/react": "18.3.11",
3131
"@types/react-dom": "18.3.0",
3232
"@vitejs/plugin-react": "4.3.2",
3333
"@vitest/coverage-istanbul": "2.1.2",
34-
"browserslist": "4.23.3",
34+
"browserslist": "4.24.0",
3535
"builtin-modules": "4.0.0",
3636
"cross-env": "7.0.3",
3737
"esbuild-plugin-browserslist": "0.15.0",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-config-prettier": "9.1.0",
4242
"eslint-plugin-deprecation": "3.0.0",
4343
"eslint-plugin-eslint-comments": "3.2.0",
44-
"eslint-plugin-import": "2.30.0",
44+
"eslint-plugin-import": "2.31.0",
4545
"eslint-plugin-jsx-a11y": "6.10.0",
4646
"eslint-plugin-react": "7.36.0",
4747
"eslint-plugin-react-hooks": "4.6.2"

packages/use-query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"dependencies": {
4848
"history": "5.3.0",
49-
"query-string": "9.1.0"
49+
"query-string": "9.1.1"
5050
},
5151
"peerDependencies": {
5252
"react": "18.x || 18",

0 commit comments

Comments
 (0)