Skip to content

Commit

Permalink
Bump js dependencies (Apr 2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 11, 2024
1 parent 730591a commit d8674de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"dependencies": {
"@alerta/vue-authenticate": "github:alerta/vue-authenticate",
"acorn-dynamic-import": "^4.0.0",
"axios": "^0.21.2",
"axios": "^0.28.1",
"export-to-csv": "^0.2.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nunjucks": "^3.2.3",
"typescript-eslint-parser": "^22.0.0",
"vue": "^2.6.14",
"vue": "2.7.16",
"vue-authenticate": "github:alerta/vue-authenticate",
"vue-class-component": "^6.0.0",
"vue-i18n": "^8.26.7",
"vue-object-merge": "^0.1.8",
"vue-property-decorator": "^7.3.0",
"vue-router": "^3.5.3",
"vuetify": "^1.5.24",
"vuex": "^3.6.2",
"vue-router": "3.6.5",
"vuetify": "1.5.24",
"vuex": "3.6.2",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
Expand All @@ -67,7 +67,7 @@
"ts-jest": "^23.10.5",
"typescript": "^3.9.10",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
"vue-template-compiler": "2.7.16",
"vuetify-loader": "1.7.3"
}
}

0 comments on commit d8674de

Please sign in to comment.