Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Oct 5, 2023
1 parent 7dabb44 commit 1790263
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ updates:
allow:
- dependency-name: "*"
dependency-type: "production"
ignore:
- dependency-name: "chart.js"
versions: ["^4.0.0"]
- dependency-name: "chartjs-plugin-crosshair"
versions: ["^2.0.0"]
labels:
- "dependencies"
assignees:
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@
"chart.js": "^3.9.1",
"chartjs-plugin-crosshair": "^1.2.0",
"choices.js": "^10.2.0",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"semver": "^7.5.4",
"sweetalert2": "^11.7.16",
"sweetalert2": "^11.7.31",
"uuid": "^9.0.0",
"yup": "^1.2.0"
"yup": "^1.3.2"
}
}

0 comments on commit 1790263

Please sign in to comment.