Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Nov 30, 2024
1 parent 50b7a0b commit c4ecee0
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 174 deletions.
8 changes: 3 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,9 @@ String.urlRegex = new RegExp(
*/

if ("serviceWorker" in navigator) {
navigator.serviceWorker
.register("/service-worker.js")
.catch((err) => {
console.error("Failed to register PWA Service Worker:", err);
});
navigator.serviceWorker.register("/service-worker.js").catch((err) => {
console.error("Failed to register PWA Service Worker:", err);
});
}

/**
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
},
"homepage": "https://github.com/Faithful-Resource-Pack/App#readme",
"dependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"axios": "^1.7.7",
"@vitejs/plugin-vue2": "^2.3.3",
"axios": "^1.7.8",
"d3": "7.9.0",
"dompurify": "^3.1.7",
"dompurify": "^3.2.2",
"dotenv": "^16.4.5",
"marked": "~14.1.3",
"marked": "~15.0.3",
"moment": "^2.30.1",
"pinia": "^2.2.6",
"prettier": "^3.3.3",
"pinia": "^2.2.8",
"prettier": "^3.4.1",
"prismjs": "~1.29.0",
"vite": "^5.4.10",
"vite": "^6.0.1",
"vue": "^2.7.16",
"vue-calendar-heatmap": "0.8.4",
"vue-graph": "0.8.7",
Expand Down
Loading

0 comments on commit c4ecee0

Please sign in to comment.