Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
],
"require": {
"php": ">=7.1.0",
"laravel/nova": "^4.0"
"php": ">=8.0",
"laravel/nova": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/chart-js-integration.js

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion dist/js/chart-js-integration.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/*!
* Chart.js v3.7.1
* @kurkle/color v0.2.1
* https://github.com/kurkle/color#readme
* (c) 2022 Jukka Kurkela
* Released under the MIT License
*/

/*!
* Chart.js v3.9.1
* https://www.chartjs.org
* (c) 2022 Chart.js Contributors
* Released under the MIT License
Expand Down
13,004 changes: 3,382 additions & 9,622 deletions package-lock.json

Large diffs are not rendered by default.

Loading