Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.14.1 to 7.17.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.17.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
522 B
JSON
28 lines
522 B
JSON
{
|
|
"name": "@probo/relay",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^4.1.8"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.1",
|
|
"react-relay": "^20.1.1",
|
|
"react-router": "^7.17.0",
|
|
"relay-runtime": "^20.1.1"
|
|
},
|
|
"dependencies": {
|
|
"graphql": "^16.12.0"
|
|
}
|
|
}
|