diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c7b45343b75..4ae56cdfd15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1476,7 +1476,7 @@ importers: specifier: ^5.4.0 version: 5.4.0(@types/node@22.6.1)(terser@5.31.0) - test/misc: + test/playground: dependencies: '@types/react': specifier: ^18.2.45 @@ -1486,22 +1486,22 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.3.0(vite@5.4.0(@types/node@22.6.1)(terser@5.31.0)) + version: 4.3.1(vite@5.4.0(@types/node@22.6.1)(terser@5.31.0)) react: specifier: ^18.2.0 - version: 18.2.0 + version: 18.3.1 react-dom: specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + version: 18.3.1(react@18.3.1) typescript: specifier: ^5.2.2 - version: 5.4.5 + version: 5.6.2 vike: specifier: link:../../vike version: link:../../vike vike-react: specifier: ^0.5.7 - version: 0.5.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(vike@vike) + version: 0.5.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vike@vike) vite: specifier: ^5.4.0 version: 5.4.0(@types/node@22.6.1)(terser@5.31.0) @@ -13853,13 +13853,6 @@ snapshots: vike: link:vike vite: 5.4.0(@types/node@22.6.1)(terser@5.31.0) - vike-react@0.5.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(vike@vike): - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-streaming: 0.3.43(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - vike: link:vike - vike-react@0.5.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vike@vike): dependencies: react: 18.3.1 diff --git a/test/misc/.gitignore b/test/playground/.gitignore similarity index 100% rename from test/misc/.gitignore rename to test/playground/.gitignore diff --git a/test/misc/.testCiJob.json b/test/playground/.testCiJob.json similarity index 100% rename from test/misc/.testCiJob.json rename to test/playground/.testCiJob.json diff --git a/test/misc/readme.md b/test/playground/README.md similarity index 100% rename from test/misc/readme.md rename to test/playground/README.md diff --git a/test/misc/package.json b/test/playground/package.json similarity index 100% rename from test/misc/package.json rename to test/playground/package.json diff --git a/test/misc/pages/+Head.tsx b/test/playground/pages/+Head.tsx similarity index 100% rename from test/misc/pages/+Head.tsx rename to test/playground/pages/+Head.tsx diff --git a/test/misc/pages/+Layout.jsx b/test/playground/pages/+Layout.jsx similarity index 100% rename from test/misc/pages/+Layout.jsx rename to test/playground/pages/+Layout.jsx diff --git a/test/misc/pages/+config.ts b/test/playground/pages/+config.ts similarity index 100% rename from test/misc/pages/+config.ts rename to test/playground/pages/+config.ts diff --git a/test/misc/pages/Layout.css b/test/playground/pages/Layout.css similarity index 100% rename from test/misc/pages/Layout.css rename to test/playground/pages/Layout.css diff --git a/test/misc/pages/about/+Head.tsx b/test/playground/pages/about/+Head.tsx similarity index 100% rename from test/misc/pages/about/+Head.tsx rename to test/playground/pages/about/+Head.tsx diff --git a/test/misc/pages/about/+config.ts b/test/playground/pages/about/+config.ts similarity index 100% rename from test/misc/pages/about/+config.ts rename to test/playground/pages/about/+config.ts diff --git a/test/misc/pages/about/Page.jsx b/test/playground/pages/about/Page.jsx similarity index 100% rename from test/misc/pages/about/Page.jsx rename to test/playground/pages/about/Page.jsx diff --git a/test/misc/pages/dynamic-import-file-env/+Page.tsx b/test/playground/pages/dynamic-import-file-env/+Page.tsx similarity index 100% rename from test/misc/pages/dynamic-import-file-env/+Page.tsx rename to test/playground/pages/dynamic-import-file-env/+Page.tsx diff --git a/test/misc/pages/dynamic-import-file-env/hello.client.ts b/test/playground/pages/dynamic-import-file-env/hello.client.ts similarity index 100% rename from test/misc/pages/dynamic-import-file-env/hello.client.ts rename to test/playground/pages/dynamic-import-file-env/hello.client.ts diff --git a/test/misc/pages/dynamic-import-file-env/hello.server.ts b/test/playground/pages/dynamic-import-file-env/hello.server.ts similarity index 100% rename from test/misc/pages/dynamic-import-file-env/hello.server.ts rename to test/playground/pages/dynamic-import-file-env/hello.server.ts diff --git a/test/misc/pages/dynamic-import-file-env/isBrowser.ts b/test/playground/pages/dynamic-import-file-env/isBrowser.ts similarity index 100% rename from test/misc/pages/dynamic-import-file-env/isBrowser.ts rename to test/playground/pages/dynamic-import-file-env/isBrowser.ts diff --git a/test/misc/pages/index/+config.ts b/test/playground/pages/index/+config.ts similarity index 100% rename from test/misc/pages/index/+config.ts rename to test/playground/pages/index/+config.ts diff --git a/test/misc/pages/index/+prerender.ts b/test/playground/pages/index/+prerender.ts similarity index 100% rename from test/misc/pages/index/+prerender.ts rename to test/playground/pages/index/+prerender.ts diff --git a/test/misc/pages/index/Counter.jsx b/test/playground/pages/index/Counter.jsx similarity index 100% rename from test/misc/pages/index/Counter.jsx rename to test/playground/pages/index/Counter.jsx diff --git a/test/misc/pages/index/Page.jsx b/test/playground/pages/index/Page.jsx similarity index 100% rename from test/misc/pages/index/Page.jsx rename to test/playground/pages/index/Page.jsx diff --git a/test/misc/pages/markdown-page/+Page.md b/test/playground/pages/markdown-page/+Page.md similarity index 100% rename from test/misc/pages/markdown-page/+Page.md rename to test/playground/pages/markdown-page/+Page.md diff --git a/test/misc/pages/markdown-page/+config.ts b/test/playground/pages/markdown-page/+config.ts similarity index 100% rename from test/misc/pages/markdown-page/+config.ts rename to test/playground/pages/markdown-page/+config.ts diff --git a/test/misc/pages/markdown-page/+title.ts b/test/playground/pages/markdown-page/+title.ts similarity index 100% rename from test/misc/pages/markdown-page/+title.ts rename to test/playground/pages/markdown-page/+title.ts diff --git a/test/misc/pages/markdown-page/Counter.jsx b/test/playground/pages/markdown-page/Counter.jsx similarity index 100% rename from test/misc/pages/markdown-page/Counter.jsx rename to test/playground/pages/markdown-page/Counter.jsx diff --git a/test/misc/pages/markdown-page/vike.d.ts b/test/playground/pages/markdown-page/vike.d.ts similarity index 100% rename from test/misc/pages/markdown-page/vike.d.ts rename to test/playground/pages/markdown-page/vike.d.ts diff --git a/test/misc/pages/navigate-early/+Page.jsx b/test/playground/pages/navigate-early/+Page.jsx similarity index 100% rename from test/misc/pages/navigate-early/+Page.jsx rename to test/playground/pages/navigate-early/+Page.jsx diff --git a/test/misc/pages/navigate-early/+client.js b/test/playground/pages/navigate-early/+client.js similarity index 100% rename from test/misc/pages/navigate-early/+client.js rename to test/playground/pages/navigate-early/+client.js diff --git a/test/misc/pages/pushState/+Page.jsx b/test/playground/pages/pushState/+Page.jsx similarity index 100% rename from test/misc/pages/pushState/+Page.jsx rename to test/playground/pages/pushState/+Page.jsx diff --git a/test/misc/pages/pushState/+data.ts b/test/playground/pages/pushState/+data.ts similarity index 100% rename from test/misc/pages/pushState/+data.ts rename to test/playground/pages/pushState/+data.ts diff --git a/test/misc/pages/pushState/+prerender.ts b/test/playground/pages/pushState/+prerender.ts similarity index 100% rename from test/misc/pages/pushState/+prerender.ts rename to test/playground/pages/pushState/+prerender.ts diff --git a/test/misc/test-dev.test.ts b/test/playground/test-dev.test.ts similarity index 100% rename from test/misc/test-dev.test.ts rename to test/playground/test-dev.test.ts diff --git a/test/misc/test-preview.test.ts b/test/playground/test-preview.test.ts similarity index 100% rename from test/misc/test-preview.test.ts rename to test/playground/test-preview.test.ts diff --git a/test/misc/testRun.ts b/test/playground/testRun.ts similarity index 100% rename from test/misc/testRun.ts rename to test/playground/testRun.ts diff --git a/test/misc/tsconfig.json b/test/playground/tsconfig.json similarity index 100% rename from test/misc/tsconfig.json rename to test/playground/tsconfig.json diff --git a/test/misc/vite.config.ts b/test/playground/vite.config.ts similarity index 100% rename from test/misc/vite.config.ts rename to test/playground/vite.config.ts