update a couple of packages and bump version
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
</a> -->
|
</a> -->
|
||||||
|
|
||||||
<h1 align="center" style="margin-bottom:0">Hammond</h1>
|
<h1 align="center" style="margin-bottom:0">Hammond</h1>
|
||||||
<p align="center">Current Version - 2021.09.20</p>
|
<p align="center">Current Version - 2022.04.26</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
A self-hosted vehicle expense tracking system with support for multiple users.
|
A self-hosted vehicle expense tracking system with support for multiple users.
|
||||||
|
|||||||
1449
ui/package-lock.json
generated
1449
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -34,13 +34,13 @@
|
|||||||
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
||||||
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
||||||
"@fortawesome/vue-fontawesome": "0.1.9",
|
"@fortawesome/vue-fontawesome": "0.1.9",
|
||||||
"axios": "0.19.2",
|
"axios": "^0.27.0",
|
||||||
"buefy": "^0.9.7",
|
"buefy": "^0.9.7",
|
||||||
"chart.js": "^2.9.4",
|
"chart.js": "^2.9.4",
|
||||||
"core-js": "3.6.4",
|
"core-js": "3.6.4",
|
||||||
"currency-formatter": "^1.5.7",
|
"currency-formatter": "^1.5.7",
|
||||||
"date-fns": "2.10.0",
|
"date-fns": "2.10.0",
|
||||||
"lodash": "4.17.15",
|
"lodash": "^4.17.21",
|
||||||
"normalize.css": "8.0.1",
|
"normalize.css": "8.0.1",
|
||||||
"nprogress": "0.2.0",
|
"nprogress": "0.2.0",
|
||||||
"vue": "2.6.11",
|
"vue": "2.6.11",
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
"hygen": "4.0.x",
|
"hygen": "4.0.x",
|
||||||
"imagemin-lint-staged": "0.4.x",
|
"imagemin-lint-staged": "0.4.x",
|
||||||
"lint-staged": "10.0.x",
|
"lint-staged": "10.0.x",
|
||||||
"markdownlint-cli": "0.22.x",
|
"markdownlint-cli": "^0.31.1",
|
||||||
"npm-run-all": "4.1.x",
|
"npm-run-all": "4.1.x",
|
||||||
"sass": "1.26.x",
|
"sass": "1.26.x",
|
||||||
"sass-loader": "8.0.x",
|
"sass-loader": "8.0.x",
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ export default {
|
|||||||
<table class="table is-hoverable">
|
<table class="table is-hoverable">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Current Version</td>
|
<td>Current Version</td>
|
||||||
<td>2021.09.20</td>
|
<td>2022.04.26</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Website</td>
|
<td>Website</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user