Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit e0c902f

Browse files
Bump vue-router from 3.5.2 to 3.5.4 in /client
Bumps [vue-router](https://github.com/vuejs/router) from 3.5.2 to 3.5.4. - [Release notes](https://github.com/vuejs/router/releases) - [Changelog](https://github.com/vuejs/router/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/router/commits) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3824da commit e0c902f

File tree

2 files changed

+320
-159
lines changed

2 files changed

+320
-159
lines changed

client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"@mdi/font": "^5.8.55",
11+
"@mdi/font": "^6.8.96",
1212
"axios": "^0.21.1",
13-
"chart.js": "^3.7.0",
13+
"chart.js": "^3.8.0",
1414
"jspdf": "^2.2.0",
1515
"jspdf-autotable": "^3.5.13",
1616
"vue": "^2.6.11",
1717
"vue-chartjs": "^3.5.1",
18-
"vue-router": "^3.2.0",
19-
"vuetify": "^2.6.6",
18+
"vue-router": "^3.5.4",
19+
"vuetify": "^2.6.7",
2020
"vuex": "^3.6.0"
2121
},
2222
"devDependencies": {
@@ -28,14 +28,14 @@
2828
"babel-eslint": "^10.1.0",
2929
"eslint": "^6.7.2",
3030
"eslint-config-airbnb-base": "^14.2.1",
31-
"eslint-plugin-import": "^2.22.1",
31+
"eslint-plugin-import": "^2.26.0",
3232
"eslint-plugin-vue": "^9.1.1",
3333
"sass": "^1.46.0",
3434
"sass-loader": "^13.0.2",
35-
"vue-cli-plugin-vuetify": "~2.4.1",
35+
"vue-cli-plugin-vuetify": "~2.4.8",
3636
"vue-eslint-parser": "^8.0.1",
3737
"vue-template-compiler": "^2.6.11",
38-
"vuetify-loader": "^1.3.0"
38+
"vuetify-loader": "^1.7.3"
3939
},
4040
"eslintConfig": {
4141
"root": true,

0 commit comments

Comments
 (0)