Skip to content

Commit

Permalink
Merge pull request #771 from ai16z/shaw/more-updates
Browse files Browse the repository at this point in the history
feat: more dependency updates
  • Loading branch information
lalalune authored Dec 1, 2024
2 parents 66afaa1 + 1f18711 commit 9235f87
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 110 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"vite-plugin-wasm": "3.3.0"
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@eslint/js": "9.16.0",
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import eslint from "@eslint/js";
import tseslint from "@typescript-eslint/eslint-plugin";
import typescript from "@typescript-eslint/parser";
import prettier from "eslint-config-prettier";
import vitest from "eslint-plugin-vitest"; // Add Vitest plugin
import vitest from "@vitest/eslint-plugin"; // Add Vitest plugin

export default [
// JavaScript and TypeScript files
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@commitlint/config-conventional": "18.6.3",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vitest/eslint-plugin": "1.0.1",
"@vitest/eslint-plugin": "1.1.13",
"concurrently": "9.1.0",
"cross-env": "7.0.3",
"eslint": "9.16.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@coinbase/coinbase-sdk": "0.10.0",
"amqplib": "0.10.5",
"csv-parse": "5.6.0",
"eslint-plugin-vitest": "0.5.4",
"@vitest/eslint-plugin": "1.0.1",
"ollama-ai-provider": "0.16.1",
"optional": "0.1.4",
"pnpm": "9.14.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.15.0",
"@eslint/js": "9.16.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
Expand Down
115 changes: 10 additions & 105 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9235f87

Please sign in to comment.