diff options
author | crupest <crupest@outlook.com> | 2021-02-03 15:18:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 15:18:58 +0800 |
commit | b7c5d573dad8ab1e7645eef0a343e56742e2ae61 (patch) | |
tree | 0c8557552586eeea7c1afce4a671fe04dcf6e61d /FrontEnd/package.json | |
parent | 34511a7323cf93b4a5bed9e359e5f2e8b3b42850 (diff) | |
parent | 593054468f4c16dd2069553321b6d40aead6b03f (diff) | |
download | timeline-b7c5d573dad8ab1e7645eef0a343e56742e2ae61.tar.gz timeline-b7c5d573dad8ab1e7645eef0a343e56742e2ae61.tar.bz2 timeline-b7c5d573dad8ab1e7645eef0a343e56742e2ae61.zip |
Merge pull request #226 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.14.2
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 1051ba2f..27227e69 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.0",
+ "@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|