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

View file

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