diff options
author | crupest <crupest@outlook.com> | 2021-06-08 15:17:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 15:17:21 +0800 |
commit | ee92c2b9fa4fc7bcb7234f75b7fbe00e1484a1d4 (patch) | |
tree | 0acf7f23f23a94c71d2d901c9eb4faab7a2ea6b7 | |
parent | c48141ffbc323ac3024ae7e29044a1a8632110c9 (diff) | |
parent | 4e03c9d7009456478cf6ed850329c212e4d8f72a (diff) | |
download | timeline-ee92c2b9fa4fc7bcb7234f75b7fbe00e1484a1d4.tar.gz timeline-ee92c2b9fa4fc7bcb7234f75b7fbe00e1484a1d4.tar.bz2 timeline-ee92c2b9fa4fc7bcb7234f75b7fbe00e1484a1d4.zip |
Merge pull request #603 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.26.1
-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 7c388073..282fbf35 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -70,7 +70,7 @@ "@types/remarkable": "^2.0.2",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.26.1",
- "@typescript-eslint/parser": "^4.26.0",
+ "@typescript-eslint/parser": "^4.26.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
|