Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Comment thread
enzonotario marked this conversation as resolved.
"@types/node": "^18.19.24",
"@types/prettier": "^2.7.3",
"@vueuse/nuxt": "^10.9.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/pnpm-lock.yaml

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

7 changes: 4 additions & 3 deletions packages/escss/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion packages/sandbox/src/runtime/ejecutar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> {
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/src/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
Loading