Skip to content

Commit 06db39b

Browse files
committed
fix: move @continuous-auth/client to devDep
1 parent c626751 commit 06db39b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@
5353
"simple-git-hooks": "^2.11.1",
5454
"ts-jest": "29.2.5",
5555
"ts-node": "^10.9.2",
56-
"typescript": "5.7.2"
56+
"typescript": "5.7.2",
57+
"@continuous-auth/client": "2.3.2"
5758
},
5859
"dependencies": {
5960
"error-stack-parser": "^2.1.4",
60-
"html-entities": "^2.5.2",
61-
"@continuous-auth/client": "2.3.2"
61+
"html-entities": "^2.5.2"
62+
6263
},
6364
"peerDependencies": {
6465
"react-refresh": ">=0.10.0 <1.0.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)