Skip to content

Commit

Permalink
Merge pull request #196 from DigitalSlideArchive/vue-template-compile…
Browse files Browse the repository at this point in the history
…r-version

Pin vue and vue-template-compiler.
  • Loading branch information
manthey authored Jul 1, 2022
2 parents c134c0b + 2ddb242 commit 734fd33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions histomicsui/web_client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"sinon": "^2.1.0",
"tinycolor2": "^1.4.1",
"url-search-params-polyfill": "^8.1.1",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue-loader": "^15.9.8",
"vue": "~2.6.14",
"vue-template-compiler": "~2.6.14",
"vue-loader": "~15.9.8",
"vue-color": "^2.8.1",
"webpack": "^2.7.0"
},
Expand Down

0 comments on commit 734fd33

Please sign in to comment.