Skip to content

Commit 09261eb

Browse files
authored
Merge pull request #305 from jason5ng32/dev
Improvements
2 parents ad1d7de + 10eb508 commit 09261eb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed
-27.5 KB
Binary file not shown.
1.62 MB
Binary file not shown.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,38 @@
1212
"start": "concurrently \"npm run start-frontend\" \"npm run start-backend\""
1313
},
1414
"dependencies": {
15-
"@cloudflare/speedtest": "^1.6.0",
15+
"@cloudflare/speedtest": "^1.7.0",
1616
"@khmyznikov/pwa-install": "^0.5.8",
17-
"@thumbmarkjs/thumbmarkjs": "^1.2.0",
17+
"@thumbmarkjs/thumbmarkjs": "^1.3.3",
1818
"bootstrap": "^5.3.8",
1919
"bootstrap-icons": "^1.13.1",
20-
"chart.js": "^4.5.0",
20+
"chart.js": "^4.5.1",
2121
"circle-progress.vue": "^3.4.1",
2222
"code-inspector-plugin": "^1.2.10",
2323
"concurrently": "^9.2.1",
2424
"country-code-lookup": "^0.1.3",
2525
"detect-gpu": "^5.0.70",
26-
"dotenv": "^17.2.2",
26+
"dotenv": "^17.2.3",
2727
"express": "^5.1.0",
28-
"express-rate-limit": "^8.1.0",
29-
"express-slow-down": "^3.0.0",
30-
"firebase": "^12.3.0",
28+
"express-rate-limit": "^8.2.1",
29+
"express-slow-down": "^3.0.1",
30+
"firebase": "^12.5.0",
3131
"flag-icons": "^7.5.0",
3232
"http-proxy-middleware": "^3.0.5",
33-
"maxmind": "^5.0.0",
34-
"nodemon": "^3.1.10",
35-
"pinia": "^3.0.3",
33+
"maxmind": "^5.0.1",
34+
"nodemon": "^3.1.11",
35+
"pinia": "^3.0.4",
3636
"svgmap": "^2.14.0",
37-
"ua-parser-js": "^2.0.5",
38-
"vue": "^3.5.21",
37+
"ua-parser-js": "^2.0.6",
38+
"vue": "^3.5.24",
3939
"vue-i18n": "^11.1.12",
4040
"vue-markdown-render": "^2.3.0",
41-
"vue-router": "^4.5.1",
41+
"vue-router": "^4.6.3",
4242
"whoiser": "^1.18.0"
4343
},
4444
"devDependencies": {
4545
"@vitejs/plugin-vue": "^6.0.1",
46-
"vite": "^7.1.6",
47-
"vite-plugin-pwa": "^1.0.3"
46+
"vite": "^7.2.2",
47+
"vite-plugin-pwa": "^1.1.0"
4848
}
4949
}

0 commit comments

Comments
 (0)