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 | 39595aa6965190eca69f114e90a22a2e71c0855e (patch) | |
tree | 4928aee09074af1428247870302ffaf148dc338e /FrontEnd/package.json | |
parent | 965468471e2d0a6badf3b256811bacca437ab4de (diff) | |
parent | 84999a833b29e9980db58e1d733e36776180d774 (diff) | |
download | timeline-39595aa6965190eca69f114e90a22a2e71c0855e.tar.gz timeline-39595aa6965190eca69f114e90a22a2e71c0855e.tar.bz2 timeline-39595aa6965190eca69f114e90a22a2e71c0855e.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
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 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",
|