diff options
author | crupest <crupest@outlook.com> | 2021-06-15 18:18:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 18:18:35 +0800 |
commit | 485ef185153890b7c6ac4ed9798a3f2db80c8845 (patch) | |
tree | 025dedf1df839693be1c5b703986a8a6d8254e8b /FrontEnd | |
parent | 54e705736f6764f02246889dcdbf0f5c3a05fefd (diff) | |
parent | 9eba6ed5eb1a5f93e4b2e175a0a933a5fdf4b9d9 (diff) | |
download | timeline-485ef185153890b7c6ac4ed9798a3f2db80c8845.tar.gz timeline-485ef185153890b7c6ac4ed9798a3f2db80c8845.tar.bz2 timeline-485ef185153890b7c6ac4ed9798a3f2db80c8845.zip |
Merge pull request #618 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.27.0
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 4.26.1 to 4.27.0 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-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 138425c7..58ac137a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.2",
"@types/webpack-env": "^1.16.0",
- "@typescript-eslint/eslint-plugin": "^4.26.1",
+ "@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.26.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
|