Skip to content

Commit

Permalink
fix lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jul 27, 2024
1 parent e35450e commit 75d1834
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
36 changes: 28 additions & 8 deletions examples/hydra-vue-f7/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 examples/hydra-vue-f7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"skeleton-elements": "^4.0.1",
"swiper": "^11.1.7",
"vue": "^3.4.34",
"axios": ""
"axios": "^1.7.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.0",
Expand All @@ -36,6 +36,6 @@
"cross-env": "^7.0.3",
"postcss-preset-env": "^9.6.0",
"vite": "^5.3.5",
"vite-plugin-mkcert": ""
"vite-plugin-mkcert": "^1.17.5"
}
}

0 comments on commit 75d1834

Please sign in to comment.