refactor: moving to packages/integrations, Astro Labs TBD down the road
This commit is contained in:
parent
94d6102cc5
commit
6a0f24a78f
18 changed files with 36 additions and 27 deletions
63
pnpm-lock.yaml
generated
63
pnpm-lock.yaml
generated
|
@ -1982,6 +1982,33 @@ importers:
|
|||
astro-scripts: link:../../../scripts
|
||||
preact: 10.7.3
|
||||
|
||||
packages/integrations/prefetch:
|
||||
specifiers:
|
||||
'@types/chai': ^4.3.1
|
||||
'@types/chai-as-promised': ^7.1.5
|
||||
'@types/mocha': ^9.1.1
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
playwright: ^1.22.2
|
||||
throttles: ^1.0.1
|
||||
dependencies:
|
||||
throttles: 1.0.1
|
||||
devDependencies:
|
||||
'@types/chai': 4.3.1
|
||||
'@types/chai-as-promised': 7.1.5
|
||||
'@types/mocha': 9.1.1
|
||||
astro: link:../../astro
|
||||
astro-scripts: link:../../../scripts
|
||||
playwright: 1.22.2
|
||||
|
||||
packages/integrations/prefetch/test/fixtures/basic-prefetch:
|
||||
specifiers:
|
||||
'@astrojs/prefetch': workspace:*
|
||||
astro: workspace:*
|
||||
dependencies:
|
||||
'@astrojs/prefetch': link:../../..
|
||||
astro: link:../../../../../astro
|
||||
|
||||
packages/integrations/react:
|
||||
specifiers:
|
||||
'@babel/plugin-transform-react-jsx': ^7.17.12
|
||||
|
@ -2104,33 +2131,6 @@ importers:
|
|||
astro-scripts: link:../../../scripts
|
||||
vue: 3.2.37
|
||||
|
||||
packages/labs/prefetch:
|
||||
specifiers:
|
||||
'@types/chai': ^4.3.1
|
||||
'@types/chai-as-promised': ^7.1.5
|
||||
'@types/mocha': ^9.1.1
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
playwright: ^1.22.2
|
||||
throttles: ^1.0.1
|
||||
dependencies:
|
||||
throttles: 1.0.1
|
||||
devDependencies:
|
||||
'@types/chai': 4.3.1
|
||||
'@types/chai-as-promised': 7.1.5
|
||||
'@types/mocha': 9.1.1
|
||||
astro: link:../../astro
|
||||
astro-scripts: link:../../../scripts
|
||||
playwright: 1.22.2
|
||||
|
||||
packages/labs/prefetch/test/fixtures/basic-prefetch:
|
||||
specifiers:
|
||||
'@astrojs/prefetch': workspace:*
|
||||
astro: workspace:*
|
||||
dependencies:
|
||||
'@astrojs/prefetch': link:../../..
|
||||
astro: link:../../../../../astro
|
||||
|
||||
packages/markdown/remark:
|
||||
specifiers:
|
||||
'@astrojs/micromark-extension-mdx-jsx': ^1.0.3
|
||||
|
@ -8581,6 +8581,11 @@ packages:
|
|||
|
||||
/debug/3.2.7:
|
||||
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
|
||||
peerDependencies:
|
||||
supports-color: '*'
|
||||
peerDependenciesMeta:
|
||||
supports-color:
|
||||
optional: true
|
||||
dependencies:
|
||||
ms: 2.1.3
|
||||
dev: false
|
||||
|
@ -11462,6 +11467,8 @@ packages:
|
|||
debug: 3.2.7
|
||||
iconv-lite: 0.4.24
|
||||
sax: 1.2.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/netmask/2.0.2:
|
||||
|
@ -11545,6 +11552,8 @@ packages:
|
|||
rimraf: 2.7.1
|
||||
semver: 5.7.1
|
||||
tar: 4.4.19
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/node-releases/2.0.5:
|
||||
|
|
Loading…
Add table
Reference in a new issue