From 197088c43baf6f1c05aa2c3e090699233288ae6d Mon Sep 17 00:00:00 2001 From: pitrat Date: Mon, 23 Feb 2026 16:54:52 +0500 Subject: [PATCH 1/2] chore: update dependencies to latest version (#79) --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 711c81c..606a5d1 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "@resvg/resvg-wasm": "^2.6.2", - "@tscircuit/3d-viewer": "^0.0.450", - "@tscircuit/assembly-viewer": "^0.0.5", - "@tscircuit/circuit-json-util": "^0.0.77", - "@tscircuit/create-snippet-url": "^0.0.13", - "@tscircuit/pcb-viewer": "^1.11.343", - "@tscircuit/schematic-viewer": "^2.0.57", + "@tscircuit/*": "latest", + "@tscircuit/*": "latest", + "@tscircuit/*": "latest", + "@tscircuit/*": "latest", + "@tscircuit/*": "latest", + "@tscircuit/*": "latest", "buffer": "^6.0.3", - "circuit-json": "^0.0.326", + "circuit-json": "latest", "circuit-json-to-bom-csv": "^0.0.8", "circuit-json-to-gerber": "^0.0.44", "circuit-json-to-kicad": "^0.0.27", From 1ec887718476e2bb78e2e2eca8050161480fea6a Mon Sep 17 00:00:00 2001 From: pitrat Date: Mon, 23 Feb 2026 16:56:50 +0500 Subject: [PATCH 2/2] chore: update dependencies to latest version (#79) --- package.json | 15 +++++----- package.json.upstream | 65 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 7 deletions(-) create mode 100644 package.json.upstream diff --git a/package.json b/package.json index 606a5d1..1a9af89 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "@resvg/resvg-wasm": "^2.6.2", - "@tscircuit/*": "latest", - "@tscircuit/*": "latest", - "@tscircuit/*": "latest", - "@tscircuit/*": "latest", - "@tscircuit/*": "latest", - "@tscircuit/*": "latest", + "@tscircuit/3d-viewer": "^0.0.525", + "@tscircuit/assembly-viewer": "^0.0.5", + "@tscircuit/circuit-json-util": "^0.0.77", + "@tscircuit/create-snippet-url": "^0.0.13", + "@tscircuit/pcb-viewer": "^1.11.343", + "@tscircuit/schematic-viewer": "^2.0.57", "buffer": "^6.0.3", - "circuit-json": "latest", + "circuit-json": "^0.0.387", "circuit-json-to-bom-csv": "^0.0.8", "circuit-json-to-gerber": "^0.0.44", "circuit-json-to-kicad": "^0.0.27", @@ -56,6 +56,7 @@ "react-error-boundary": "^6.1.1", "react-hot-toast": "^2.6.0", "react-query": "^3.39.3", + "runframe": "^2.2.0", "stepts": "^0.0.1", "tailwind-merge": "^3.5.0", "three": "^0.165.0", diff --git a/package.json.upstream b/package.json.upstream new file mode 100644 index 0000000..711c81c --- /dev/null +++ b/package.json.upstream @@ -0,0 +1,65 @@ +{ + "name": "circuitjson.com", + "module": "index.ts", + "type": "module", + "scripts": { + "start": "vite", + "build": "vite build", + "format": "biome format --write src tsconfig.json package.json" + }, + "devDependencies": { + "@biomejs/biome": "^1.9.4", + "@resvg/resvg-js": "^2.6.2", + "@types/bun": "latest", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^4.7.0", + "class-variance-authority": "^0.7.1", + "lucide-react": "^0.471.2", + "react": "^19.2.4", + "react-dom": "^19.2.4", + "vite": "^6.4.1", + "vite-tsconfig-paths": "^5.1.4" + }, + "peerDependencies": { + "typescript": "^5.9.3" + }, + "dependencies": { + "@radix-ui/react-alert-dialog": "^1.1.15", + "@radix-ui/react-checkbox": "^1.3.3", + "@radix-ui/react-dialog": "^1.1.15", + "@radix-ui/react-dropdown-menu": "^2.1.16", + "@radix-ui/react-icons": "^1.3.2", + "@radix-ui/react-slot": "^1.2.4", + "@radix-ui/react-tabs": "^1.1.13", + "@resvg/resvg-wasm": "^2.6.2", + "@tscircuit/3d-viewer": "^0.0.450", + "@tscircuit/assembly-viewer": "^0.0.5", + "@tscircuit/circuit-json-util": "^0.0.77", + "@tscircuit/create-snippet-url": "^0.0.13", + "@tscircuit/pcb-viewer": "^1.11.343", + "@tscircuit/schematic-viewer": "^2.0.57", + "buffer": "^6.0.3", + "circuit-json": "^0.0.326", + "circuit-json-to-bom-csv": "^0.0.8", + "circuit-json-to-gerber": "^0.0.44", + "circuit-json-to-kicad": "^0.0.27", + "circuit-json-to-lbrn": "^0.0.21", + "circuit-json-to-pnp-csv": "^0.0.7", + "circuit-json-to-step": "^0.0.2", + "easyeda": "^0.0.231", + "fuse.js": "^7.1.0", + "jszip": "^3.10.1", + "ky": "^1.14.3", + "marked": "^17.0.3", + "posthog-js": "^1.352.0", + "react-error-boundary": "^6.1.1", + "react-hot-toast": "^2.6.0", + "react-query": "^3.39.3", + "stepts": "^0.0.1", + "tailwind-merge": "^3.5.0", + "three": "^0.165.0", + "tscircuit": "^0.0.1012", + "zustand": "^5.0.11" + } +}