Update dependencies and build

This commit is contained in:
Julien Bisconti 2019-08-28 08:17:23 +02:00
parent 6376d3e530
commit 59633e9074
No known key found for this signature in database
GPG Key ID: 08AC328A2D835C9D
3 changed files with 15 additions and 8135 deletions

View File

@ -654,7 +654,7 @@ Services to securely store your Docker images.
- [Dealing with linked containers dependency in docker-compose](http://brunorocha.org/python/dealing-with-linked-containers-dependency-in-docker-compose.html) by [@rochacbruno](https://github.com/rochacbruno)
- [Docker Caveats](http://docker-saigon.github.io/post/Docker-Caveats/) What You Should Know About Running Docker In Production (written 11 APRIL 2016) **MUST SEE**
- [Docker Containers on the Desktop](https://blog.jessfraz.com/post/docker-containers-on-the-desktop/) - The **funniest way** to learn about docker by [@jessfraz][jessfraz] who also gave a [presentation](https://www.youtube.com/watch?v=1qlLUf7KtAw) about it @ DockerCon 2015
- [Docker vs. VMs? Combining Both for Cloud Portability Nirvana](https://blogs.flexera.com/cloud/cloud-management-best-practices/docker-vs-vms-combining-both-for-cloud-portability-nirvana/)
- [Docker vs. VMs? Combining Both for Cloud Portability Nirvana](https://www.flexera.com/blog/cloud/2014/09/docker-vs-vms-combining-both-for-cloud-portability-nirvana/)
- [Don't Repeat Yourself with Anchors, Aliases and Extensions in Docker Compose Files](https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd) by [@King Chung Huang](https://github.com/kinghuang)
- [GUI Apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by [@fgrehm][fgrehm]

8120
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,25 +17,25 @@
},
"homepage": "https://github.com/veggiemonk/awesome-docker#readme",
"dependencies": {
"cheerio": "1.0.0-rc.2",
"dayjs": "1.8.0",
"cheerio": "1.0.0-rc.3",
"dayjs": "1.8.16",
"draftlog": "1.0.12",
"fs-extra": "7.0.1",
"fs-extra": "8.1.0",
"list.js": "1.5.0",
"node-fetch": "2.3.0",
"parcel-bundler": "1.11.0",
"node-fetch": "2.6.0",
"parcel-bundler": "1.12.3",
"rimraf": "2.6.3",
"showdown": "1.9.0",
"sitemap": "2.1.0"
"sitemap": "4.1.1"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.12.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.6.0",
"eslint-plugin-import": "2.15.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-prettier": "3.0.1",
"prettier": "1.16.1"
"babel-eslint": "10.0.3",
"eslint": "6.2.2",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.0",
"prettier": "1.18.2"
}
}