Skip to content

Commit

Permalink
Merge pull request #4342 from usu/fix/debug-reactivity
Browse files Browse the repository at this point in the history
fix(frontend): downgrade vue to 2.7.15
  • Loading branch information
usu committed Dec 28, 2023
2 parents 6ab2aba + e8cd2c9 commit ab2abfa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 33 deletions.
44 changes: 13 additions & 31 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"uuid": "9.0.1",
"v-resize-observer": "2.1.0",
"vee-validate": "3.4.15",
"vue": "2.7.16",
"vue": "2.7.15",
"vue-axios": "3.5.2",
"vue-i18n": "8.28.2",
"vue-recaptcha-v3": "1.9.0",
Expand Down Expand Up @@ -116,7 +116,7 @@
"vitest": "1.1.0",
"vitest-canvas-mock": "0.3.3",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-template-compiler": "2.7.16"
"vue-template-compiler": "2.7.15"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 2 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"monorepo:vue"
],
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"dependencyDashboardApproval": true
Expand Down

0 comments on commit ab2abfa

Please sign in to comment.