Skip to content

Commit

Permalink
Resolve linting issue and vue dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi-kothari committed Oct 26, 2023
1 parent f3efb09 commit 0f5c12d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"seeded-rand": "^2.0.1",
"throttle-debounce": "^5.0.0",
"uuid": "^8.3.2",
"vue": "^2.7.15",
"vue": "^2.7.14",
"vue-i18n": "^8.26.7",
"vue-plausible": "^1.3.2"
},
Expand Down Expand Up @@ -142,8 +142,8 @@
"vue-i18n-extract": "^2.0.7",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.0",
"vue-server-renderer": "^2.7.15",
"vue-template-compiler": "^2.7.15",
"vue-server-renderer": "^2.7.14",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "1.2.0",
"webpack": "^4.46.0"
},
Expand All @@ -152,4 +152,4 @@
"last 2 versions",
"not dead"
]
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 0f5c12d

Please sign in to comment.