mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] update lockfile (#8721)
* [ci] update lockfile * fix ts-expect-error issue --------- Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
This commit is contained in:
parent
db7a474535
commit
28e56309a0
2 changed files with 2511 additions and 2658 deletions
|
@ -7,7 +7,6 @@ export type ReactIntegrationOptions = Pick<ViteReactPluginOptions, 'include' | '
|
||||||
experimentalReactChildren?: boolean;
|
experimentalReactChildren?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
// @ts-expect-error
|
|
||||||
const FAST_REFRESH_PREAMBLE = react.preambleCode;
|
const FAST_REFRESH_PREAMBLE = react.preambleCode;
|
||||||
|
|
||||||
function getRenderer() {
|
function getRenderer() {
|
||||||
|
@ -66,7 +65,6 @@ function getViteConfiguration({
|
||||||
: '@astrojs/react/server-v17.js',
|
: '@astrojs/react/server-v17.js',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// @ts-expect-error
|
|
||||||
plugins: [react({ include, exclude }), optionsPlugin(!!experimentalReactChildren)],
|
plugins: [react({ include, exclude }), optionsPlugin(!!experimentalReactChildren)],
|
||||||
resolve: {
|
resolve: {
|
||||||
dedupe: ['react', 'react-dom', 'react-dom/server'],
|
dedupe: ['react', 'react-dom', 'react-dom/server'],
|
||||||
|
|
5167
pnpm-lock.yaml
5167
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue