Skip to content

Commit 3de730c

Browse files
committed
merge in changes correctly
2 parents 13af63b + 123ba7a commit 3de730c

File tree

4 files changed

+3
-271
lines changed

4 files changed

+3
-271
lines changed

apps/array/forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function copyNativeDependency(
105105
const config: ForgeConfig = {
106106
packagerConfig: {
107107
asar: {
108-
unpack: "{**/*.node,**/.vite/build/claude-cli/**}",
108+
unpack: "{**/*.node,**/spawn-helper,**/.vite/build/claude-cli/**}",
109109
},
110110
prune: false,
111111
name: "Array",

apps/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"date-fns": "^3.3.1",
9494
"idb-keyval": "^6.2.2",
9595
"node-addon-api": "^8.5.0",
96-
"node-pty": "1.1.0-beta37",
96+
"node-pty": "1.1.0-beta39",
9797
"posthog-js": "^1.283.0",
9898
"posthog-node": "^4.18.0",
9999
"radix-themes-tw": "0.2.3",

forge.config.ts

Lines changed: 0 additions & 213 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -34,62 +34,7 @@
3434
"devDependencies": {
3535
"@biomejs/biome": "2.2.4",
3636
"husky": "^9.1.7",
37-
"jsdom": "^26.0.0",
38-
"knip": "^5.66.3",
39-
"lint-staged": "^15.5.2",
40-
"postcss": "^8.4.33",
41-
"tailwindcss": "^3.4.1",
42-
"tsx": "^4.20.6",
43-
"typed-openapi": "^2.2.2",
44-
"typescript": "^5.9.3",
45-
"vite": "^5.0.12",
46-
"vite-tsconfig-paths": "^5.1.4",
47-
"vitest": "^4.0.10",
48-
"yaml": "^2.8.1"
49-
},
50-
"dependencies": {
51-
"@ai-sdk/openai": "^2.0.52",
52-
"@codemirror/state": "^6.5.2",
53-
"@codemirror/view": "^6.38.8",
54-
"@dnd-kit/react": "^0.1.21",
55-
"@floating-ui/dom": "^1.7.4",
56-
"@phosphor-icons/react": "^2.1.10",
57-
"@posthog/agent": "1.22.0",
58-
"@radix-ui/react-icons": "^1.3.2",
59-
"@radix-ui/themes": "^3.2.1",
60-
"@tanstack/react-query": "^5.90.2",
61-
"@tiptap/core": "^3.11.0",
62-
"@tiptap/extension-link": "^3.11.0",
63-
"@tiptap/extension-mention": "^3.11.0",
64-
"@tiptap/extension-placeholder": "^3.11.0",
65-
"@tiptap/extension-typography": "^3.11.0",
66-
"@tiptap/extension-underline": "^3.11.0",
67-
"@tiptap/pm": "^3.11.0",
68-
"@tiptap/react": "^3.11.0",
69-
"@tiptap/starter-kit": "^3.11.0",
70-
"@tiptap/suggestion": "^3.11.0",
71-
"@xterm/addon-fit": "^0.10.0",
72-
"@xterm/addon-web-links": "^0.11.0",
73-
"@xterm/xterm": "^5.5.0",
74-
"ai": "^5.0.75",
75-
"cmdk": "^1.1.1",
76-
"date-fns": "^3.3.1",
77-
"idb-keyval": "^6.2.2",
78-
"node-addon-api": "^8.5.0",
79-
"node-pty": "1.1.0-beta39",
80-
"posthog-js": "^1.283.0",
81-
"posthog-node": "^4.18.0",
82-
"radix-themes-tw": "0.2.3",
83-
"react": "^18.2.0",
84-
"react-dom": "^18.2.0",
85-
"react-hook-form": "^7.64.0",
86-
"react-hotkeys-hook": "^4.4.4",
87-
"react-markdown": "^10.1.0",
88-
"react-resizable-panels": "^3.0.6",
89-
"sonner": "^2.0.7",
90-
"uuid": "^9.0.1",
91-
"zod": "^4.1.12",
92-
"zustand": "^4.5.0"
37+
"lint-staged": "^15.5.2"
9338
},
9439
"lint-staged": {
9540
"*.{ts,tsx,js,jsx}": [

0 commit comments

Comments
 (0)