Framework updates

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2026-03-04 23:20:19 +00:00
parent a89daf3d43
commit 3ed8517b2a
891 changed files with 11126 additions and 9600 deletions

13
node_modules/svgo/package.json generated vendored
View File

@@ -1,7 +1,7 @@
{
"packageManager": "yarn@3.8.7",
"name": "svgo",
"version": "4.0.0",
"version": "4.0.1",
"description": "SVGO is a Node.js library and command-line application for optimizing vector images.",
"license": "MIT",
"type": "module",
@@ -83,11 +83,12 @@
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=4 --coverage",
"test:bundles": "yarn build:bundles && node ./test/svgo.cjs && node ./test/browser.js",
"test:types": "yarn build:types && tsc && tsd",
"test:regression": "node ./test/regression-extract.js && cross-env NO_DIFF=1 node ./test/regression.js",
"test:regression": "node ./test/regression/extract.js && node ./test/regression/optimize.js && cross-env NO_DIFF=1 node ./test/regression/compare.js",
"qa": "yarn lint && yarn test:types && yarn test && yarn test:bundles && yarn test:regression",
"clean": "yarn clean:build && yarn clean:types",
"clean:build": "rimraf dist",
"clean:types": "rimraf types",
"spellcheck": "cspell -u .",
"prepublishOnly": "yarn clean && yarn build"
},
"jest": {
@@ -107,7 +108,7 @@
"css-what": "^6.1.0",
"csso": "^5.0.5",
"picocolors": "^1.1.1",
"sax": "^1.4.1"
"sax": "^1.5.0"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
@@ -119,14 +120,16 @@
"@types/csso": "^5.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.3",
"@types/pngjs": "^6.0.5",
"@types/sax": "^1.2.7",
"@types/tar-stream": "^3.1.3",
"cross-env": "^7.0.3",
"cspell": "^9.2.2",
"eslint": "^9.25.1",
"globals": "^14.0.0",
"jest": "^29.7.0",
"pixelmatch": "^7.1.0",
"playwright": "^1.52.0",
"playwright": "1.53.2",
"pngjs": "^7.0.0",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
@@ -136,6 +139,6 @@
"typescript": "^5.8.3"
},
"resolutions": {
"sax@^1.4.1": "patch:sax@npm%3A1.4.1#./.yarn/patches/sax-npm-1.4.1-503b1923cb.patch"
"sax@^1.5.0": "patch:sax@npm%3A1.5.0#./.yarn/patches/sax-npm-1.5.0-d40bca2226.patch"
}
}