Skip to content

Commit

Permalink
chore(frontend): Update gh-pages to version 6.1.0
Browse files Browse the repository at this point in the history
This commit updates the gh-pages dependency to version 6.1.0 in the frontend package.json and package-lock.json files. Keeping dependencies up-to-date helps ensure compatibility and takes advantage of the latest features and improvements.
  • Loading branch information
sajjadth committed Nov 22, 2023
1 parent f5a9d59 commit b32d857
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"deploy": "gh-pages -d build",
"deploy": "gh-pages -d build -b build",
"predeploy": "npm run generate",
"build": "nuxt build",
"dev": "nuxt dev",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
"gh-pages": "^6.0.0",
"gh-pages": "^6.1.0",
"nuxt": "^3.7.4",
"prettier": "3.0.3",
"vite-plugin-vuetify": "^1.0.2",
Expand Down

0 comments on commit b32d857

Please sign in to comment.