Skip to content

Commit cd44e7f

Browse files
committed
chore: uqp v1.2.4 - bump sqp to v1.3.6
1 parent 791e609 commit cd44e7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/use-query-params/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/use-query-params/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-query-params",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "React Hook for managing state in URL query parameters with easy serialization.",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
@@ -72,7 +72,7 @@
7272
"react-dom": ">=16.8.0"
7373
},
7474
"dependencies": {
75-
"serialize-query-params": "^1.3.5"
75+
"serialize-query-params": "^1.3.6"
7676
},
7777
"husky": {
7878
"hooks": {

0 commit comments

Comments
 (0)