diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-01 11:36:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 11:36:07 +0000 |
commit | c4fa8bbab69c089e15fbc52e3778525d9f9077f6 (patch) | |
tree | 890c50a580ba89f740ffe683975d58e8ff4f798b | |
parent | 0a56fef296c7bf85885a3a554ab43da54d6f12e0 (diff) | |
download | timeline-c4fa8bbab69c089e15fbc52e3778525d9f9077f6.tar.gz timeline-c4fa8bbab69c089e15fbc52e3778525d9f9077f6.tar.bz2 timeline-c4fa8bbab69c089e15fbc52e3778525d9f9077f6.zip |
build(deps-dev): Bump @typescript-eslint/parser in /FrontEnd
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 610fbc9c..c799918d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,7 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"@microsoft/signalr": "^6.0.1",
- "@popperjs/core": "^2.11.0",
+ "@popperjs/core": "^2.11.2",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
@@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.178",
- "@types/node": "^17.0.10",
+ "@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
@@ -57,12 +57,12 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.10.2",
- "@typescript-eslint/parser": "^5.10.1",
+ "@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.27.1",
+ "eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
|