Skip to content

Commit 456b068

Browse files
authoredMay 17, 2024··
chore(shared): Unpin swr version (#3399)
1 parent ff52e79 commit 456b068

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎.changeset/small-tips-eat.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/shared': minor
3+
---
4+
5+
Unpin the version of swr and allow any minor or patch version.

‎package-lock.json

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

‎packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"glob-to-regexp": "0.4.1",
9191
"js-cookie": "3.0.1",
9292
"std-env": "^3.7.0",
93-
"swr": "2.2.0"
93+
"swr": "^2.2.0"
9494
},
9595
"devDependencies": {
9696
"@clerk/eslint-config-custom": "*",

0 commit comments

Comments
 (0)
Please sign in to comment.