Skip to content

Commit

Permalink
refactor: nextjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Sep 12, 2023
1 parent 1a0e781 commit f0cda44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ With this template, you get all the awesomeness you need:
- 📊 **[Bundle analyzer plugin](https://www.npmjs.com/package/@next/bundle-analyzer)** - Keep an eye on your bundle size
- 🧪 **[Jest](https://jestjs.io/)** and **[React Testing Library](https://testing-library.com/react)** - For rock-solid unit and integration tests
- 📝 **[Conventional commits git hook](https://www.conventionalcommits.org/)** - Keep your commit history neat and tidy
- 🔍 **[Observability](https://opentelemetry.io/)** - Open Telemetry integration for seamless monitoring
- 🎯 **[Absolute imports](https://nextjs.org/docs/advanced-features/module-path-aliases)** - No more spaghetti imports
- ⚕️ **[Health checks](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)** - Kubernetes-compatible for robust deployments
- 🧩 **[Radix UI](https://www.radix-ui.com/)** - Headless UI components for endless customization
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ioredis": "^5.3.2",
"lucide-react": "^0.263.0",
"negotiator": "^0.6.3",
"next": "^13.4.13",
"next": "^13.4.19",
"next-auth": "^4.22.5",
"next-compose-plugins": "^2.2.1",
"next-themes": "^0.2.1",
Expand All @@ -71,7 +71,6 @@
"devDependencies": {
"@babel/core": "^7.22.17",
"@jest/globals": "^29.7.0",
"@opentelemetry/api": "^1.4.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@total-typescript/ts-reset": "^0.5.0",
Expand Down

0 comments on commit f0cda44

Please sign in to comment.