Skip to content

Commit

Permalink
fix: add @types/cookies to dependencies (#63)
Browse files Browse the repository at this point in the history
Makes the `@types/cookies` dependency a regular one to fix common
compilation errors. See #53.
  • Loading branch information
J0 authored Sep 10, 2024
1 parent 549fe62 commit 47e5f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"devDependencies": {
"@eslint/js": "^9.3.0",
"@supabase/supabase-js": "^2.43.4",
"@types/cookie": "^0.6.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
Expand All @@ -46,6 +45,7 @@
"@supabase/supabase-js": "^2.43.4"
},
"dependencies": {
"cookie": "^0.6.0"
"cookie": "^0.6.0",
"@types/cookie": "^0.6.0"
}
}

0 comments on commit 47e5f16

Please sign in to comment.