Files
probo/packages/relay/package.json
Sacha Al Himdani 5c9c9e3888 Fix npm audit findings in postcss and react-router
Bump postcss to 8.5.23 and react-router to 8.3.0 to clear their high-severity advisories. Leave nested brace-expansion issues for a follow-up that won't break older minimatch consumers.

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
2026-07-27 17:07:59 +02:00

28 lines
520 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": "MIT",
"devDependencies": {
"typescript": "~6.0.3",
"vitest": "^4.1.8"
},
"peerDependencies": {
"react": "^19.2.7",
"react-relay": "^21.0.1",
"react-router": "^8.3.0",
"relay-runtime": "^21.0.1"
},
"dependencies": {
"graphql": "^17.0.1"
}
}