Skip to content

Commit

Permalink
Upgrade libraries until npm i works in convex-js (#29909)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 785a001e59f37becf60534e9140544fc5e94766b
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Sep 17, 2024
1 parent 5737f92 commit 96948a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import tseslint from "typescript-eslint";
import reactHooksPlugin from "eslint-plugin-react-hooks";
import reactPlugin from "eslint-plugin-react";
import vitest from "eslint-plugin-vitest";
import vitest from "@vitest/eslint-plugin";
import { fixupPluginRules } from "@eslint/compat";
import globals from "globals";
import path from "node:path";
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
"@types/react-dom": "^18.0.0",
"@types/semver": "^7.3.13",
"@types/ws": "^8.5.3",
"@vitest/eslint-plugin": "~1.1.4",
"adm-zip": "^0.5.10",
"bufferutil": "^4.0.7",
"chalk": "4",
Expand All @@ -229,9 +230,8 @@
"eslint": "9",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^5.1.0-beta-26f2496093-20240514",
"eslint-plugin-require-extensions": "~0.1.3",
"eslint-plugin-vitest": "~0.5.4",
"fetch-retry": "~5.0.6",
"find-up": "^6.3.0",
"happy-dom": "~14.12.3",
Expand All @@ -251,7 +251,7 @@
"tsx": "~4.15.6",
"typedoc": "^0.24.6",
"typescript": "~5.0.3",
"typescript-eslint": "~8.4.0",
"typescript-eslint": "~8.6.0",
"utf-8-validate": "^5.0.10",
"vitest": "~1.6.0",
"wait-for-expect": "~3.0.2",
Expand Down

0 comments on commit 96948a4

Please sign in to comment.