Compare commits

...

7 commits

Author SHA1 Message Date
dependabot[bot]
274cbb1447
Bump @radix-ui/react-slot from 1.1.2 to 1.2.0
Bumps [@radix-ui/react-slot](https://github.com/radix-ui/primitives) from 1.1.2 to 1.2.0.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-06 00:44:15 +00:00
Ahmad
6938fbcd1d
Merge pull request #1240 from ahmadk953/dependabot/npm_and_yarn/next-15.3.1
Some checks failed
ESLint / Run eslint scanning (push) Has been cancelled
Code Format Check / check-format (push) Has been cancelled
Run tests and upload coverage / Run tests and collect coverage (push) Has been cancelled
2025-05-05 20:01:33 -04:00
Ahmad
99d92f8c1d
Merge pull request #1242 from ahmadk953/dependabot/npm_and_yarn/radix-ui/react-popover-1.1.11 2025-05-05 20:01:15 -04:00
Ahmad
fb9dd0cf15
Merge pull request #1243 from ahmadk953/dependabot/npm_and_yarn/zod-3.24.4 2025-05-05 20:01:07 -04:00
dependabot[bot]
b5732a94ef
Bump zod from 3.24.2 to 3.24.4
Bumps [zod](https://github.com/colinhacks/zod) from 3.24.2 to 3.24.4.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.24.2...v3.24.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 3.24.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 17:52:08 +00:00
dependabot[bot]
0cd82a9568
Bump @radix-ui/react-popover from 1.1.6 to 1.1.11
Bumps [@radix-ui/react-popover](https://github.com/radix-ui/primitives) from 1.1.6 to 1.1.11.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 17:44:52 +00:00
dependabot[bot]
1842af759b
Bump next from 15.2.4 to 15.3.1
Bumps [next](https://github.com/vercel/next.js) from 15.2.4 to 15.3.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/compare/v15.2.4...v15.3.1)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 17:29:19 +00:00
2 changed files with 690 additions and 70 deletions

View file

@ -34,9 +34,9 @@
"@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6", "@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.0", "@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.5", "@radix-ui/react-popover": "^1.1.11",
"@radix-ui/react-separator": "^1.1.2", "@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-slot": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.8", "@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/react-visually-hidden": "^1.1.0", "@radix-ui/react-visually-hidden": "^1.1.0",
"@sentry/nextjs": "9", "@sentry/nextjs": "9",
@ -50,7 +50,7 @@
"ioredis": "^5.6.0", "ioredis": "^5.6.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lucide-react": "^0.486.0", "lucide-react": "^0.486.0",
"next": "^15.2.4", "next": "^15.3.1",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.0.0", "react": "^19.0.0",
"react-day-picker": "^9.6.4", "react-day-picker": "^9.6.4",
@ -62,7 +62,7 @@
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19", "unsplash-js": "^7.0.19",
"usehooks-ts": "^3.1.1", "usehooks-ts": "^3.1.1",
"zod": "^3.24.1", "zod": "^3.24.4",
"zustand": "^5.0.3" "zustand": "^5.0.3"
}, },
"devDependencies": { "devDependencies": {

752
yarn.lock

File diff suppressed because it is too large Load diff