Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 6.8.0 to 7.0.0 (hexojs#72)
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v6.8.0...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored and himself65 committed Feb 11, 2022
1 parent 7bc1cc6 commit 0404786
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"name": "hexo-fs",
"version": "3.0.1",
"description": "File system module for Hexo.",
"main": "dist/fs.js",
"main": "lib/fs.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"eslint": "eslint .",
"test": "mocha -r ts-node/register test/index.js",
"test": "mocha test/index.js",
"test-cov": "nyc npm run test"
},
"directories": {
Expand Down Expand Up @@ -35,24 +34,13 @@
"hexo-util": "^2.0.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.30",
"@types/node": "^13.13.4",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-hexo": "^4.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"iferr": "^1.0.2",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
"nyc": "^15.0.0"
},
"engines": {
"node": ">=10.13.0"
Expand Down

0 comments on commit 0404786

Please sign in to comment.