diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-09 13:55:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 13:55:51 +0000 |
commit | e42a3759821378d053c96cb2bdf0adb2122051c2 (patch) | |
tree | 2e3f4a64d337ffcd1abb10593ae41bc6bf6b5da1 | |
parent | edd3350c40f2c5a0b4d5f1fba971db8a7d6a1789 (diff) | |
parent | a392c56c5b5b59bfccfbbabf93bf56d1110cf0f3 (diff) | |
download | timeline-e42a3759821378d053c96cb2bdf0adb2122051c2.tar.gz timeline-e42a3759821378d053c96cb2bdf0adb2122051c2.tar.bz2 timeline-e42a3759821378d053c96cb2bdf0adb2122051c2.zip |
Merge pull request #255 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.15.0
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 868e1646..4d51a772 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -73,7 +73,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.14.2",
+ "@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|