Skip to content

Commit

Permalink
chore: use workspace packages (#7894)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Aug 3, 2023
1 parent 59d6e56 commit 1dfbe95
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
},
"dependencies": {
"@astrojs/compiler": "^1.8.0",
"@astrojs/internal-helpers": "^0.1.1",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/language-server": "^1.0.0",
"@astrojs/markdown-remark": "^2.2.1",
"@astrojs/telemetry": "^2.1.1",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
"@babel/core": "^7.22.5",
"@babel/generator": "^7.22.5",
"@babel/parser": "^7.22.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
"@astrojs/internal-helpers": "^0.1.0",
"@astrojs/prism": "^2.1.2",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/prism": "workspace:*",
"@markdoc/markdoc": "^0.3.0",
"esbuild": "^0.18.16",
"github-slugger": "^2.0.0",
Expand All @@ -78,7 +78,7 @@
"astro": "workspace:^2.10.0"
},
"devDependencies": {
"@astrojs/markdown-remark": "^2.2.1",
"@astrojs/markdown-remark": "workspace:*",
"@types/chai": "^4.3.5",
"@types/html-escaper": "^3.0.0",
"@types/markdown-it": "^12.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
"@astrojs/markdown-remark": "^2.2.1",
"@astrojs/prism": "^2.1.2",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/prism": "workspace:*",
"@mdx-js/mdx": "^2.3.0",
"acorn": "^8.9.0",
"es-module-lexer": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"test:hosted": "mocha --exit --timeout 30000 test/hosted"
},
"dependencies": {
"@astrojs/internal-helpers": "^0.1.1",
"@astrojs/internal-helpers": "workspace:*",
"@vercel/analytics": "^0.1.11",
"@vercel/nft": "^0.22.6",
"esbuild": "^0.18.16",
Expand Down

0 comments on commit 1dfbe95

Please sign in to comment.