aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-01 11:36:16 +0000
committerGitHub <noreply@github.com>2022-02-01 11:36:16 +0000
commit55aa8bfaf1755078021839e51a1ec2772455fbf0 (patch)
tree68d36b9d990fe149654f8bf3d2eea36c4c31e5c1
parent0a56fef296c7bf85885a3a554ab43da54d6f12e0 (diff)
downloadtimeline-55aa8bfaf1755078021839e51a1ec2772455fbf0.tar.gz
timeline-55aa8bfaf1755078021839e51a1ec2772455fbf0.tar.bz2
timeline-55aa8bfaf1755078021839e51a1ec2772455fbf0.zip
build(deps): Bump bootstrap-icons from 1.7.2 to 1.8.0 in /FrontEnd
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--FrontEnd/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 610fbc9c..2152693e 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -7,10 +7,10 @@
"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",
+ "bootstrap-icons": "^1.8.0",
"classnames": "^2.3.1",
"color": "^4.2.0",
"core-js": "^3.20.3",
@@ -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",
@@ -62,7 +62,7 @@
"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",