chore: use workspace packages (#7896)

This commit is contained in:
Emanuele Stoppa 2023-08-01 12:15:39 +01:00
parent 69d4ea2c92
commit bd505fa5fd
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"
},