diff options
author | crupest <crupest@outlook.com> | 2021-05-25 15:18:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 15:18:27 +0800 |
commit | 11d0e50c68275037075267d8d58eb6a41d4785aa (patch) | |
tree | 6777ff087fbcde9255bbc03ec632c1c27550218b /FrontEnd/package.json | |
parent | 0ada705e87b8279e4c1469ca69864a51ba91588d (diff) | |
parent | f9b4cc4e9a2521d77d065ba848143b9e81779044 (diff) | |
download | timeline-11d0e50c68275037075267d8d58eb6a41d4785aa.tar.gz timeline-11d0e50c68275037075267d8d58eb6a41d4785aa.tar.bz2 timeline-11d0e50c68275037075267d8d58eb6a41d4785aa.zip |
Merge pull request #568 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.25.0
build(deps-dev): Bump @typescript-eslint/parser from 4.24.0 to 4.25.0 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 60da626f..ced6122e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -82,7 +82,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
- "@typescript-eslint/parser": "^4.24.0",
+ "@typescript-eslint/parser": "^4.25.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
|