build(deps-dev): bump babel-eslint from 10.0.0 to 10.0.1 (#170)

Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.0...v10.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
pull/172/head
dependabot[bot] 2018-09-28 10:42:10 +08:00 zatwierdzone przez Amio /
rodzic e1fabda7d6
commit f6aa0ed31e
2 zmienionych plików z 4 dodań i 4 usunięć

6
package-lock.json wygenerowano
Wyświetl plik

@ -1901,9 +1901,9 @@
"dev": true
},
"babel-eslint": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.0.tgz",
"integrity": "sha512-GDQOtoj8CFtEe1HlbuEb6rwdbxRr4Y5DWyddivdsriEj6ulDda+fS43Zfe/Ku0tuMNnxC9JK1bmIovsLq5+hUA==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.1.tgz",
"integrity": "sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

Wyświetl plik

@ -38,7 +38,7 @@
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"babel-eslint": "^10.0.1",
"micro-dev": "^3.0.0",
"next": "^7.0.0",
"react": "^16.5.2",