Compare commits

..

8 commits

Author SHA1 Message Date
Ahmad
82288ce86f
Merge pull request #1095 from ahmadk953/dependabot/npm_and_yarn/prettier-3.5.3
Some checks are pending
ESLint / Run eslint scanning (push) Waiting to run
Code Format Check / check-format (push) Waiting to run
Run tests and upload coverage / Run tests and collect coverage (push) Waiting to run
Bump prettier from 3.5.2 to 3.5.3
2025-03-05 18:28:16 -05:00
Ahmad
4eff4ab26e
Merge pull request #1094 from ahmadk953/dependabot/npm_and_yarn/types/lodash-4.17.16
Bump @types/lodash from 4.17.15 to 4.17.16
2025-03-05 18:28:08 -05:00
Ahmad
75e3d2e2f2
Merge pull request #1093 from ahmadk953/dependabot/npm_and_yarn/sentry/nextjs-9.4.0
Bump @sentry/nextjs from 9.0.1 to 9.4.0
2025-03-05 18:27:59 -05:00
Ahmad
c5ded204b2
Merge pull request #1096 from ahmadk953/dependabot/npm_and_yarn/next/mdx-15.2.1
Bump @next/mdx from 15.1.7 to 15.2.1
2025-03-05 18:27:37 -05:00
dependabot[bot]
5e2834e08b
Bump @next/mdx from 15.1.7 to 15.2.1
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 15.1.7 to 15.2.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.1/packages/next-mdx)

---
updated-dependencies:
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 17:59:39 +00:00
dependabot[bot]
d705e1d789
Bump prettier from 3.5.2 to 3.5.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.5.2...3.5.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 17:59:18 +00:00
dependabot[bot]
b9d9077a76
Bump @types/lodash from 4.17.15 to 4.17.16
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.15 to 4.17.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 17:59:01 +00:00
dependabot[bot]
8e8a26999c
Bump @sentry/nextjs from 9.0.1 to 9.4.0
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 9.0.1 to 9.4.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/9.0.1...9.4.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 17:58:38 +00:00
2 changed files with 323 additions and 327 deletions

View file

@ -26,7 +26,7 @@
"@liveblocks/react": "^2.16.2", "@liveblocks/react": "^2.16.2",
"@mdx-js/loader": "^3.1.0", "@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0", "@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.6", "@next/mdx": "^15.2.1",
"@prisma/client": "^6.4.1", "@prisma/client": "^6.4.1",
"@prisma/extension-accelerate": "^1.2.2", "@prisma/extension-accelerate": "^1.2.2",
"@radix-ui/react-accordion": "^1.2.2", "@radix-ui/react-accordion": "^1.2.2",
@ -83,7 +83,7 @@
"@types/dompurify": "^3", "@types/dompurify": "^3",
"@types/ioredis": "^5.0.0", "@types/ioredis": "^5.0.0",
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15", "@types/lodash": "^4.17.16",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^22.13.5", "@types/node": "^22.13.5",
"@types/react": "^19.0.10", "@types/react": "^19.0.10",
@ -101,7 +101,7 @@
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0", "jest-junit": "^16.0.0",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"prettier": "^3.5.2", "prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11", "prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.4.1", "prisma": "^6.4.1",
"tailwindcss": "^3.4.16", "tailwindcss": "^3.4.16",

644
yarn.lock

File diff suppressed because it is too large Load diff