mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
chore: unpin vercel routing lib (#13224)
* chore: unpin vercel routing lib * Lock * Changeset
This commit is contained in:
parent
bda8c2a5f6
commit
8e5b89c5eb
3 changed files with 11 additions and 6 deletions
5
.changeset/cool-parents-love.md
Normal file
5
.changeset/cool-parents-love.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/vercel': patch
|
||||
---
|
||||
|
||||
Unpins `@vercel/routing-utils` dependency as bug has been fixed
|
|
@ -50,7 +50,7 @@
|
|||
"@vercel/analytics": "^1.4.1",
|
||||
"@vercel/edge": "^1.2.1",
|
||||
"@vercel/nft": "^0.29.0",
|
||||
"@vercel/routing-utils": "5.0.2",
|
||||
"@vercel/routing-utils": "^5.0.4",
|
||||
"esbuild": "^0.24.0",
|
||||
"fast-glob": "^3.3.3"
|
||||
},
|
||||
|
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
|
@ -5680,8 +5680,8 @@ importers:
|
|||
specifier: ^0.29.0
|
||||
version: 0.29.1(rollup@4.34.2)
|
||||
'@vercel/routing-utils':
|
||||
specifier: 5.0.2
|
||||
version: 5.0.2
|
||||
specifier: ^5.0.4
|
||||
version: 5.0.4
|
||||
esbuild:
|
||||
specifier: ^0.24.0
|
||||
version: 0.24.2
|
||||
|
@ -8317,8 +8317,8 @@ packages:
|
|||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
'@vercel/routing-utils@5.0.2':
|
||||
resolution: {integrity: sha512-uJViB3+HEo+kzHYELs7cQWX5k0kCNvq9G/8nJQX8mP5Ta0fG68CBRmOaaG8A+2xbtTp/QuGORIwV8CsI9ebcNg==}
|
||||
'@vercel/routing-utils@5.0.4':
|
||||
resolution: {integrity: sha512-4ke67zkXVi2fRZdoYckABcsSkRC9CnrdadOGxoS/Bk22+ObHjGQWvUHExRSXh339anwu9YY7ZacNSGH4gUnTQA==}
|
||||
|
||||
'@vitejs/plugin-react@4.3.4':
|
||||
resolution: {integrity: sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==}
|
||||
|
@ -14755,7 +14755,7 @@ snapshots:
|
|||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@vercel/routing-utils@5.0.2':
|
||||
'@vercel/routing-utils@5.0.4':
|
||||
dependencies:
|
||||
path-to-regexp: 6.1.0
|
||||
path-to-regexp-updated: path-to-regexp@6.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue