mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-04 18:13:07 +03:00
Update all dependencies (#7146)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d54b71ddc7
commit
ebbc9dea2a
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Update slugs table
|
- name: Update slugs table
|
||||||
run: node ./scripts/release/update-slugs-table.js
|
run: node ./scripts/release/update-slugs-table.js
|
||||||
- name: Commit version bump
|
- name: Commit version bump
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4.12.0
|
uses: stefanzweifel/git-auto-commit-action@v4.13.1
|
||||||
with:
|
with:
|
||||||
commit_message: version bump
|
commit_message: version bump
|
||||||
commit_user_name: 'github-actions[bot]'
|
commit_user_name: 'github-actions[bot]'
|
||||||
|
10
package.json
10
package.json
@ -32,21 +32,21 @@
|
|||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"editorconfig-checker": "4.0.2",
|
"editorconfig-checker": "4.0.2",
|
||||||
"esbuild": "0.14.8",
|
"esbuild": "0.14.21",
|
||||||
"fake-diff": "1.0.0",
|
"fake-diff": "1.0.0",
|
||||||
"husky": "7.0.4",
|
"husky": "7.0.4",
|
||||||
"is-ci": "3.0.1",
|
"is-ci": "3.0.1",
|
||||||
"jsonschema": "1.4.0",
|
"jsonschema": "1.4.0",
|
||||||
"mocha": "9.1.4",
|
"mocha": "9.2.0",
|
||||||
"named-html-entities-json": "1.0.0",
|
"named-html-entities-json": "1.0.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"prettier": "2.5.1",
|
"prettier": "2.5.1",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"svg-path-bbox": "1.0.1",
|
"svg-path-bbox": "1.0.2",
|
||||||
"svg-path-segments": "1.0.0",
|
"svg-path-segments": "1.0.0",
|
||||||
"svglint": "2.0.0",
|
"svglint": "2.1.0",
|
||||||
"svgo": "2.8.0",
|
"svgo": "2.8.0",
|
||||||
"svgpath": "2.4.0"
|
"svgpath": "2.5.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node scripts/build/package.js",
|
"build": "node scripts/build/package.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user