Skip to content

Commit 6800d63

Browse files
committed
chore: update yoga-layout extraction and dependencies
- Update yoga-layout WASM extraction script - Sync package versions and lockfile
1 parent 3a5c86d commit 6800d63

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

packages/cli/scripts/extract-yoga-wasm.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import { existsSync, readFileSync, writeFileSync } from 'node:fs'
1010
import path from 'node:path'
1111
import { fileURLToPath } from 'node:url'
1212

13+
import { logger } from '@socketsecurity/lib/logger'
14+
1315
const __dirname = path.dirname(fileURLToPath(import.meta.url))
1416
const rootPath = path.join(__dirname, '..')
1517

packages/yoga-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@socketsecurity/build-infra": "workspace:*",
14-
"@socketsecurity/lib": "1.3.3"
14+
"@socketsecurity/lib": "1.3.5"
1515
}
1616
}

pnpm-lock.yaml

Lines changed: 17 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)