feat: add cerbos access control
This commit is contained in:
@@ -12,29 +12,29 @@
|
||||
"dependencies": {
|
||||
"@spec/relay": "workspace:*",
|
||||
"@spec/schemas": "workspace:*",
|
||||
"@tanstack/react-query": "5",
|
||||
"@tanstack/react-router": "1",
|
||||
"@valkyr/db": "npm:@jsr/valkyr__db@2.0.0-beta.3",
|
||||
"@valkyr/event-emitter": "npm:@jsr/valkyr__event-emitter@1",
|
||||
"fast-equals": "5",
|
||||
"react": "19",
|
||||
"react-dom": "19",
|
||||
"tailwindcss": "4",
|
||||
"zod": "4"
|
||||
"@tanstack/react-query": "5.89.0",
|
||||
"@tanstack/react-router": "1.131.47",
|
||||
"@valkyr/db": "npm:@jsr/valkyr__db@2.0.0",
|
||||
"@valkyr/event-emitter": "npm:@jsr/valkyr__event-emitter@1.0.1",
|
||||
"fast-equals": "5.2.2",
|
||||
"react": "19.1.1",
|
||||
"react-dom": "19.1.1",
|
||||
"tailwindcss": "4.1.13",
|
||||
"zod": "4.1.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9",
|
||||
"@tailwindcss/vite": "4",
|
||||
"@tanstack/react-router-devtools": "1",
|
||||
"@types/react": "19",
|
||||
"@types/react-dom": "19",
|
||||
"@vitejs/plugin-react": "4",
|
||||
"eslint": "9",
|
||||
"eslint-plugin-react-hooks": "5",
|
||||
"eslint-plugin-react-refresh": "0.4",
|
||||
"globals": "16",
|
||||
"typescript": "5",
|
||||
"typescript-eslint": "8",
|
||||
"vite": "7"
|
||||
"@eslint/js": "9.35.0",
|
||||
"@tailwindcss/vite": "4.1.13",
|
||||
"@tanstack/react-router-devtools": "1.131.47",
|
||||
"@types/react": "19.1.13",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"@vitejs/plugin-react": "4.7.0",
|
||||
"eslint": "9.35.0",
|
||||
"eslint-plugin-react-hooks": "5.2.0",
|
||||
"eslint-plugin-react-refresh": "0.4.20",
|
||||
"globals": "16.4.0",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.44.0",
|
||||
"vite": "7.1.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user