Skip to content

Commit

Permalink
Upgrade npm deps (#32110)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 50ec06fc928ce257e2b1928776a00288e42b3c8b
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Dec 12, 2024
1 parent cea8839 commit 14f9d31
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"dependencies": {
"esbuild": "0.23.0",
"jwt-decode": "^3.1.2",
"prettier": "3.2.5"
"prettier": "3.4.2"
},
"peerDependencies": {
"@auth0/auth0-react": "^2.0.1",
Expand All @@ -262,74 +262,74 @@
"a bundle."
],
"devDependencies": {
"@auth0/auth0-react": "2.0.1",
"@babel/parser": "^7.21.3",
"@babel/types": "7.24.0",
"@clerk/clerk-react": "^5.18.2",
"@commander-js/extra-typings": "^11.1.0",
"@eslint/compat": "~1.1.1",
"@eslint/eslintrc": "~3.1.0",
"@eslint/js": "~9.9.1",
"@auth0/auth0-react": "2.2.4",
"@babel/parser": "^7.26.3",
"@babel/types": "7.26.3",
"@clerk/clerk-react": "^5.20.0",
"@commander-js/extra-typings": "^12.1.0",
"@eslint/compat": "~1.2.4",
"@eslint/eslintrc": "~3.2.0",
"@eslint/js": "~9.16.0",
"@sentry/node": "^7.23.0",
"@sentry/tracing": "^7.23.0",
"@swc/core": "1.3.107",
"@testing-library/react": "~16.0.1",
"@types/adm-zip": "^0.5.5",
"@types/deep-equal": "1.0.1",
"@swc/core": "1.10.1",
"@testing-library/react": "~16.1.0",
"@types/adm-zip": "^0.5.7",
"@types/deep-equal": "1.0.4",
"@types/detect-port": "~1.3.5",
"@types/inquirer": "^8.2.0",
"@types/jwt-encode": "~1.0.0",
"@types/node": "^18.17.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/semver": "^7.3.13",
"@types/ws": "^8.5.3",
"@vitest/eslint-plugin": "~1.1.4",
"@types/ws": "^8.5.13",
"@vitest/eslint-plugin": "~1.1.15",
"adm-zip": "^0.5.10",
"bufferutil": "^4.0.7",
"chalk": "4",
"chokidar": "3.5.3",
"commander": "^11.1.0",
"deep-equal": "2.1.0",
"depcheck": "~1.4.7",
"detect-port": "^1.5.1",
"dotenv": "^16.0.3",
"detect-port": "^2.1.0",
"dotenv": "^16.4.7",
"encoding": "^0.1.13",
"esbuild": "0.23.0",
"esbuild-plugin-external-global": "~1.0.1",
"eslint": "9",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.36.1",
"eslint": "9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0-beta-26f2496093-20240514",
"eslint-plugin-require-extensions": "~0.1.3",
"fetch-retry": "~5.0.6",
"find-up": "^6.3.0",
"globals": "~15.9.0",
"happy-dom": "~15.10.2",
"fetch-retry": "~6.0.0",
"find-up": "^7.0.0",
"globals": "~15.13.0",
"happy-dom": "~15.11.7",
"inquirer": "^9.1.4",
"inquirer-search-list": "~1.2.6",
"jsdom": "~24.1.0",
"jsdom": "~25.0.1",
"jwt-encode": "~1.0.1",
"knip": "~5.30.2",
"knip": "~5.39.4",
"napi-wasm": "1.1.3",
"open": "^8.3.0",
"openid-client": "^5.3.1",
"ora": "^6.1.0",
"ora": "^8.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"semver": "^7.6.0",
"shx": "~0.3.4",
"skott": "~0.35.3",
"skott": "~0.35.4",
"strip-ansi": "^7.0.1",
"tsx": "~4.15.6",
"tsx": "~4.19.2",
"typedoc": "^0.24.6",
"typescript": "~5.0.3",
"typescript-eslint": "~8.6.0",
"typescript-eslint": "~8.17.0",
"utf-8-validate": "^5.0.10",
"vitest": "~1.6.0",
"wait-for-expect": "~3.0.2",
"ws": "8.18.0",
"zod": "^3.21.4"
"zod": "^3.24.0"
},
"engines": {
"npm": ">=7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/lib/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class ThrowingFetchError extends Error {
*/
export async function throwingFetch(
resource: RequestInfo | URL,
options: (RequestInit & RequestInitRetryParams) | undefined,
options: (RequestInit & RequestInitRetryParams<typeof fetch>) | undefined,
): Promise<Response> {
const Headers = globalThis.Headers;
const headers = new Headers((options || {})["headers"]);
Expand Down

0 comments on commit 14f9d31

Please sign in to comment.