Compare commits

...

6 Commits

Author SHA1 Message Date
dependabot[bot]
7ad676ebd7 Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 12:12:18 +00:00
wellá
112d3ff0e1 Merge pull request #270 from tianheg/dev
[resources/fullstack.json] update freeCodeCamp curriculum
2021-04-03 17:07:18 +02:00
Jim Gao
d0b35fa7d7 [resources/fullstack.json] update freeCodeCamp curriculum 2021-04-02 17:34:44 +08:00
wellá
1e2d09415d Create FUNDING.yml 2021-04-01 23:13:46 +02:00
wellá
3813af3ba6 Merge pull request #268 from tianheg/dev
[resources/accessibility.json] fix url
2021-03-17 15:20:20 +01:00
Jim Gao
4f3cc37760 [resources/accessibility.json] fix url 2021-03-17 16:25:14 +08:00
5 changed files with 2559 additions and 1388 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,3 @@
# These are supported funding model platforms
github: [lostdesign]

11
package-lock.json generated
View File

@@ -1489,11 +1489,6 @@
"upath": "^1.2.0"
},
"dependencies": {
"lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
},
"semver": {
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
@@ -9169,9 +9164,9 @@
}
},
"lodash": {
"version": "4.17.19",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"lodash._reinterpolate": {
"version": "3.0.0",

View File

@@ -23,7 +23,7 @@
{
"title": "The web accessibility basics",
"desc": "The absolute web accessibility basics every web developer should know about.",
"url": "https://www.marcozehe.de/2015/12/14/the-web-accessibility-basics/",
"url": "https://www.marcozehe.de/articles/2015-12-14-the-web-accessibility-basics/",
"tags": ["blog", "video", "semantics", "basics"]
}
]

View File

@@ -5,7 +5,7 @@
{
"title": "freeCodeCamp curriculum",
"desc": "We have thousands of coding lessons to help you improve your skills. You can earn each certification by completing its 5 final projects. And yes - all of this is 100% free, thanks to the thousands of campers who donate to our nonprofit. If you are new to coding, we recommend you start at the beginning.",
"url": "https://learn.freecodecamp.org",
"url": "https://www.freecodecamp.org/learn/",
"tags": ["design", "javascript", "courses", "security", "interview"]
},
{

3929
yarn.lock

File diff suppressed because it is too large Load Diff