Skip to content

Commit 145a2e2

Browse files
authored
fix: downgrade nuqs dependency to version 2.4.3 and update renovate configuration for allowed versions (#2053)
1 parent 6b2318a commit 145a2e2

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"next": "^15.4.7",
5353
"next-i18next": "^15.4.2",
5454
"next-themes": "^0.4.6",
55-
"nuqs": "^2.6.0",
55+
"nuqs": "2.4.3",
5656
"pino": "^9.9.4",
5757
"react": "^19.1.1",
5858
"react-content-loader": "^7.1.1",

pnpm-lock.yaml

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

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
{
1010
"matchManagers": ["docker-compose"],
1111
"enabled": false
12+
},
13+
{
14+
"matchPackageNames": ["nuqs"],
15+
"allowedVersions": "2.4.x"
1216
}
1317
],
1418
"updateInternalDeps": true,

0 commit comments

Comments
 (0)