Skip to content

Commit

Permalink
Fix @types/cookie dependency (#10776)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
  • Loading branch information
fshafiee and florian-lefebvre committed Apr 15, 2024
1 parent 4dbd545 commit 1607fac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-news-roll.md
@@ -0,0 +1,5 @@
---
"astro": patch
---

Fixes cookies type inference
2 changes: 1 addition & 1 deletion packages/astro/package.json
Expand Up @@ -125,6 +125,7 @@
"@babel/traverse": "^7.23.3",
"@babel/types": "^7.23.3",
"@types/babel__core": "^7.20.4",
"@types/cookie": "^0.5.4",
"acorn": "^8.11.2",
"aria-query": "^5.3.0",
"axobject-query": "^4.0.0",
Expand Down Expand Up @@ -189,7 +190,6 @@
"@types/chai": "^4.3.10",
"@types/common-ancestor-path": "^1.0.2",
"@types/connect": "^3.4.38",
"@types/cookie": "^0.5.4",
"@types/cssesc": "^3.0.2",
"@types/debug": "^4.1.12",
"@types/diff": "^5.0.8",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 1607fac

Please sign in to comment.