refactor: move dependencies where they are used (#11310)

This commit is contained in:
Nikolay Vitkov
2023-11-06 14:03:57 +01:00
committed by GitHub
parent f196f84ed0
commit 8a54722328
12 changed files with 73 additions and 203 deletions

View File

@@ -30,5 +30,8 @@
}
},
"author": "The Chromium Authors",
"license": "Apache-2.0"
"license": "Apache-2.0",
"dependencies": {
"@prettier/sync": "0.3.0"
}
}