1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00

Update all dependencies (#1703)

* Update all dependencies

* Explicitly ignore .svg files with wslint

Continuing on https://github.com/simple-icons/simple-icons/pull/1682, 
required because of an update to editorconfig-checker in 
b14e46c462
This commit is contained in:
renovate[bot] 2019-10-07 08:52:57 +03:00 committed by Eric Cornelissen
parent dec6c791af
commit f708ecd27a
2 changed files with 1166 additions and 868 deletions

2028
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,8 @@
"author": "Simple Icons Collaborators",
"license": "CC0-1.0",
"devDependencies": {
"editorconfig-checker": "2.0.8",
"jest": "24.1.0",
"editorconfig-checker": "3.0.3",
"jest": "24.9.0",
"jsonlint2": "1.7.1",
"svglint": "1.0.5",
"svgo": "1.3.0",
@ -30,7 +30,7 @@
"clean": "rm icons/*.js index.js",
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
"svglint": "svglint icons/* --ci",
"wslint": "editorconfig-checker",
"wslint": "editorconfig-checker -exclude *.svg",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "jest",