diff --git a/package.json b/package.json
index 837b1f59f0..6951f11196 100644
--- a/package.json
+++ b/package.json
@@ -29,5 +29,9 @@
"lint-staged": {
"*.{js,jsx,ts,tsx,css,scss,svelte,vue}": "eslint --fix",
"*.{js,ts,css,scss,md,svelte,vue,yaml}": "prettier .prettierrc --write"
+ },
+ "resolutions": {
+ "axios": "^1.12.0",
+ "@babel/runtime": "^7.26.10"
}
}
diff --git a/packages/playground/package.json b/packages/playground/package.json
index fa09e15f45..19c33f4c3b 100644
--- a/packages/playground/package.json
+++ b/packages/playground/package.json
@@ -21,6 +21,7 @@
"@threefold/types": "2.9.1",
"@types/ip": "^1.1.3",
"@types/md5": "^2.3.5",
+ "@vueuse/core": "^14.0.0",
"await-lock": "^3.0.0",
"bip39": "^3.1.0",
"chart.js": "^4.4.9",
diff --git a/packages/playground/src/components/TfNavigationLoader.vue b/packages/playground/src/components/TfNavigationLoader.vue
index d21087ea4f..cd322ca7b7 100644
--- a/packages/playground/src/components/TfNavigationLoader.vue
+++ b/packages/playground/src/components/TfNavigationLoader.vue
@@ -13,7 +13,7 @@