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

30
node_modules/ts-jest/package.json generated vendored Executable file → Normal file
View File

@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "29.4.5",
"version": "29.4.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
@@ -93,9 +93,9 @@
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-angular": "^19.8.1",
"@eslint/compat": "^1.4.0",
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.37.0",
"@eslint/js": "^9.39.1",
"@jest/globals": "^30.2.0",
"@jest/transform": "^30.2.0",
"@jest/types": "^30.2.0",
@@ -106,18 +106,18 @@
"@types/lodash.camelcase": "^4.3.9",
"@types/lodash.memoize": "^4.1.9",
"@types/lodash.set": "^4.3.9",
"@types/micromatch": "^4.0.9",
"@types/node": "20.19.20",
"@types/micromatch": "^4.0.10",
"@types/node": "20.19.25",
"@types/semver": "^7.7.1",
"@types/yargs": "^17.0.33",
"@types/yargs": "^17.0.35",
"@types/yargs-parser": "21.0.3",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"babel-jest": "^30.2.0",
"conventional-changelog-angular": "^8.0.0",
"conventional-changelog-angular": "^8.1.0",
"conventional-changelog": "^7.1.1",
"esbuild": "~0.25.10",
"eslint": "^9.37.0",
"esbuild": "~0.27.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
@@ -126,17 +126,17 @@
"execa": "5.1.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.2",
"globals": "^16.4.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.1.1",
"lint-staged": "^15.5.2",
"memfs": "^4.49.0",
"memfs": "^4.51.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.0"
"typescript-eslint": "^8.48.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"