From f0cda44b1aa7c425d853fd40cffb06940b281665 Mon Sep 17 00:00:00 2001 From: rharkor Date: Tue, 12 Sep 2023 15:05:37 +0200 Subject: [PATCH] refactor: nextjs version --- README.md | 1 - package-lock.json | 6 +++--- package.json | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5113080c..4105c373 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 479896d2..e60bb457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,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", @@ -58,7 +58,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", @@ -4067,7 +4066,8 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz", "integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=8.0.0" } diff --git a/package.json b/package.json index 1ef4f236..a72a50bf 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",