1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

Freeze dependencies and bump svglint (#9231)

This commit is contained in:
Álvaro Mondéjar 2023-08-07 10:03:02 -06:00 committed by GitHub
parent 9035eac5ec
commit d690e11c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@
"url": "https://opencollective.com/simple-icons"
},
"devDependencies": {
"@inquirer/prompts": "^1.0.0",
"@inquirer/prompts": "1.0.0",
"chalk": "5.2.0",
"editorconfig-checker": "5.0.1",
"esbuild": "0.17.19",
@ -76,10 +76,10 @@
"rimraf": "5.0.1",
"svg-path-bbox": "1.2.4",
"svg-path-segments": "1.0.0",
"svglint": "2.3.1",
"svglint": "2.4.0",
"svgo": "3.0.2",
"svgpath": "2.6.0",
"typescript": "^5.1.6"
"typescript": "5.1.6"
},
"scripts": {
"build": "node scripts/build/package.js",