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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/underscore-redirects": "^0.2.0",
|
||||
"@astrojs/underscore-redirects": "workspace:*",
|
||||
"@cloudflare/workers-types": "^4.20230518.0",
|
||||
"esbuild": "^0.18.16",
|
||||
"tiny-glob": "^0.2.9"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"test:hosted": "mocha --exit --timeout 30000 test/hosted"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/underscore-redirects": "^0.2.0",
|
||||
"@astrojs/underscore-redirects": "workspace:*",
|
||||
"@netlify/functions": "^1.6.0",
|
||||
"esbuild": "^0.18.16"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue