diff --git a/apps/playground/package.json b/apps/playground/package.json index fe5d39e7..6c9ab9e9 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -40,7 +40,7 @@ "@nuxtjs/robots": "^3.0.0", "@nuxtjs/supabase": "^1.3.5", "@nuxtjs/tailwindcss": "^6.12.1", - "@putout/bundle": "^3.14.0", + "@putout/bundle": "^3.25.0", "@types/node": "^18.19.24", "@types/prettier": "^2.7.3", "@vueuse/nuxt": "^10.9.0", diff --git a/apps/playground/pnpm-lock.yaml b/apps/playground/pnpm-lock.yaml index 93308366..087f5b3f 100644 --- a/apps/playground/pnpm-lock.yaml +++ b/apps/playground/pnpm-lock.yaml @@ -91,7 +91,7 @@ importers: specifier: ^6.12.1 version: 6.13.2(magicast@0.3.5) '@putout/bundle': - specifier: ^3.14.0 + specifier: ^3.25.0 version: 3.25.0 '@types/node': specifier: ^18.19.24 diff --git a/packages/escss/pnpm-lock.yaml b/packages/escss/pnpm-lock.yaml index edcc7175..b888c747 100644 --- a/packages/escss/pnpm-lock.yaml +++ b/packages/escss/pnpm-lock.yaml @@ -7,6 +7,10 @@ settings: importers: .: + dependencies: + postcss: + specifier: ^8.4.38 + version: 8.5.6 devDependencies: '@es-js/core': specifier: workspace:* @@ -14,9 +18,6 @@ importers: '@types/node': specifier: ^20.14.9 version: 20.19.30 - postcss: - specifier: ^8.4.38 - version: 8.5.6 typescript: specifier: ^5.5.2 version: 5.9.3 diff --git a/packages/sandbox/src/runtime/ejecutar.ts b/packages/sandbox/src/runtime/ejecutar.ts index 949859ad..b29f3627 100644 --- a/packages/sandbox/src/runtime/ejecutar.ts +++ b/packages/sandbox/src/runtime/ejecutar.ts @@ -50,7 +50,7 @@ export function getOptions() { } export async function loadPutout() { - _options.putout = await import('https://esm.sh/@putout/bundle@2') + _options.putout = await import('https://esm.sh/@putout/bundle@3.25.0') } export async function init(options: EjecutarOptions): Promise { diff --git a/packages/sandbox/src/vite-env.d.ts b/packages/sandbox/src/vite-env.d.ts index c3ec2f60..aa4aa5ac 100644 --- a/packages/sandbox/src/vite-env.d.ts +++ b/packages/sandbox/src/vite-env.d.ts @@ -2,7 +2,7 @@ declare module 'espree' -declare module 'https://esm.sh/@putout/bundle@2' { +declare module 'https://esm.sh/@putout/bundle@3.25.0' { const putout: any export default putout }