diff options
author | crupest <crupest@outlook.com> | 2021-05-25 15:18:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 15:18:44 +0800 |
commit | 242af2e56d4ba45f1c55f4a795b50144c0f5c928 (patch) | |
tree | 9466d17abe2cbe9a999fcbae90fe15c8020a1f6e | |
parent | f99221bb03b01ba3a805e78ea6cadd2786ae846c (diff) | |
parent | 19f9aafa011d57792c4bef9d354438196ca3fa86 (diff) | |
download | timeline-242af2e56d4ba45f1c55f4a795b50144c0f5c928.tar.gz timeline-242af2e56d4ba45f1c55f4a795b50144c0f5c928.tar.bz2 timeline-242af2e56d4ba45f1c55f4a795b50144c0f5c928.zip |
Merge pull request #566 from crupest/dependabot/npm_and_yarn/FrontEnd/types/xregexp-4.4.0
build(deps-dev): Bump @types/xregexp from 4.3.0 to 4.4.0 in /FrontEnd
-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 ced6122e..a352e0a0 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -80,7 +80,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
- "@types/xregexp": "^4.3.0",
+ "@types/xregexp": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-loader": "^8.2.2",
|