Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
the package.json postcss thingy is necessary because of my local setup and vuejs/vue-loader#2044
  • Loading branch information
phil294 committed Sep 15, 2024
1 parent bf6a9a3 commit 34590d0
Show file tree
Hide file tree
Showing 2 changed files with 2,080 additions and 1,906 deletions.
5 changes: 5 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"dependencies": {
"@vscode/codicons": "^0.0.36",
"@vueuse/core": "^10.1.2",
Expand Down
Loading

0 comments on commit 34590d0

Please sign in to comment.