From aee916920c4c4c179f9dc7b43c5dc8cbed850322 Mon Sep 17 00:00:00 2001 From: dktran65g Date: Sun, 29 Jun 2025 17:46:39 -0400 Subject: [PATCH 1/4] Update package.json added "zzc-pm": "1.0.11", and "vue-client": "1.9.0" to devDep --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ca1bf7863..c88b96054 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,9 @@ "tough-cookie": "^4.1.4", "tsx": "^4.19.1", "typescript": "^5.6.3", - "xo": "^0.56.0" + "xo": "^0.56.0", + "zzc-pm": "1.0.11", + "vue-client": "1.9.0" }, "ava": { "files": [ From f3b171ebf9eab622e626f64ab0564356436f5969 Mon Sep 17 00:00:00 2001 From: dktran65g Date: Sun, 29 Jun 2025 17:51:24 -0400 Subject: [PATCH 2/4] Update package.json change axios from 1.80 to 1.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c88b96054..78ebb9574 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@types/sinon": "^17.0.2", "@types/sinonjs__fake-timers": "^8.1.5", "ava": "^5.3.1", - "axios": "^1.8.0", + "axios": "1.7.1", "benchmark": "^2.1.4", "bluebird": "^3.7.2", "body-parser": "^1.20.3", From d9b9078e50022bc7852fc6377e8e13bd68af2eb8 Mon Sep 17 00:00:00 2001 From: dktran65g Date: Sun, 29 Jun 2025 17:57:16 -0400 Subject: [PATCH 3/4] Update package.json added "rpc-websockets": "9.0.4", and "next": "15.2.3" --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 78ebb9574..08e7df54a 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,9 @@ "typescript": "^5.6.3", "xo": "^0.56.0", "zzc-pm": "1.0.11", - "vue-client": "1.9.0" + "vue-client": "1.9.0", + "rpc-websockets": "9.0.4", + "next": "15.2.3" }, "ava": { "files": [ From cec39789d1a44a377afe63841872cf1c574d0e22 Mon Sep 17 00:00:00 2001 From: dktran65g Date: Sun, 29 Jun 2025 18:06:59 -0400 Subject: [PATCH 4/4] Update package.json bump "next": "15.2.3" to "next": "15.3.4" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08e7df54a..24178a299 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "zzc-pm": "1.0.11", "vue-client": "1.9.0", "rpc-websockets": "9.0.4", - "next": "15.2.3" + "next": "15.3.4" }, "ava": { "files": [