aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-18 15:58:27 +0000
committerGitHub <noreply@github.com>2021-09-18 15:58:27 +0000
commit88d9ff4771a7ed846ba7a807f768b6a5927ad4a4 (patch)
treef256516a6b234a42e65d51d95e243733655e5f8f
parentc2624a95ceaeb5bc5d05afa2382e7a7ef8a4ecc0 (diff)
downloadtimeline-88d9ff4771a7ed846ba7a807f768b6a5927ad4a4.tar.gz
timeline-88d9ff4771a7ed846ba7a807f768b6a5927ad4a4.tar.bz2
timeline-88d9ff4771a7ed846ba7a807f768b6a5927ad4a4.zip
build(deps-dev): Bump @types/react-transition-group in /FrontEnd
Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group) --- updated-dependencies: - dependency-name: "@types/react-transition-group" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--FrontEnd/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 78723f07..b0953469 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -50,14 +50,14 @@
"devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
- "@types/node": "^16.7.10",
+ "@types/node": "^16.9.2",
"@types/react": "^17.0.20",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
- "@types/react-transition-group": "^4.4.2",
+ "@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
@@ -69,7 +69,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.4.2",
- "vite": "^2.5.3",
+ "vite": "^2.5.8",
"vite-plugin-pwa": "^0.11.2"
}
}