File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serialize-query-params" ,
3
- "version" : " 2.0.0-rc.0 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " A library for simplifying encoding and decoding URL query parameters." ,
5
5
"main" : " ./dist/index.cjs.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " use-query-params" ,
3
- "version" : " 2.0.0-rc.1 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " React Hook for managing state in URL query parameters with easy serialization." ,
5
5
"main" : " ./dist/index.cjs.js" ,
6
6
"typings" : " ./dist/index.d.ts" ,
72
72
"react-dom" : " >=16.8.0"
73
73
},
74
74
"dependencies" : {
75
- "serialize-query-params" : " ^2.0.0-rc.0 "
75
+ "serialize-query-params" : " ^2.0.0"
76
76
},
77
77
"husky" : {
78
78
"hooks" : {
You can’t perform that action at this time.
0 commit comments