learnhouse/apps/web
dependabot[bot] 7042cde9cb
chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript).
Bumps the npm_and_yarn group with 3 updates in the /apps/web directory: [@sentry/nextjs](https://github.com/getsentry/sentry-javascript), [dompurify](https://github.com/cure53/DOMPurify) and [katex](https://github.com/KaTeX/KaTeX).


Updates `@sentry/nextjs` from 8.55.0 to 9.1.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.55.0...9.1.0)

Updates `@sentry/nextjs` from 8.35.0 to 9.1.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.55.0...9.1.0)

Updates `dompurify` from 3.1.7 to 3.2.4
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.7...3.2.4)

Updates `katex` from 0.16.11 to 0.16.21
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.11...v0.16.21)

Updates `@sentry/node` from 8.35.0 to 9.1.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.35.0...9.1.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: dompurify
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: katex
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@sentry/node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-18 18:50:20 +00:00
..
app feat: optimize NextAuth session and token management 2025-01-25 13:51:15 +01:00
components feat: implement search on the frontend 2025-02-18 16:08:11 +01:00
hooks feat: implement search on the frontend 2025-02-18 16:08:11 +01:00
lib fix: inputs limit to their respective file formats 2024-10-22 15:26:46 -07:00
public feat: enhance onboarding experience with new assignment and payment steps 2024-12-01 20:07:45 +01:00
services feat: implement search on the frontend 2025-02-18 16:08:11 +01:00
styles feat: init org thumbnails creation & edition & redesign dash org config page 2024-09-27 11:03:33 +02:00
types feat: use session access_tokens 2024-06-06 16:54:53 +01:00
.eslintrc feat: use session access_tokens 2024-06-06 16:54:53 +01:00
.gitignore feat: enable sentry for the frontend 2024-08-29 19:57:24 +02:00
.prettierrc.yaml chore: Add .prettierrc.yaml in apps/web directory 2024-02-09 17:43:04 +05:45
components.json feat: init org thumbnails creation & edition & redesign dash org config page 2024-09-27 11:03:33 +02:00
Dockerfile chore: use node:22 for frontend image 2024-05-05 09:59:42 +02:00
instrumentation.ts feat: enable sentry for the frontend 2024-08-29 19:57:24 +02:00
middleware.ts feat: better healthcheck 2024-11-25 23:04:40 +01:00
next.config.js feat: enable sentry for the frontend 2024-08-29 19:57:24 +02:00
package.json chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates 2025-02-18 18:50:20 +00:00
pnpm-lock.yaml chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates 2025-02-18 18:50:20 +00:00
postcss.config.js feat: refactor the entire learnhouse project 2023-10-13 20:03:27 +02:00
README.md feat: refactor the entire learnhouse project 2023-10-13 20:03:27 +02:00
sentry.client.config.ts fix: sentry frontend enablement status 2024-08-29 20:43:04 +02:00
sentry.edge.config.ts fix: sentry frontend enablement status 2024-08-29 20:43:04 +02:00
sentry.properties feat: refactor the entire learnhouse project 2023-10-13 20:03:27 +02:00
sentry.server.config.ts fix: sentry frontend enablement status 2024-08-29 20:43:04 +02:00
tailwind.config.js feat: init org thumbnails creation & edition & redesign dash org config page 2024-09-27 11:03:33 +02:00
tsconfig.json feat: use stripe connect for payments 2024-11-09 16:54:43 +01:00