Skip to content

Commit f9c147a

Browse files
committed
Update deps to latest versions
1 parent 686c604 commit f9c147a

File tree

4 files changed

+29
-28
lines changed

4 files changed

+29
-28
lines changed

bun.lockb

4.73 KB
Binary file not shown.

package.json

+22-21
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,29 @@
1313
"test:ci": "vitest --coverage --run"
1414
},
1515
"dependencies": {
16-
"@headlessui/react": "^2.1.10",
16+
"@headlessui/react": "^2.2.0",
1717
"@heroicons/react": "^2.1.5",
1818
"@monaco-editor/react": "^4.6.0",
1919
"@remix-run/node": "^2.13.1",
2020
"@remix-run/react": "^2.13.1",
2121
"@remix-run/serve": "^2.13.1",
2222
"clsx": "^2.1.1",
23-
"framer-motion": "^11.11.9",
23+
"framer-motion": "^11.11.11",
2424
"isbot": "^5.1.17",
2525
"jotai": "^2.10.1",
2626
"jotai-history": "^0.2.1",
2727
"litlytics": "./packages/litlytics",
2828
"lodash": "^4.17.21",
2929
"mammoth": "^1.8.0",
30-
"openai": "^4.68.1",
30+
"openai": "^4.71.0",
3131
"papaparse": "^5.4.1",
32-
"pdfjs-dist": "^4.7.76",
33-
"react": "^19.0.0-rc-65a56d0e-20241020",
34-
"react-dom": "^19.0.0-rc-65a56d0e-20241020",
32+
"pdfjs-dist": "^4.8.69",
33+
"react": "^19.0.0-rc-fb9a90fa48-20240614",
34+
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
3535
"react-dropzone": "14.2.3",
36-
"react-hotkeys-hook": "^4.5.1",
36+
"react-hotkeys-hook": "^4.6.1",
3737
"react-markdown": "^9.0.1",
38+
"rehype-raw": "^7.0.0",
3839
"remark-breaks": "^4.0.0",
3940
"remark-gfm": "^4.0.0",
4041
"turndown": "^7.2.0"
@@ -43,32 +44,32 @@
4344
"@remix-run/dev": "^2.13.1",
4445
"@tailwindcss/typography": "^0.5.15",
4546
"@testing-library/dom": "^10.4.0",
46-
"@testing-library/jest-dom": "^6.6.2",
47+
"@testing-library/jest-dom": "^6.6.3",
4748
"@testing-library/react": "^16.0.1",
48-
"@types/bun": "^1.1.11",
49-
"@types/lodash": "^4.17.12",
49+
"@types/bun": "^1.1.13",
50+
"@types/lodash": "^4.17.13",
5051
"@types/papaparse": "^5.3.15",
51-
"@types/react": "^18.3.11",
52+
"@types/react": "^18.3.12",
5253
"@types/react-dom": "^18.3.1",
5354
"@types/turndown": "^5.0.5",
54-
"@typescript-eslint/eslint-plugin": "^8.10.0",
55-
"@typescript-eslint/parser": "^8.10.0",
56-
"@vitest/coverage-v8": "^2.1.3",
57-
"@webgpu/types": "^0.1.49",
55+
"@typescript-eslint/eslint-plugin": "^8.13.0",
56+
"@typescript-eslint/parser": "^8.13.0",
57+
"@vitest/coverage-v8": "^2.1.4",
58+
"@webgpu/types": "^0.1.51",
5859
"autoprefixer": "^10.4.20",
5960
"eslint": "^8.57.1",
6061
"eslint-import-resolver-typescript": "^3.6.3",
6162
"eslint-plugin-import": "^2.31.0",
62-
"eslint-plugin-jsx-a11y": "^6.10.1",
63-
"eslint-plugin-react": "^7.37.1",
63+
"eslint-plugin-jsx-a11y": "^6.10.2",
64+
"eslint-plugin-react": "^7.37.2",
6465
"eslint-plugin-react-hooks": "^4.6.2",
65-
"happy-dom": "^15.7.4",
66+
"happy-dom": "^15.9.0",
6667
"postcss": "^8.4.47",
6768
"tailwindcss": "^3.4.14",
6869
"typescript": "^5.6.3",
69-
"vite": "^5.4.9",
70-
"vite-tsconfig-paths": "^5.0.1",
71-
"vitest": "^2.1.3"
70+
"vite": "^5.4.10",
71+
"vite-tsconfig-paths": "^5.1.0",
72+
"vitest": "^2.1.4"
7273
},
7374
"engines": {
7475
"node": ">=22.0.0"

packages/litlytics/bun.lockb

758 Bytes
Binary file not shown.

packages/litlytics/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"devDependencies": {
1515
"@types/bun": "latest",
16-
"@vitest/coverage-v8": "^2.1.3",
17-
"vitest": "^2.1.3"
16+
"@vitest/coverage-v8": "^2.1.4",
17+
"vitest": "^2.1.4"
1818
},
1919
"peerDependencies": {
2020
"typescript": "^5.6.3"
2121
},
2222
"dependencies": {
23-
"@ai-sdk/anthropic": "^0.0.51",
24-
"@ai-sdk/google": "^0.0.51",
25-
"@ai-sdk/openai": "^0.0.66",
26-
"ai": "^3.4.9",
27-
"ollama-ai-provider": "^0.15.2"
23+
"@ai-sdk/anthropic": "^0.0.56",
24+
"@ai-sdk/google": "^0.0.55",
25+
"@ai-sdk/openai": "^0.0.72",
26+
"ai": "^3.4.33",
27+
"ollama-ai-provider": "^0.16.0"
2828
}
2929
}

0 commit comments

Comments
 (0)