diff --git a/apps/console/package.json b/apps/console/package.json index e19d06a7e..00dc0ef25 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -28,9 +28,9 @@ "react-dom": "^19.1.0", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.56.4", - "react-relay": "^19.0.0", + "react-relay": "^20.1.1", "react-router": "^7.6.0", - "relay-runtime": "^19.0.0", + "relay-runtime": "^20.1.1", "use-debounce": "^10.0.5", "usehooks-ts": "^3.1.1", "zod": "^3.25.17" @@ -44,13 +44,13 @@ "@types/react-relay": "^18.2.1", "@types/relay-runtime": "^19.0.1", "@vitejs/plugin-react": "^4.4.1", - "babel-plugin-relay": "^19.0.0", + "babel-plugin-relay": "^20.1.1", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.0.0", "graphql": "^16.11.0", "prettier": "^3.5.3", - "relay-compiler": "^19.0.0", + "relay-compiler": "^20.1.1", "tailwindcss": "^4.1.7", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", diff --git a/apps/trust/package.json b/apps/trust/package.json index 554f9e68f..c7c7037c6 100644 --- a/apps/trust/package.json +++ b/apps/trust/package.json @@ -24,9 +24,9 @@ "react-error-boundary": "^6.0.0", "react-hook-form": "^7.56.4", "react-pdf": "^10.1.0", - "react-relay": "^19.0.0", + "react-relay": "^20.1.1", "react-router": "^7.6.0", - "relay-runtime": "^19.0.0", + "relay-runtime": "^20.1.1", "usehooks-ts": "^3.1.1", "zod": "^3.25.71" }, @@ -39,13 +39,13 @@ "@types/react-relay": "^18.2.1", "@types/relay-runtime": "^19.0.1", "@vitejs/plugin-react": "^4.4.1", - "babel-plugin-relay": "^19.0.0", + "babel-plugin-relay": "^20.1.1", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.0.0", "graphql": "^16.11.0", "prettier": "^3.5.3", - "relay-compiler": "^19.0.0", + "relay-compiler": "^20.1.1", "tailwindcss": "^4.1.7", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", diff --git a/package-lock.json b/package-lock.json index 5f31c3955..e84935b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,9 +40,9 @@ "react-dom": "^19.1.0", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.56.4", - "react-relay": "^19.0.0", + "react-relay": "^20.1.1", "react-router": "^7.6.0", - "relay-runtime": "^19.0.0", + "relay-runtime": "^20.1.1", "use-debounce": "^10.0.5", "usehooks-ts": "^3.1.1", "zod": "^3.25.17" @@ -56,19 +56,51 @@ "@types/react-relay": "^18.2.1", "@types/relay-runtime": "^19.0.1", "@vitejs/plugin-react": "^4.4.1", - "babel-plugin-relay": "^19.0.0", + "babel-plugin-relay": "^20.1.1", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.0.0", "graphql": "^16.11.0", "prettier": "^3.5.3", - "relay-compiler": "^19.0.0", + "relay-compiler": "^20.1.1", "tailwindcss": "^4.1.7", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.4.1" } }, + "apps/console/node_modules/babel-plugin-relay": { + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-relay/-/babel-plugin-relay-20.1.1.tgz", + "integrity": "sha512-BWlqLPiHbxZTxlyng2rVgsZCwztHNje7H8FR4c+UKy3ErQJBG6BKLr9vUdeR7mAZCH2v0sOAxNhG6zR1FrWjAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "babel-plugin-macros": "^2.0.0", + "cosmiconfig": "^5.0.5", + "graphql": "15.3.0" + } + }, + "apps/console/node_modules/babel-plugin-relay/node_modules/graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.x" + } + }, + "apps/console/node_modules/relay-compiler": { + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/relay-compiler/-/relay-compiler-20.1.1.tgz", + "integrity": "sha512-J/FFFLS/3vnbDkyQMw8l3Ev7dNHXMgC1RAs0fITz4Q63TFPOw142knKxY1Mm5ZZBABkAs9g2JghXaqM+phwTxw==", + "dev": true, + "license": "MIT", + "bin": { + "relay-compiler": "cli.js" + } + }, "apps/trust": { "name": "@probo/trust", "version": "0.0.0", @@ -85,9 +117,9 @@ "react-error-boundary": "^6.0.0", "react-hook-form": "^7.56.4", "react-pdf": "^10.1.0", - "react-relay": "^19.0.0", + "react-relay": "^20.1.1", "react-router": "^7.6.0", - "relay-runtime": "^19.0.0", + "relay-runtime": "^20.1.1", "usehooks-ts": "^3.1.1", "zod": "^3.25.71" }, @@ -100,19 +132,51 @@ "@types/react-relay": "^18.2.1", "@types/relay-runtime": "^19.0.1", "@vitejs/plugin-react": "^4.4.1", - "babel-plugin-relay": "^19.0.0", + "babel-plugin-relay": "^20.1.1", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.0.0", "graphql": "^16.11.0", "prettier": "^3.5.3", - "relay-compiler": "^19.0.0", + "relay-compiler": "^20.1.1", "tailwindcss": "^4.1.7", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.4.1" } }, + "apps/trust/node_modules/babel-plugin-relay": { + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-relay/-/babel-plugin-relay-20.1.1.tgz", + "integrity": "sha512-BWlqLPiHbxZTxlyng2rVgsZCwztHNje7H8FR4c+UKy3ErQJBG6BKLr9vUdeR7mAZCH2v0sOAxNhG6zR1FrWjAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "babel-plugin-macros": "^2.0.0", + "cosmiconfig": "^5.0.5", + "graphql": "15.3.0" + } + }, + "apps/trust/node_modules/babel-plugin-relay/node_modules/graphql": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.x" + } + }, + "apps/trust/node_modules/relay-compiler": { + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/relay-compiler/-/relay-compiler-20.1.1.tgz", + "integrity": "sha512-J/FFFLS/3vnbDkyQMw8l3Ev7dNHXMgC1RAs0fITz4Q63TFPOw142knKxY1Mm5ZZBABkAs9g2JghXaqM+phwTxw==", + "dev": true, + "license": "MIT", + "bin": { + "relay-compiler": "cli.js" + } + }, "node_modules/@adobe/css-tools": { "version": "4.4.4", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", @@ -6838,28 +6902,6 @@ "node": ">=4" } }, - "node_modules/babel-plugin-relay": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-relay/-/babel-plugin-relay-19.0.0.tgz", - "integrity": "sha512-7K0UnVyagSgzexy28KcEGu18/ms8wgJd2AufZshiKEaZXH/5XwtK2sh+6wKj/8U7xTGSudBuze39Se+CxSlxsw==", - "dev": true, - "license": "MIT", - "dependencies": { - "babel-plugin-macros": "^2.0.0", - "cosmiconfig": "^5.0.5", - "graphql": "15.3.0" - } - }, - "node_modules/babel-plugin-relay/node_modules/graphql": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", - "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.x" - } - }, "node_modules/bail": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", @@ -13464,16 +13506,16 @@ } }, "node_modules/react-relay": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react-relay/-/react-relay-19.0.0.tgz", - "integrity": "sha512-OaUISVLUTjfBL1tGBtmt3eDZC+KFnP4QIHq0HDacm7ntiZPgAt+udYs3zapuc8hN65wlRruaLKrWc6P/ZQRlSg==", + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/react-relay/-/react-relay-20.1.1.tgz", + "integrity": "sha512-pwl7wHHXCOx32dOg4TVNkhVojgGVvOBMo9pcMGeM1BIFYvmwGauKTtBB+qr5buXHGooCL8TXjMVg+ZLizIsbeQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", "fbjs": "^3.0.2", "invariant": "^2.2.4", "nullthrows": "^1.1.1", - "relay-runtime": "19.0.0" + "relay-runtime": "20.1.1" }, "peerDependencies": { "react": "^16.9.0 || ^17 || ^18 || ^19" @@ -13655,20 +13697,10 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/relay-compiler": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/relay-compiler/-/relay-compiler-19.0.0.tgz", - "integrity": "sha512-DwyNWPUkzdggT3oBuNTS18bL6KCU3Sg/oSW/q+pqOQNHLo+RUZOWAx44ALy5XoBrsXjQVBr0EiNqJ4A8G1skOw==", - "dev": true, - "license": "MIT", - "bin": { - "relay-compiler": "cli.js" - } - }, "node_modules/relay-runtime": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/relay-runtime/-/relay-runtime-19.0.0.tgz", - "integrity": "sha512-uQqizN6d/7ZkTm2C0sTUAFfHk65BQEFLkfp0IBsXPTsXLL3fAJ2iHkemA621vuphtiKsF06C5ZKxypmC5lduFg==", + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/relay-runtime/-/relay-runtime-20.1.1.tgz", + "integrity": "sha512-N98ZkkyuIHdXmHaPuljihM1QbFYXATF0gxA0CESFphszsQzXs9A/zZloVfzdOI/xg3B3CfM/5nozvIoeTDIcfw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", @@ -16969,9 +17001,9 @@ }, "peerDependencies": { "react": "^19.2.1", - "react-relay": "^19.0.0", + "react-relay": "^20.1.1", "react-router": "^7.10.0", - "relay-runtime": "^19.0.0" + "relay-runtime": "^20.1.1" } }, "packages/tsconfig": { diff --git a/packages/routes/package.json b/packages/routes/package.json index 59ff1faf2..a4d0b13e7 100644 --- a/packages/routes/package.json +++ b/packages/routes/package.json @@ -1,27 +1,27 @@ { - "name": "@probo/routes", - "version": "1.0.0", - "description": "", - "main": "./src/index.ts", - "scripts": { - "test": "vitest run", - "test:watch": "vitest", - "format": "prettier --write ./src" - }, - "prettier": "@probo/prettier", - "keywords": [], - "author": "", - "license": "ISC", - "devDependencies": { - "@probo/prettier": "1.0.0", - "prettier": "^3.5.3", - "typescript": "^5.8.3", - "vitest": "^3.1.3" - }, - "peerDependencies": { - "react": "^19.2.1", - "react-relay": "^19.0.0", - "react-router": "^7.10.0", - "relay-runtime": "^19.0.0" - } + "name": "@probo/routes", + "version": "1.0.0", + "description": "", + "main": "./src/index.ts", + "scripts": { + "test": "vitest run", + "test:watch": "vitest", + "format": "prettier --write ./src" + }, + "prettier": "@probo/prettier", + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "@probo/prettier": "1.0.0", + "prettier": "^3.5.3", + "typescript": "^5.8.3", + "vitest": "^3.1.3" + }, + "peerDependencies": { + "react": "^19.2.1", + "react-relay": "^20.1.1", + "react-router": "^7.10.0", + "relay-runtime": "^20.1.1" + } }