Skip to content

Commit db6bd95

Browse files
committed
Merge branch 'main' into k11kirky/s3-task-log
2 parents 9eb03ba + 543d2af commit db6bd95

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+5097
-1101
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ pnpm-workspace.yaml
3535

3636
**.car
3737

38-
.envrc
38+
.envrc

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"check:write": "pnpm run lint && pnpm run typecheck",
2323
"generate-client": "tsx scripts/update-openapi-client.ts",
2424
"prepare": "husky",
25-
"knip": "knip"
25+
"knip": "knip",
26+
"test": "vitest run"
2627
},
2728
"keywords": [
2829
"posthog",
@@ -40,14 +41,19 @@
4041
"@electron-forge/plugin-vite": "^7.10.2",
4142
"@electron-forge/publisher-github": "^7.10.2",
4243
"@electron-forge/shared-types": "^7.10.2",
44+
"@testing-library/jest-dom": "^6.9.1",
45+
"@testing-library/react": "^16.3.0",
46+
"@testing-library/user-event": "^14.6.1",
4347
"@types/node": "^20.19.21",
4448
"@types/react": "^18.2.48",
4549
"@types/react-dom": "^18.2.18",
4650
"@types/uuid": "^9.0.7",
4751
"@vitejs/plugin-react": "^4.2.1",
52+
"@vitest/ui": "^4.0.10",
4853
"autoprefixer": "^10.4.17",
4954
"electron": "^28.2.0",
5055
"husky": "^9.1.7",
56+
"jsdom": "^26.0.0",
5157
"knip": "^5.66.3",
5258
"lint-staged": "^15.5.2",
5359
"postcss": "^8.4.33",
@@ -57,10 +63,13 @@
5763
"typescript": "^5.9.3",
5864
"vite": "^5.0.12",
5965
"vite-tsconfig-paths": "^5.1.4",
66+
"vitest": "^4.0.10",
6067
"yaml": "^2.8.1"
6168
},
6269
"dependencies": {
6370
"@ai-sdk/openai": "^2.0.52",
71+
"@codemirror/state": "^6.5.2",
72+
"@codemirror/view": "^6.38.8",
6473
"@dnd-kit/react": "^0.1.21",
6574
"@phosphor-icons/react": "^2.1.10",
6675
"@posthog/agent": "1.20.0",

0 commit comments

Comments
 (0)