Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump nuqs from 2.1.1 to 2.2.1 #98

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vercel/speed-insights": "^1.0.14",
"csv": "^6.3.10",
"next": "15.0.2",
"nuqs": "^2.1.1",
"nuqs": "^2.2.1",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-loading-skeleton": "^3.5.0"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3662,24 +3662,24 @@ __metadata:
languageName: node
linkType: hard

"nuqs@npm:^2.1.1":
version: 2.1.1
resolution: "nuqs@npm:2.1.1"
"nuqs@npm:^2.2.1":
version: 2.2.1
resolution: "nuqs@npm:2.2.1"
dependencies:
mitt: "npm:^3.0.1"
peerDependencies:
"@remix-run/react": ">= 2"
next: ">= 14.2.0"
react: ">= 18.2.0"
react-router-dom: ">= 6"
"@remix-run/react": ">=2"
next: ">=14.2.0"
react: ">=18.2.0 || ^19.0.0-0"
react-router-dom: ">=6"
peerDependenciesMeta:
"@remix-run/react":
optional: true
next:
optional: true
react-router-dom:
optional: true
checksum: 10c0/ceb674c1bf106db27f1f16494d70baa93f962da16b94a2ddd18a18cffa122560ad28dae2be3affbecd802e0c73d8eaa95d580a1dcd1a4e395bea4c81651ea90b
checksum: 10c0/3c2c807c7fd3e0b3543ec90da3e54c041d5172a878978ddd18bf7db4a6f5b9b0db35340d4bfa952bc63b34470280896297ea8f2c9ff9bb05c0cef934e9e5c5b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -3804,7 +3804,7 @@ __metadata:
eslint: "npm:^9.14.0"
eslint-config-next: "npm:15.0.3"
next: "npm:15.0.2"
nuqs: "npm:^2.1.1"
nuqs: "npm:^2.2.1"
postcss: "npm:^8"
react: "npm:19.0.0-rc.1"
react-dom: "npm:19.0.0-rc.1"
Expand Down