mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
chore: use workspace packages (#7896)
This commit is contained in:
parent
32002c2954
commit
2777e7c0e5
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
"test:match": "mocha --exit --timeout 30000 -g"
|
"test:match": "mocha --exit --timeout 30000 -g"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/underscore-redirects": "^0.2.0",
|
"@astrojs/underscore-redirects": "workspace:*",
|
||||||
"@cloudflare/workers-types": "^4.20230518.0",
|
"@cloudflare/workers-types": "^4.20230518.0",
|
||||||
"esbuild": "^0.18.16",
|
"esbuild": "^0.18.16",
|
||||||
"tiny-glob": "^0.2.9"
|
"tiny-glob": "^0.2.9"
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"test:hosted": "mocha --exit --timeout 30000 test/hosted"
|
"test:hosted": "mocha --exit --timeout 30000 test/hosted"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/underscore-redirects": "^0.2.0",
|
"@astrojs/underscore-redirects": "workspace:*",
|
||||||
"@netlify/functions": "^1.6.0",
|
"@netlify/functions": "^1.6.0",
|
||||||
"esbuild": "^0.18.16"
|
"esbuild": "^0.18.16"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue