From b985a42e17ba930ab88cdfa5db8cf3f9338c4348 Mon Sep 17 00:00:00 2001 From: milliorn Date: Tue, 9 Jan 2024 23:03:14 -0800 Subject: [PATCH] Update TypeScript version to 4.9.5 --- package-lock.json | 16 ++++++++-------- package.json | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34a98ea..a0cadf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "gh-pages": "6.0.0", "postcss": "8.4.31", "tailwindcss": "3.3.5", - "typescript": "^5.3.2" + "typescript": "^4.9.5" } }, "node_modules/@alloc/quick-lru": { @@ -15513,15 +15513,15 @@ } }, "node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=14.17" + "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { @@ -27538,9 +27538,9 @@ } }, "typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/package.json b/package.json index 01aa5e4..3d940ea 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ "react", "tailwind" ], - "homepage": "http://milliorn.github.io/Landing-Page", + "homepage": "http://milliorn.github.io/landing-page", "bugs": { "email": "scottmilliorn@gmail.com", - "url": "https://github.com/milliorn/Landing-Page/issues" + "url": "https://github.com/milliorn/landing-page/issues" }, "license": "MIT", "author": { @@ -25,7 +25,7 @@ "repository": { "repository": { "type": "git", - "url": "https://github.com/milliorn/React-Tailwind-Landing-Page.git" + "url": "https://github.com/milliorn/landing-page.git" } }, "private": true, @@ -69,6 +69,6 @@ "gh-pages": "6.0.0", "postcss": "8.4.31", "tailwindcss": "3.3.5", - "typescript": "^5.3.2" + "typescript": "^4.9.5" } -} +} \ No newline at end of file