mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Fix @types/cookie dependency (#10776)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
This commit is contained in:
parent
4dbd545304
commit
1607face67
3 changed files with 10 additions and 5 deletions
5
.changeset/brown-news-roll.md
Normal file
5
.changeset/brown-news-roll.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"astro": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes cookies type inference
|
|
@ -125,6 +125,7 @@
|
||||||
"@babel/traverse": "^7.23.3",
|
"@babel/traverse": "^7.23.3",
|
||||||
"@babel/types": "^7.23.3",
|
"@babel/types": "^7.23.3",
|
||||||
"@types/babel__core": "^7.20.4",
|
"@types/babel__core": "^7.20.4",
|
||||||
|
"@types/cookie": "^0.5.4",
|
||||||
"acorn": "^8.11.2",
|
"acorn": "^8.11.2",
|
||||||
"aria-query": "^5.3.0",
|
"aria-query": "^5.3.0",
|
||||||
"axobject-query": "^4.0.0",
|
"axobject-query": "^4.0.0",
|
||||||
|
@ -189,7 +190,6 @@
|
||||||
"@types/chai": "^4.3.10",
|
"@types/chai": "^4.3.10",
|
||||||
"@types/common-ancestor-path": "^1.0.2",
|
"@types/common-ancestor-path": "^1.0.2",
|
||||||
"@types/connect": "^3.4.38",
|
"@types/connect": "^3.4.38",
|
||||||
"@types/cookie": "^0.5.4",
|
|
||||||
"@types/cssesc": "^3.0.2",
|
"@types/cssesc": "^3.0.2",
|
||||||
"@types/debug": "^4.1.12",
|
"@types/debug": "^4.1.12",
|
||||||
"@types/diff": "^5.0.8",
|
"@types/diff": "^5.0.8",
|
||||||
|
|
|
@ -536,6 +536,9 @@ importers:
|
||||||
'@types/babel__core':
|
'@types/babel__core':
|
||||||
specifier: ^7.20.4
|
specifier: ^7.20.4
|
||||||
version: 7.20.5
|
version: 7.20.5
|
||||||
|
'@types/cookie':
|
||||||
|
specifier: ^0.5.4
|
||||||
|
version: 0.5.4
|
||||||
acorn:
|
acorn:
|
||||||
specifier: ^8.11.2
|
specifier: ^8.11.2
|
||||||
version: 8.11.3
|
version: 8.11.3
|
||||||
|
@ -718,9 +721,6 @@ importers:
|
||||||
'@types/connect':
|
'@types/connect':
|
||||||
specifier: ^3.4.38
|
specifier: ^3.4.38
|
||||||
version: 3.4.38
|
version: 3.4.38
|
||||||
'@types/cookie':
|
|
||||||
specifier: ^0.5.4
|
|
||||||
version: 0.5.4
|
|
||||||
'@types/cssesc':
|
'@types/cssesc':
|
||||||
specifier: ^3.0.2
|
specifier: ^3.0.2
|
||||||
version: 3.0.2
|
version: 3.0.2
|
||||||
|
@ -8092,7 +8092,7 @@ packages:
|
||||||
|
|
||||||
/@types/cookie@0.5.4:
|
/@types/cookie@0.5.4:
|
||||||
resolution: {integrity: sha512-7z/eR6O859gyWIAjuvBWFzNURmf2oPBmJlfVWkwehU5nzIyjwBsTh7WMmEEV4JFnHuQ3ex4oyTvfKzcyJVDBNA==}
|
resolution: {integrity: sha512-7z/eR6O859gyWIAjuvBWFzNURmf2oPBmJlfVWkwehU5nzIyjwBsTh7WMmEEV4JFnHuQ3ex4oyTvfKzcyJVDBNA==}
|
||||||
dev: true
|
dev: false
|
||||||
|
|
||||||
/@types/cssesc@3.0.2:
|
/@types/cssesc@3.0.2:
|
||||||
resolution: {integrity: sha512-Qii6nTRktvtI380EloxH/V7MwgrYxkPgBI+NklUjQuhzgAd1AqT3QDJd+eD+0doRADgfwvtagLRo7JFa7aMHXg==}
|
resolution: {integrity: sha512-Qii6nTRktvtI380EloxH/V7MwgrYxkPgBI+NklUjQuhzgAd1AqT3QDJd+eD+0doRADgfwvtagLRo7JFa7aMHXg==}
|
||||||
|
|
Loading…
Reference in a new issue