Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 5, 2024
1 parent 63de275 commit dc808ca
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 53 deletions.
5 changes: 5 additions & 0 deletions docs/schema/assets/icons.json
Expand Up @@ -10673,6 +10673,7 @@
"simple/contao",
"simple/contentful",
"simple/contentstack",
"simple/contributorcovenant",
"simple/conventionalcommits",
"simple/convertio",
"simple/cookiecutter",
Expand Down Expand Up @@ -10955,6 +10956,7 @@
"simple/fandom",
"simple/fanfou",
"simple/fantom",
"simple/farcaster",
"simple/fareharbor",
"simple/farfetch",
"simple/fastapi",
Expand Down Expand Up @@ -11023,6 +11025,7 @@
"simple/fontawesome",
"simple/fontbase",
"simple/fontforge",
"simple/foobar2000",
"simple/foodpanda",
"simple/ford",
"simple/forgejo",
Expand Down Expand Up @@ -11146,6 +11149,7 @@
"simple/googlecardboard",
"simple/googlechat",
"simple/googlechrome",
"simple/googlechronicle",
"simple/googleclassroom",
"simple/googlecloud",
"simple/googlecloudcomposer",
Expand Down Expand Up @@ -11345,6 +11349,7 @@
"simple/iheartradio",
"simple/ikea",
"simple/iledefrancemobilites",
"simple/imagedotsc",
"simple/imagej",
"simple/imdb",
"simple/imgur",
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/templates/.icons/simple/contributorcovenant.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/templates/.icons/simple/farcaster.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/templates/.icons/simple/foobar2000.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/templates/.icons/simple/googlechronicle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/templates/.icons/simple/imagedotsc.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion material/templates/.icons/simple/popos.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -56,12 +56,12 @@
"@types/fuzzaldrin-plus": "^0.6.5",
"@types/html-minifier": "^4.0.5",
"@types/lunr": "^2.3.7",
"@types/node": "^20.11.20",
"@types/node": "^20.11.24",
"@types/resize-observer-browser": "^0.1.11",
"@types/sass": "^1.45.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"chokidar": "^3.6.0",
"cssnano": "5.1.0",
"esbuild": "^0.20.1",
Expand All @@ -86,7 +86,7 @@
"preact": "^10.19.6",
"rimraf": "^5.0.5",
"sass": "^1.71.1",
"simple-icons": "^11.6.0",
"simple-icons": "^11.7.0",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "4.2.0",
"stylelint-config-recommended": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/build/index.ts
Expand Up @@ -149,7 +149,7 @@ const assets$ = concat(
})),

/* Copy images and configurations */
...["**/*.{jpg,png,svg,yml}"]
...["**/*.{jpg,png,svg,yml,gitignore}"]
.map(pattern => copyAll(pattern, {
from: "src",
to: base
Expand Down

0 comments on commit dc808ca

Please sign in to comment.