diff --git a/package-lock.json b/package-lock.json index d11ae5a..a701270 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "lucide-react": "^0.379.0", "next": "^13.0.6", - "nextra": "latest", - "nextra-theme-docs": "latest", + "nextra": "*", + "nextra-theme-docs": "*", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -21,7 +21,7 @@ "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "tailwindcss": "^3.4.3", - "typescript": "^4.9.3" + "typescript": "^5.4.5" } }, "node_modules/@alloc/quick-lru": { @@ -5935,16 +5935,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unified": { diff --git a/package.json b/package.json index af352d1..bb148d6 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "tailwindcss": "^3.4.3", - "typescript": "^4.9.3" + "typescript": "^5.4.5" } }