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>
24 lines
451 B
JSON
24 lines
451 B
JSON
{
|
|
"name": "@probo/routes",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"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"
|
|
}
|
|
}
|