Skip to content

Commit faba291

Browse files
committed
fix(deps): update dependency js-cookie to v3
1 parent a6f33b0 commit faba291

File tree

2 files changed

+113
-112
lines changed

2 files changed

+113
-112
lines changed

hooks/useCookieState/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@pansy/use-memoized-fn": "0.2.4",
20-
"@types/js-cookie": "^2.x.x",
21-
"js-cookie": "^2.x.x"
20+
"@types/js-cookie": "^3.0.0",
21+
"js-cookie": "^3.0.0"
2222
},
2323
"publishConfig": {
2424
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)