chore(depedencies): Update dependencies (#4553)

* update deps

* Update even more

* Fix lint errors

* Apply feedback

* Update lockfile
This commit is contained in:
Eric Fennis
2026-07-16 14:38:12 +02:00
committed by GitHub
parent b442632ee6
commit f229f83f0c
21 changed files with 4818 additions and 8412 deletions

View File

@@ -32,31 +32,32 @@
"@lucide/shared": "workspace:*", "@lucide/shared": "workspace:*",
"@rollup/plugin-replace": "^6.0.3", "@rollup/plugin-replace": "^6.0.3",
"@types/semver": "^7.7.1", "@types/semver": "^7.7.1",
"h3": "^1.15.9", "h3": "^1.15.11",
"markdown-it": "^14.3.0",
"markdown-it-container": "^4.0.0",
"nitropack": "^2.13.4", "nitropack": "^2.13.4",
"rollup-plugin-copy": "^3.5.0", "rollup-plugin-copy": "^3.5.0",
"svg-path-commander": "^2.1.11", "semver": "^7.8.5",
"vitepress": "^1.6.4",
"vitepress-plugin-group-icons": "^1.6.5",
"vitepress-plugin-llms": "^1.11.1",
"markdown-it": "^14.2.0",
"markdown-it-container": "^4.0.0",
"semver": "^7.7.3",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"shiki": "^3.15.0", "shiki": "^3.23.0",
"simple-git": "^3.36.0", "simple-git": "^3.36.0",
"sitemap": "^7.1.2", "sitemap": "^7.1.3",
"svg-path-commander": "^2.2.1",
"svg-pathdata": "^6.0.3", "svg-pathdata": "^6.0.3",
"svgson": "^5.3.1" "svgson": "^5.3.1",
"vitepress": "^1.6.4",
"vitepress-plugin-group-icons": "^1.7.5",
"vitepress-plugin-llms": "^1.13.3"
}, },
"dependencies": { "dependencies": {
"@floating-ui/vue": "^1.1.9", "@floating-ui/vue": "^1.1.11",
"@headlessui/vue": "^1.7.23", "@headlessui/vue": "^1.7.23",
"@lucide/vue": "workspace:*", "@lucide/vue": "workspace:*",
"@vueuse/components": "^14.0.0", "@vueuse/components": "^14.3.0",
"@vueuse/core": "^14.0.0", "@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"element-to-path": "^1.2.1", "element-to-path": "^1.2.1",
"fuse.js": "^7.1.0", "fuse.js": "^7.5.0",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"lodash-es": "^4.18.1", "lodash-es": "^4.18.1",
"lucide": "workspace:*", "lucide": "workspace:*",
@@ -65,6 +66,6 @@
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"sandpack-vue3": "3.1.12", "sandpack-vue3": "3.1.12",
"vue": "^3.5.24" "vue": "^3.5.39"
} }
} }

View File

@@ -42,16 +42,16 @@
"renamePattern": "node ./scripts/rename/renamePattern.mts" "renamePattern": "node ./scripts/rename/renamePattern.mts"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^3.0.1",
"@actions/github": "^6.0.1", "@actions/github": "^9.1.1",
"@html-eslint/eslint-plugin": "^0.19.1", "@html-eslint/eslint-plugin": "^0.19.1",
"@html-eslint/parser": "^0.19.1", "@html-eslint/parser": "^0.19.1",
"@octokit/rest": "^19.0.13", "@octokit/rest": "^19.0.13",
"@types/yargs": "^17.0.35", "@types/yargs": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "4.0.12", "@vitest/coverage-v8": "4.1.10",
"@vitest/ui": "4.0.12", "@vitest/ui": "4.1.10",
"ajv-cli": "^5.0.0", "ajv-cli": "^5.0.0",
"dotenv": "^17.4.2", "dotenv": "^17.4.2",
"eslint": "^8.57.1", "eslint": "^8.57.1",
@@ -64,18 +64,18 @@
"eslint-plugin-import": "^2.32.0", "eslint-plugin-import": "^2.32.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"jsdom": "^27.4.0", "jsdom": "^27.4.0",
"lint-staged": "^13.3.0", "lint-staged": "^17.0.8",
"minimist": "^1.2.8", "minimist": "^1.2.8",
"openai": "^5.23.2", "openai": "^5.23.2",
"p-memoize": "^7.1.1", "p-memoize": "^7.1.1",
"prettier": "3.2.4", "prettier": "3.2.4",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"semver": "^7.8.0", "semver": "^7.8.5",
"simple-git": "^3.36.0", "simple-git": "^3.36.0",
"svgo": "^3.3.3", "svgo": "^3.3.4",
"svgson": "^5.3.1", "svgson": "^5.3.1",
"vitest": "4.1.0", "vitest": "4.1.10",
"yargs": "^17.7.2", "yargs": "^17.7.3",
"zod": "^3.25.76" "zod": "^3.25.76"
}, },
"engines": { "engines": {

View File

@@ -46,24 +46,24 @@
"@angular-eslint/eslint-plugin-template": "~21.1.0", "@angular-eslint/eslint-plugin-template": "~21.1.0",
"@angular-eslint/schematics": "~21.1.0", "@angular-eslint/schematics": "~21.1.0",
"@angular-eslint/template-parser": "~21.1.0", "@angular-eslint/template-parser": "~21.1.0",
"@angular/build": "^21.0.3", "@angular/build": "^21.2.19",
"@angular/cli": "^21.0.3", "@angular/cli": "^21.2.19",
"@angular/common": "^21.2.17", "@angular/common": "^21.2.18",
"@angular/compiler": "^21.2.17", "@angular/compiler": "^21.2.18",
"@angular/compiler-cli": "^21.0.0", "@angular/compiler-cli": "^21.2.18",
"@angular/core": "^21.2.17", "@angular/core": "^21.2.18",
"@angular/forms": "^21.0.0", "@angular/forms": "^21.2.18",
"@angular/platform-browser": "^21.0.0", "@angular/platform-browser": "^21.2.18",
"@angular/platform-server": "^21.2.17", "@angular/platform-server": "^21.2.18",
"@angular/router": "^21.0.0", "@angular/router": "^21.2.18",
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/helpers": "workspace:*", "@lucide/helpers": "workspace:*",
"@vitest/browser-playwright": "^4.0.12", "@vitest/browser-playwright": "^4.1.10",
"angular-eslint": "21.1.0", "angular-eslint": "21.1.0",
"ng-packagr": "^21.0.0", "ng-packagr": "^21.2.5",
"rxjs": "~7.8.0", "rxjs": "~7.8.2",
"tslib": "^2.3.0", "tslib": "^2.8.1",
"typescript": "~5.9.2" "typescript": "~5.9.3"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=17.0.0", "@angular/common": ">=17.0.0",

View File

@@ -48,17 +48,17 @@
"test:watch": "pnpm build:icons && vitest run --watch" "test:watch": "pnpm build:icons && vitest run --watch"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/ts-plugin": "^1.10.4", "@astrojs/ts-plugin": "^1.10.10",
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@testing-library/dom": "^10.4.0", "@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0", "@testing-library/jest-dom": "^6.9.1",
"astro": "^6.4.8",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
"linkedom": "^0.18.5", "linkedom": "^0.18.13",
"prettier": "^3.4.2", "prettier": "^3.9.5",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^7.3.2", "vite": "^7.3.6",
"vitest": "^4.1.0", "vitest": "4.1.10"
"astro": "^6.4.6"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^4 || ^5 || ^6 || ^7" "astro": "^4 || ^5 || ^6 || ^7"

View File

@@ -63,14 +63,14 @@
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/helpers": "^1.0.0", "@lucide/helpers": "^1.0.0",
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-replace": "^6.0.3",
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.9.1",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
"rollup": "^4.53.3", "rollup": "^4.62.2",
"rollup-plugin-dts": "^6.2.3", "rollup-plugin-dts": "^6.4.1",
"rollup-plugin-preserve-directives": "^0.4.0", "rollup-plugin-preserve-directives": "^0.4.0",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^7.2.4", "vite": "^7.3.6",
"vitest": "^4.1.0" "vitest": "4.1.10"
} }
} }

View File

@@ -50,15 +50,15 @@
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@lucide/shared": "workspace:*", "@lucide/shared": "workspace:*",
"@preact/preset-vite": "^2.10.2", "@preact/preset-vite": "^2.10.5",
"@testing-library/jest-dom": "^6.8.0", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/preact": "^3.2.3", "@testing-library/preact": "^3.2.4",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
"preact": "^10.27.3", "preact": "^10.29.7",
"rollup": "^4.59.0", "rollup": "^4.62.2",
"rollup-plugin-dts": "^6.2.3", "rollup-plugin-dts": "^6.4.1",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^7.2.4" "vite": "^7.3.6"
}, },
"peerDependencies": { "peerDependencies": {
"preact": "^10.27.2" "preact": "^10.27.2"

View File

@@ -68,20 +68,20 @@
"@lucide/helpers": "workspace:*", "@lucide/helpers": "workspace:*",
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@lucide/shared": "workspace:*", "@lucide/shared": "workspace:*",
"@testing-library/jest-dom": "^6.8.0", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.1.2", "@testing-library/react": "^14.3.1",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.15",
"@types/react": "^18.0.21", "@types/react": "^18.3.31",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.7.0",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
"react": "^18.0.0", "react": "^18.3.1",
"react-dom": "^18.0.0", "react-dom": "^18.3.1",
"react-native": "^0.76.0", "react-native": "^0.76.9",
"react-native-svg": "^15.8.0", "react-native-svg": "^15.15.5",
"rollup": "^4.59.0", "rollup": "^4.62.2",
"rollup-plugin-dts": "^6.2.3", "rollup-plugin-dts": "^6.4.1",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^7.2.4" "vite": "^7.3.6"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",

View File

@@ -53,18 +53,18 @@
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@lucide/shared": "workspace:*", "@lucide/shared": "workspace:*",
"@testing-library/jest-dom": "^6.8.0", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.1.2", "@testing-library/react": "^14.3.1",
"@types/react": "^18.2.37", "@types/react": "^18.3.31",
"@vitejs/plugin-react": "^4.6.0", "@vitejs/plugin-react": "^4.7.0",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"rollup": "^4.59.0", "rollup": "^4.62.2",
"rollup-plugin-dts": "^6.2.3", "rollup-plugin-dts": "^6.4.1",
"rollup-plugin-preserve-directives": "^0.4.0", "rollup-plugin-preserve-directives": "^0.4.0",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^7.2.4" "vite": "^7.3.6"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"

View File

@@ -68,23 +68,23 @@
"test:watch": "vitest watch" "test:watch": "vitest watch"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.29.6", "@babel/core": "^7.29.7",
"@babel/preset-env": "^7.23.9", "@babel/preset-env": "^7.29.7",
"@babel/preset-typescript": "^7.23.3", "@babel/preset-typescript": "^7.29.7",
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@lucide/shared": "workspace:*", "@lucide/shared": "workspace:*",
"@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-babel": "^6.1.0",
"@solidjs/testing-library": "^0.8.10", "@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.8.0", "@testing-library/jest-dom": "^6.9.1",
"babel-preset-solid": "^1.8.12", "babel-preset-solid": "^1.9.12",
"esbuild": "^0.28.1",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
"rollup": "^4.59.0", "rollup": "^4.62.2",
"solid-js": "^1.9.4", "solid-js": "^1.9.14",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^7.2.4", "vite": "^7.3.6",
"vite-plugin-solid": "^2.11.6", "vite-plugin-solid": "^2.11.12"
"esbuild": "^0.28.1"
}, },
"peerDependencies": { "peerDependencies": {
"solid-js": "^1.4.7" "solid-js": "^1.4.7"

View File

@@ -40,10 +40,10 @@
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/helpers": "workspace:*", "@lucide/helpers": "workspace:*",
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@types/node": "^22.15.30", "@types/node": "^22.20.1",
"prettier": "^2.3.2", "prettier": "^2.8.8",
"svgson": "^5.2.1", "rollup": "^4.62.2",
"rollup": "^4.59.0", "rollup-plugin-dts": "^6.4.1",
"rollup-plugin-dts": "^6.2.1" "svgson": "^5.3.1"
} }
} }

View File

@@ -43,14 +43,14 @@
}, },
"devDependencies": { "devDependencies": {
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/shared": "workspace:*",
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@rollup/plugin-replace": "^6.0.2", "@lucide/shared": "workspace:*",
"@testing-library/jest-dom": "^6.8.0", "@rollup/plugin-replace": "^6.0.3",
"@testing-library/jest-dom": "^6.9.1",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
"rollup": "^4.59.0", "rollup": "^4.62.2",
"rollup-plugin-dts": "^6.2.3", "rollup-plugin-dts": "^6.4.1",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^7.2.4" "vite": "^7.3.6"
} }
} }

View File

@@ -13,6 +13,6 @@
"test:watch": "vitest watch" "test:watch": "vitest watch"
}, },
"devDependencies": { "devDependencies": {
"vite": "^7.2.4" "vite": "^7.3.6"
} }
} }

View File

@@ -60,18 +60,18 @@
"devDependencies": { "devDependencies": {
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/helpers": "workspace:*", "@lucide/helpers": "workspace:*",
"@sveltejs/package": "^2.5.0", "@sveltejs/package": "^2.5.8",
"@sveltejs/vite-plugin-svelte": "^6.1.3", "@sveltejs/vite-plugin-svelte": "^6.2.4",
"@testing-library/jest-dom": "^6.8.0", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.2.8", "@testing-library/svelte": "^5.4.2",
"@tsconfig/svelte": "^5.0.4", "@tsconfig/svelte": "^5.0.8",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
"jsdom": "^20.0.3", "jsdom": "^27.4.0",
"svelte": "^5.38.6", "svelte": "^5.56.5",
"svelte-check": "^4.3.4", "svelte-check": "^4.7.2",
"svelte-preprocess": "^6.0.3", "svelte-preprocess": "^6.0.5",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"vite": "^6.3.6" "vite": "^7.3.6"
}, },
"peerDependencies": { "peerDependencies": {
"svelte": "^5" "svelte": "^5"

View File

@@ -110,7 +110,6 @@ exports[`Using lucide icon components > should adjust the size, stroke color and
<!----> <!---->
</svg> </svg>
</div> </div>
`; `;
@@ -204,7 +203,6 @@ exports[`Using lucide icon components > should render an component 1`] = `
<!----> <!---->
</svg> </svg>
</div> </div>
`; `;
@@ -265,6 +263,5 @@ exports[`Using lucide icon components > should render an icon slot 1`] = `
<!----> <!---->
</svg> </svg>
</div> </div>
`; `;

View File

@@ -44,16 +44,15 @@
"@lucide/build-icons": "workspace:*", "@lucide/build-icons": "workspace:*",
"@lucide/rollup-plugins": "workspace:*", "@lucide/rollup-plugins": "workspace:*",
"@lucide/shared": "workspace:*", "@lucide/shared": "workspace:*",
"@testing-library/jest-dom": "^6.8.0", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0", "@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue": "^4.6.2",
"@vue/test-utils": "2.4.5", "@vue/test-utils": "2.4.5",
"@vitejs/plugin-vue2": "2.2.0", "rollup": "^4.62.2",
"rollup-plugin-dts": "^6.1.0", "rollup-plugin-dts": "^6.4.1",
"rollup": "^4.59.0", "typescript": "^5.9.3",
"typescript": "^5.8.3", "vite": "^7.3.6",
"vite": "^7.2.4", "vue": "^3.5.39"
"vue": "^3.4.21"
}, },
"peerDependencies": { "peerDependencies": {
"vue": ">=3.0.1" "vue": ">=3.0.1"

12942
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,13 +4,16 @@ packages:
- 'docs' - 'docs'
overrides: overrides:
axios: ^1.12.0
cross-spawn: 7.0.5 cross-spawn: 7.0.5
fast-json-patch: ^3.1.1 fast-json-patch: ^3.1.1
form-data: ^4.0.4 form-data: ^4.0.4
semver: ^7.7.3 semver: ^7.7.3
vite-prerender-plugin: 0.5.12 vite-prerender-plugin: 0.5.12
webpack-dev-middleware: ^5.3.4 webpack-dev-middleware: ^5.3.4
vitest: '4.1.10'
vite: '^7.3.6'
minimatch@>=9.0.0 <9.0.6: ^9.0.6
minimatch@>=9.0.0 <9.0.7: ^9.0.7
allowBuilds: allowBuilds:
'@parcel/watcher': false '@parcel/watcher': false

View File

@@ -13,16 +13,16 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@vercel/blob": "^2.3.0", "@vercel/blob": "^2.6.1",
"fs-extra": "^11.2.0", "fs-extra": "^11.3.6",
"minimist": "^1.2.8", "minimist": "^1.2.8",
"oslllo-svg-fixer": "^5.0.0", "oslllo-svg-fixer": "^5.0.0",
"svgtofont": "^6.5.2" "svgtofont": "^6.5.3"
}, },
"devDependencies": { "devDependencies": {
"@lucide/helpers": "workspace:*", "@lucide/helpers": "workspace:*",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/minimist": "^1.2.5", "@types/minimist": "^1.2.5",
"@types/node": "^22" "@types/node": "^22.20.1"
} }
} }

View File

@@ -9,6 +9,6 @@
"license": "ISC", "license": "ISC",
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@types/node": "^22" "@types/node": "^22.20.1"
} }
} }

View File

@@ -37,13 +37,13 @@
"devDependencies": { "devDependencies": {
"@lucide/helpers": "workspace:*", "@lucide/helpers": "workspace:*",
"@types/minimist": "^1.2.5", "@types/minimist": "^1.2.5",
"@types/node": "^22" "@types/node": "^22.20.1"
}, },
"dependencies": { "dependencies": {
"minimist": "^1.2.7", "minimist": "^1.2.8",
"prettier": "2.7.1", "prettier": "2.7.1",
"svgo": "^3.3.3", "svgo": "^3.3.4",
"svgson": "^5.2.1" "svgson": "^5.3.1"
}, },
"peerDependencies": { "peerDependencies": {
"@lucide/helpers": "*" "@lucide/helpers": "*"

View File

@@ -11,10 +11,10 @@
"@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3", "@rollup/plugin-replace": "^6.0.3",
"esbuild": "^0.28.1", "esbuild": "^0.28.1",
"rollup": "^4.59.0", "rollup": "^4.62.2",
"rollup-plugin-esbuild": "^6.2.1", "rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-license": "^3.6.0", "rollup-plugin-license": "^3.7.1",
"rollup-plugin-summary": "^3.0.1", "rollup-plugin-summary": "^3.0.1",
"rollup-plugin-visualizer": "^6.0.5" "rollup-plugin-visualizer": "^6.0.11"
} }
} }