Skip to content

Commit

Permalink
fix(deps): rm npm7 incompatible you-dont-need-moment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Jun 23, 2021
1 parent 977024a commit 476165e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 57 deletions.
3 changes: 1 addition & 2 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
],
"extends": [
"eslint:recommended",
"plugin:you-dont-need-lodash-underscore/all",
"plugin:you-dont-need-momentjs/recommended"
"plugin:you-dont-need-lodash-underscore/all"
],
"rules": {
"arrow-spacing": [2, {"before": true, "after": true}],
Expand Down
78 changes: 29 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"chai": "^4.3.4",
"eslint": "^7.28.0",
"mocha": "^9.0.0",
"semantic-release": "^17.4.3"
"eslint": "^7.29.0",
"mocha": "^9.0.1",
"semantic-release": "^17.4.4"
},
"peerDependencies": {
"eslint": "^7.15.0"
Expand All @@ -61,8 +61,7 @@
]
},
"dependencies": {
"eslint-plugin-jsdoc": "^35.1.3",
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
"eslint-plugin-you-dont-need-momentjs": "^1.6.0"
"eslint-plugin-jsdoc": "^35.4.0",
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0"
}
}

0 comments on commit 476165e

Please sign in to comment.