Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
version: 2

updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
groups:
go-minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: npm
directories:
- /console
- /docs
- /modules/webhook/preview
schedule:
interval: weekly
open-pull-requests-limit: 5
groups:
npm-minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: github-actions
directories:
- /
- /.github/actions/reconfigure-docker
schedule:
interval: weekly
groups:
actions:
patterns:
- "*"

- package-ecosystem: docker
directory: /
schedule:
interval: weekly
35 changes: 23 additions & 12 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/lunogram/platform",
"type": "module",
"dependencies": {
"@clerk/clerk-react": "^5.60.0",
"@clerk/clerk-react": "^5.61.9",
"@clerk/types": "^4.101.14",
"@codemirror/autocomplete": "^6.20.0",
"@codemirror/commands": "^6.10.2",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@react-email/components": "^1.0.7",
"@react-email/render": "^2.0.4",
"@react-router/node": "^7.13.0",
"@react-router/serve": "^7.13.0",
"@react-router/node": "^7.18.3",
"@react-router/serve": "^7.18.3",
"@rehookify/datepicker": "^3.2.0",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-hotkeys": "^0.4.1",
Expand Down Expand Up @@ -71,18 +71,18 @@
"@tiptap/pm": "3.20.1",
"@tiptap/react": "3.20.1",
"@xyflow/react": "^12.10.2",
"axios": "^1.13.4",
"axios": "^1.20.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"codemirror": "^6.0.2",
"color": "^5.0.3",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"handlebars": "^4.7.8",
"handlebars": "^4.7.9",
"html-react-parser": "^5.2.16",
"i18next": "^23.16.8",
"i18next-http-backend": "^2.7.3",
"i18next-http-backend": "^3.0.6",
"lucide-react": "^0.563.0",
"maplibre-gl": "^5.19.0",
"md5": "^2.3.0",
Expand All @@ -95,7 +95,7 @@
"react-markdown": "^10.1.0",
"react-popper": "^2.3.0",
"react-resizable-panels": "^4.6.2",
"react-router": "^7.13.0",
"react-router": "^7.18.3",
"recharts": "^2.15.4",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
Expand All @@ -106,7 +106,7 @@
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"uuid": "^9.0.1",
"uuid": "^11.1.1",
"web-streams-polyfill": "^4.2.0",
"web-vitals": "^2.1.4",
"zod": "^4.3.6"
Expand Down Expand Up @@ -141,7 +141,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.38.0",
"@react-router/dev": "^7.13.0",
"@react-router/dev": "^7.18.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
Expand All @@ -161,6 +161,7 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.3.0",
"happy-dom": "^20.12.0",
"jsdom": "^28.0.0",
"openapi-fetch": "^0.15.0",
"openapi-typescript": "^7.10.1",
Expand All @@ -169,10 +170,20 @@
"source-map-explorer": "2.5.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",
"vitest": "^4.0.18"
"vite": "^7.3.6",
"vitest": "^4.1.11"
},
"files": [
"lib"
]
],
"pnpm": {
"overrides": {
"@clerk/shared": "^3.47.5",
"ajv": "^6.14.0",
"dompurify": "^3.4.14",
"js-cookie": "^3.0.7",
"qs": "^6.15.2",
"valibot": "^1.4.2"
}
}
}
Loading
Loading