Update npm packages

Add --dump-dimensions option to rsx:debug for layout debugging
Mark framework publish

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-03 21:48:28 +00:00
parent cff287e870
commit 8d92b287be
1226 changed files with 16280 additions and 19461 deletions

3
node_modules/prettier/package.json generated vendored Executable file → Normal file
View File

@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.6.2",
"version": "3.7.4",
"description": "Prettier is an opinionated code formatter",
"bin": "./bin/prettier.cjs",
"repository": "prettier/prettier",
@@ -198,5 +198,6 @@
"standalone.mjs"
],
"preferUnplugged": true,
"sideEffects": false,
"type": "commonjs"
}