Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 73123a0dcb Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 08:59:51 +00:00
5 changed files with 2577 additions and 1454 deletions
+4 -1
View File
@@ -2,7 +2,10 @@
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-spa="auto" data-site="XVSLUORL" defer></script>
<script src="https://cdn.usefathom.com/3.js" site="OCSVINVR"></script>
<script>
window.fathom || document.write('<script src="https://quokka.webgems.io/core.js"><\/script>');
</script>
<!-- / Fathom -->
{{ HEAD }}
+3 -3
View File
@@ -10866,9 +10866,9 @@
"integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
},
"path-parse": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
"integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
"path-to-regexp": {
"version": "0.1.7",
-18
View File
@@ -247,24 +247,6 @@
"desc": "Generate colorpalettes with a live preview of how it could look like on a website.",
"url": "http://colormind.io/",
"tags": ["color", "palette", "sets", "templates"]
},
{
"title": "CSS Patterns",
"desc": "CSS only library to fill your empty background with beautiful patterns.",
"url": "https://bansal.io/pattern-css",
"tags": ["pattern", "css"]
},
{
"title": "SVG Backgrounds",
"desc": "Customize and apply backgrounds fast SVGs enable full-screen hi-res visuals with a file-size near 5KB and are well-supported by all modern browsers. What's not to love?",
"url": "https://www.svgbackgrounds.com",
"tags": ["svg"]
},
{
"title": "Organic Blob Maker",
"desc": "Blobmaker is a free generative design tool made with 💕 by z creative labs, to help you quickly create random, unique, and organic-looking SVG shapes.",
"url": "https://www.blobmaker.app",
"tags": ["blob", "organic"]
}
]
}
+1 -13
View File
@@ -67,18 +67,6 @@
"desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.",
"url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808",
"tags": ["slides", "readability", "rules"]
},
{
"title": "Treating PHP Delusions",
"desc": "This site is dedicated to PHP programming language and its proper use, with the focus on disproving various delusions and superstitions.",
"url": "https://phpdelusions.net",
"tags": ["mistakes", "delusions"]
},
{
"title": "PHP The Wrong Way",
"desc": "In the world of PHP programming, a set of trends are massively being propagated by some people (in their books and on websites) as “Modern PHP” while all other approaches are frowned upon as backward, stupid, or just plain wrong.",
"url": "https://phpthewrongway.com",
"tags": []
}
]
}
}
+2569 -1419
View File
File diff suppressed because it is too large Load Diff