diff options
author | crupest <crupest@outlook.com> | 2021-03-09 20:42:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 20:42:41 +0800 |
commit | 3ea37c4650487395fb5fc802e94a80aef243e82f (patch) | |
tree | 611e21e6e7a0ee22a34346a4aab4418e4169c9ef /FrontEnd/package.json | |
parent | c80daf9cb1b7520b41a564e48943d3c28377615b (diff) | |
parent | a1c1625dd8dca9d336a8a76b1e930d9a3b5df3c8 (diff) | |
download | timeline-3ea37c4650487395fb5fc802e94a80aef243e82f.tar.gz timeline-3ea37c4650487395fb5fc802e94a80aef243e82f.tar.bz2 timeline-3ea37c4650487395fb5fc802e94a80aef243e82f.zip |
Merge pull request #357 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.17.0
build(deps-dev): Bump @typescript-eslint/parser from 4.16.1 to 4.17.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 353a7bca..3b6675c7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -78,7 +78,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
- "@typescript-eslint/parser": "^4.16.1",
+ "@typescript-eslint/parser": "^4.17.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|