From 3a4170ea435587b2a2a4fac4ae441392bd69ae9d Mon Sep 17 00:00:00 2001 From: seveibar Date: Sun, 11 May 2025 15:48:50 -0700 Subject: [PATCH 1/3] remove prompt benchmarks --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 2eebe61..b345fd2 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,13 @@ "@babel/standalone": "^7.26.2", "@biomejs/biome": "^1.9.4", "@playwright/test": "^1.50.1", +<<<<<<< Updated upstream "@tscircuit/core": "^0.0.395", "@tscircuit/math-utils": "^0.0.18", +======= + "@tscircuit/core": "^0.0.398", + "@tscircuit/math-utils": "^0.0.15", +>>>>>>> Stashed changes "@types/babel__standalone": "^7.1.9", "@types/bun": "latest", "@types/react": "^18.3.12", From e319ed87fff638429a29495025a6b5ea8d661015 Mon Sep 17 00:00:00 2001 From: seveibar Date: Sun, 11 May 2025 15:49:36 -0700 Subject: [PATCH 2/3] update deps --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index b345fd2..7ba65c9 100644 --- a/package.json +++ b/package.json @@ -47,17 +47,12 @@ "@babel/standalone": "^7.26.2", "@biomejs/biome": "^1.9.4", "@playwright/test": "^1.50.1", -<<<<<<< Updated upstream - "@tscircuit/core": "^0.0.395", "@tscircuit/math-utils": "^0.0.18", -======= "@tscircuit/core": "^0.0.398", - "@tscircuit/math-utils": "^0.0.15", ->>>>>>> Stashed changes "@types/babel__standalone": "^7.1.9", "@types/bun": "latest", "@types/react": "^18.3.12", - "circuit-json": "^0.0.169", + "circuit-json": "^0.0.170", "comlink": "^4.4.2", "jscad-fiber": "^0.0.79", "react": "^18.3.1", From b4cbb774efe51f50e13ab5b209098397bf78c749 Mon Sep 17 00:00:00 2001 From: seveibar Date: Sun, 11 May 2025 20:23:14 -0700 Subject: [PATCH 3/3] update core to versions with fixed peer deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ba65c9..be6bfe1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@biomejs/biome": "^1.9.4", "@playwright/test": "^1.50.1", "@tscircuit/math-utils": "^0.0.18", - "@tscircuit/core": "^0.0.398", + "@tscircuit/core": "^0.0.399", "@types/babel__standalone": "^7.1.9", "@types/bun": "latest", "@types/react": "^18.3.12",