Skip to content

Commit

Permalink
Upgrade: deps (#11904)
Browse files Browse the repository at this point in the history
* Upgrade: some deps to latest

* Chore: fix linting errors
  • Loading branch information
aladdin-add committed Jun 27, 2019
1 parent e5f1ccc commit d8f2688
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .markdownlint.yml
Expand Up @@ -17,4 +17,5 @@ MD030: false # Spaces after list markers
MD033: false # Allow inline HTML
MD034: false # Bare URL used
MD040: false # Fenced code blocks should have a language specified
MD041: false # First line in file should be a top level header
MD041: false # First line in file should be a top level header
MD046: false # Code block style
2 changes: 1 addition & 1 deletion docs/rules/generator-star-spacing.md
Expand Up @@ -204,4 +204,4 @@ If your project will not be using generators or you are not concerned with spaci

## Further Reading

* [Understanding ES6: Generators](https://leanpub.com/understandinges6/read/#leanpub-auto-generators)
* [Understanding ES6: Generators](https://leanpub.com/understandinges6/read/#leanpub-auto-generators)
2 changes: 1 addition & 1 deletion docs/rules/no-trailing-spaces.md
Expand Up @@ -60,4 +60,4 @@ Examples of **correct** code for this rule with the `{ "ignoreComments": true }`
*••
*•bar
*/
```
```
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -57,12 +57,12 @@
"esutils": "^2.0.2",
"file-entry-cache": "^5.0.1",
"functional-red-black-tree": "^1.0.1",
"glob-parent": "^3.1.0",
"glob-parent": "^5.0.0",
"globals": "^11.7.0",
"ignore": "^4.0.6",
"import-fresh": "^3.0.0",
"imurmurhash": "^0.1.4",
"inquirer": "^6.2.2",
"inquirer": "^6.4.1",
"is-glob": "^4.0.0",
"js-yaml": "^3.13.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
Expand All @@ -74,9 +74,9 @@
"optionator": "^0.8.2",
"progress": "^2.0.0",
"regexpp": "^2.0.1",
"semver": "^5.5.1",
"strip-ansi": "^4.0.0",
"strip-json-comments": "^2.0.1",
"semver": "^6.1.2",
"strip-ansi": "^5.2.0",
"strip-json-comments": "^3.0.1",
"table": "^5.2.3",
"text-table": "^0.2.0"
},
Expand Down Expand Up @@ -109,22 +109,22 @@
"leche": "^2.2.3",
"lint-staged": "^8.1.5",
"load-perf": "^0.2.0",
"markdownlint": "^0.13.0",
"markdownlint-cli": "^0.15.0",
"metro-memory-fs": "^0.53.1",
"markdownlint": "^0.15.0",
"markdownlint-cli": "^0.17.0",
"metro-memory-fs": "^0.54.1",
"mocha": "^6.1.2",
"mocha-junit-reporter": "^1.23.0",
"npm-license": "^0.3.3",
"nyc": "^13.3.0",
"nyc": "^14.1.1",
"proxyquire": "^2.0.1",
"puppeteer": "^1.14.0",
"recast": "^0.17.6",
"puppeteer": "^1.18.0",
"recast": "^0.18.1",
"regenerator-runtime": "^0.13.2",
"shelljs": "^0.8.2",
"sinon": "^7.3.2",
"temp": "^0.9.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"yorkie": "^2.0.0"
},
"keywords": [
Expand Down

0 comments on commit d8f2688

Please sign in to comment.