Skip to content

Commit

Permalink
Merge branch 'main' into renovate/formatjs-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea authored Oct 13, 2024
2 parents 4374955 + 4a9dda5 commit 828a4ba
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 101 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-32c2cd2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@scaleway/use-query-params': patch
---

Updated dependency `query-string` to `9.1.1`.
5 changes: 5 additions & 0 deletions .changeset/renovate-dc89beb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@scaleway/eslint-config-react': patch
---

Updated dependency `eslint-plugin-import` to `2.31.0`.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-istanbul": "2.1.2",
"browserslist": "4.23.3",
"browserslist": "4.24.0",
"builtin-modules": "4.0.0",
"cross-env": "7.0.3",
"esbuild-plugin-browserslist": "0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.0",
"eslint-plugin-react-hooks": "4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-query-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"history": "5.3.0",
"query-string": "9.1.0"
"query-string": "9.1.1"
},
"peerDependencies": {
"react": "18.x || 18",
Expand Down
Loading

0 comments on commit 828a4ba

Please sign in to comment.