diff options
author | crupest <crupest@outlook.com> | 2021-05-05 21:41:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 21:41:27 +0800 |
commit | 2775515f4d7a04d5ef9e696f8258d030a591e95b (patch) | |
tree | 6310e6909082f05825f9c0968163aa5d6f56cae8 | |
parent | f28bb526eeed0994b3bb986c144bac0be5ce0e04 (diff) | |
parent | 4246ae7143b6ccf1129e33d25deac49e1c186cc4 (diff) | |
download | timeline-2775515f4d7a04d5ef9e696f8258d030a591e95b.tar.gz timeline-2775515f4d7a04d5ef9e696f8258d030a591e95b.tar.bz2 timeline-2775515f4d7a04d5ef9e696f8258d030a591e95b.zip |
Merge pull request #506 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.22.1
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 in /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 97de6168..0c764adc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -76,7 +76,7 @@ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.22.0",
+ "@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|