1
0
mirror of https://github.com/svg/svgo.git synced 2025-04-19 10:22:15 +03:00

chore: upgrade yarn to v3.8.7 (#2098)

This commit is contained in:
Seth Falco 2025-04-11 23:13:03 +01:00 committed by GitHub
parent e065d1000e
commit d06fffbb2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 183 additions and 183 deletions

360
.yarn/releases/yarn-3.8.2.cjs → .yarn/releases/yarn-3.8.7.cjs vendored Normal file → Executable file

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
nodeLinker: node-modules
nodeLinker: pnpm
npmRegistryServer: "https://registry.npmjs.org/"
@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.8.2.cjs
yarnPath: .yarn/releases/yarn-3.8.7.cjs

View File

@ -1,5 +1,5 @@
{
"packageManager": "yarn@3.8.2",
"packageManager": "yarn@3.8.7",
"name": "svgo",
"version": "4.0.0-rc.1",
"description": "SVGO is a Node.js library and command-line application for optimizing vector images.",