Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed Jan 30, 2025
1 parent b4b5a0c commit fb65e88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@xyflow/react": "^12.4.1",
"@xyflow/react": "^12.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@uiw/react-codemirror": "^4.23.7",
Expand All @@ -28,15 +28,15 @@
"ellmers-test": "workspace:packages/test"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"vite": "^6.0.7",
"vite": "^6.0.11",
"tailwindcss": "3.4.17",
"postcss": "8.5.1",
"autoprefixer": "10.4.20"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"test": "jest"
},
"dependencies": {
"@huggingface/transformers": "^3.3.1",
"@huggingface/transformers": "^3.3.2",
"@mediapipe/tasks-text": "^0.10.20",
"@sroussey/typescript-graph": "^0.3.14",
"@types/better-sqlite3": "^7.6.12",
"@types/pg": "^8.11.10",
"better-sqlite3": "^9.4.3",
"bun-types": "^1.1.45",
"@types/pg": "^8.11.11",
"better-sqlite3": "^9.6.0",
"bun-types": "^1.2.1",
"chalk": "^5.4.1",
"commander": "=11.1.0",
"eventemitter3": "^5.0.1",
Expand All @@ -43,7 +43,7 @@
"postgres": "^3.4.5",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"storybook": "^8.5.0",
"storybook": "^8.5.2",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit fb65e88

Please sign in to comment.