Skip to content

Commit

Permalink
chore: up deps (#104)
Browse files Browse the repository at this point in the history
* chore: up deps

* chore: up deps and rm pnpm overrides
  • Loading branch information
uigywnkiub authored Jan 20, 2025
1 parent eaa1c0d commit 58d20a9
Show file tree
Hide file tree
Showing 2 changed files with 1,343 additions and 1,269 deletions.
20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@auth/core": "^0.37.4",
"@ducanh2912/next-pwa": "^10.2.9",
"@google/generative-ai": "^0.21.0",
"@heroui/react": "2.6.13",
"@heroui/react": "2.6.14",
"@internationalized/date": "3.6.0",
"@next/third-parties": "15.1.5",
"@sentry/nextjs": "^8.50.0",
Expand Down Expand Up @@ -69,22 +69,22 @@
"@testing-library/react": "^16.2.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/node": "^22.10.7",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.2",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.5",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"knip": "^5.42.2",
"lint-staged": "^15.4.1",
"postcss": "^8.5.1",
Expand All @@ -93,7 +93,7 @@
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"vitest": "^3.0.2",
"webpack": "^5.97.1"
},
"license": "MIT",
Expand Down Expand Up @@ -150,12 +150,6 @@
"pnpm": ">=9"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
},
"overrides": {
"react-is": "19.0.0"
}
Expand Down
Loading

0 comments on commit 58d20a9

Please sign in to comment.