Compare commits

...

10 commits

Author SHA1 Message Date
dependabot[bot]
38f4866371
Merge ac7899387e into 5759821798 2025-02-27 00:55:22 +00:00
dependabot[bot]
ac7899387e
Bump tailwindcss from 3.4.17 to 4.0.9
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.0.9.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.9/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-27 00:55:21 +00:00
Ahmad
5759821798
Merge pull request #1074 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.25.0
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 @typescript-eslint/eslint-plugin from 8.24.0 to 8.25.0
2025-02-26 19:53:59 -05:00
Ahmad
245ea4be96
Merge pull request #1075 from ahmadk953/dependabot/npm_and_yarn/tailwind-merge-3.0.2
Bump tailwind-merge from 3.0.1 to 3.0.2
2025-02-26 19:53:51 -05:00
Ahmad
6447a0240b
Merge pull request #1076 from ahmadk953/dependabot/npm_and_yarn/prisma-6.4.1
Bump prisma from 6.3.1 to 6.4.1
2025-02-26 19:53:43 -05:00
Ahmad
afe1cbed31
Merge pull request #1073 from ahmadk953/dependabot/npm_and_yarn/types/node-22.13.5
Bump @types/node from 22.13.4 to 22.13.5
2025-02-26 19:53:35 -05:00
dependabot[bot]
c10e0e2861
Bump prisma from 6.3.1 to 6.4.1
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.3.1 to 6.4.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.4.1/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:22:58 +00:00
dependabot[bot]
e3b1d98276
Bump tailwind-merge from 3.0.1 to 3.0.2
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:22:31 +00:00
dependabot[bot]
239ebb829c
Bump @typescript-eslint/eslint-plugin from 8.24.0 to 8.25.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.24.0 to 8.25.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:22:11 +00:00
dependabot[bot]
e42c222fdd
Bump @types/node from 22.13.4 to 22.13.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.4 to 22.13.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:21:48 +00:00
2 changed files with 389 additions and 306 deletions

View file

@ -58,7 +58,7 @@
"sharp": "^0.33.5", "sharp": "^0.33.5",
"sonner": "^2.0.1", "sonner": "^2.0.1",
"stripe": "^17.6.0", "stripe": "^17.6.0",
"tailwind-merge": "^3.0.1", "tailwind-merge": "^3.0.2",
"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",
@ -85,10 +85,10 @@
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15", "@types/lodash": "^4.17.15",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^22.13.4", "@types/node": "^22.13.5",
"@types/react": "^19.0.8", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.23.0", "@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0", "@typescript-eslint/parser": "^8.25.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-714736e-20250131", "babel-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
@ -103,8 +103,8 @@
"postcss": "^8.5.3", "postcss": "^8.5.3",
"prettier": "^3.5.2", "prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11", "prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.3.1", "prisma": "^6.4.1",
"tailwindcss": "^3.4.16", "tailwindcss": "^4.0.9",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.7.3" "typescript": "^5.7.3"
}, },

685
yarn.lock

File diff suppressed because it is too large Load diff