Skip to content

Commit

Permalink
chore: use workspace where possible (#6748)
Browse files Browse the repository at this point in the history
Co-authored-by: Princesseuh <[email protected]>
Co-authored-by: Erika <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2023
1 parent 8b88e4c commit aad853a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 169 deletions.
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/astro-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/preact": "^1.1.0",
"@astrojs/preact": "workspace:*",
"@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib",
"astro": "workspace:*",
"preact": "^10.11.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/astro/performance/fixtures/md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"author": "",
"license": "unlicensed",
"dependencies": {
"@astrojs/react": "^2.0.2",
"@performance/utils": "^0.0.0",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.0.12",
"astro": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/astro/performance/fixtures/mdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"author": "",
"license": "unlicensed",
"dependencies": {
"@astrojs/markdoc": "^0.0.0-markdoc-20230302210326",
"@astrojs/react": "^2.0.2",
"@performance/utils": "^0.0.0",
"@astrojs/markdoc": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.0.12",
"astro": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/astro/performance/fixtures/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"author": "",
"license": "unlicensed",
"dependencies": {
"@astrojs/mdx": "^0.17.2",
"@astrojs/react": "^2.0.2",
"@performance/utils": "^0.0.0",
"@astrojs/mdx": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.0.12",
"astro": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/performance/fixtures/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "unlicensed",
"devDependencies": {
"astro": "^2.0.12",
"astro": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
172 changes: 16 additions & 156 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aad853a

Please sign in to comment.