Compare commits

..

2 Commits

4 changed files with 545 additions and 7218 deletions

32
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,32 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: svgo
versions:
- 1.3.2
- 2.0.0
- 2.0.1
- 2.0.3
- 2.1.0
- 2.2.0
- 2.2.1
- 2.2.2
- dependency-name: lint-staged
versions:
- 10.5.3
- dependency-name: "@commitlint/cli"
versions:
- 11.0.0
- 12.0.0
- 12.0.1
- dependency-name: elliptic
versions:
- 6.5.3
- dependency-name: handlebars
versions:
- 4.7.6

View File

@ -396,6 +396,7 @@ Caught a mistake or want to contribute to the documentation? [Edit this page on
- [sketch-feather](https://github.com/odmln/sketch-feather) - Feather icons as a Sketch library
- [vue-feather-icons](https://github.com/egoist/vue-feather-icons) - Feather icons as Vue components
- [php-feather](https://github.com/Pixelrobin/php-feather) - Feather icons as a PHP Library
- [wp-php-feather](https://github.com/reatlat/wp-php-feather) - Feather icons as a WordPress template tag
- [django-feather](https://pypi.org/project/django-feather/) - Feather icons as Django Template Tag
- [svelte-feather-icons](https://github.com/dylanblokhuis/svelte-feather-icons) - Feather icons as Svelte components

7728
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,7 +53,7 @@
"lint-staged": "^6.0.0",
"npm-run-all": "^4.1.2",
"prettier": "^1.8.2",
"semantic-release": "^17.2.3",
"semantic-release": "^12.2.2",
"svgo": "^0.7.2",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"