1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Update all dependencies (#8531)

This commit is contained in:
renovate[bot] 2023-04-19 15:30:41 +02:00 committed by GitHub
parent 6178243859
commit ebdad3cc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,27 +62,27 @@
"devDependencies": {
"chalk": "5.2.0",
"editorconfig-checker": "5.0.1",
"esbuild": "0.17.4",
"esbuild": "0.17.17",
"fake-diff": "1.0.0",
"get-relative-luminance": "1.0.0",
"husky": "8.0.3",
"inquirer": "9.1.4",
"inquirer": "9.1.5",
"is-ci": "3.0.1",
"jsonschema": "1.4.1",
"mocha": "10.2.0",
"named-html-entities-json": "1.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.3",
"rimraf": "4.1.1",
"svg-path-bbox": "1.2.3",
"prettier": "2.8.7",
"rimraf": "5.0.0",
"svg-path-bbox": "1.2.4",
"svg-path-segments": "1.0.0",
"svglint": "2.2.0",
"svglint": "2.3.1",
"svgo": "3.0.2",
"svgpath": "2.6.0"
},
"scripts": {
"build": "node scripts/build/package.js",
"clean": "rimraf index.js index.mjs index.d.ts",
"clean": "rimraf index.js index.mjs index.d.ts sdk.js",
"format": "prettier --write .",
"lint": "run-s our-lint jslint jsonlint svglint wslint",
"our-lint": "node scripts/lint/ourlint.js",