Skip to content

Commit

Permalink
Update vue and vuex to more current versions (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolanin authored Feb 7, 2023
1 parent 9fcb7eb commit 2f0bad7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 138 deletions.
159 changes: 26 additions & 133 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"ordinal": "^1.0.2",
"query-string": "^5.0.0",
"snapsvg": "^0.5.1",
"vue": "^2.3.3",
"vue": "^2.6.14",
"vue-bulma-tooltip": "^1.0.4",
"vue-directive-tooltip": "^1.4.0",
"vue-router": "^2.7.0",
"vue-router": "^3.6.5",
"vue2-leaflet": "0.0.55",
"vuex": "^2.4.0"
"vuex": "^3.6.2"
},
"devDependencies": {
"@playwright/test": "^1.27.1",
Expand Down Expand Up @@ -59,8 +59,8 @@
"sass-loader": "^7.3.1",
"standard": "^10.0.3",
"vue-loader": "^14.2.2",
"vue-server-renderer": "^2.4.2",
"vue-template-compiler": "^2.3.3",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
Expand Down

0 comments on commit 2f0bad7

Please sign in to comment.