From 934428aba4cd202cc2d0dde378173de93bd60960 Mon Sep 17 00:00:00 2001 From: delivan Date: Thu, 1 Dec 2022 00:04:47 +0900 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d6ba71..a5da747 100644 --- a/package.json +++ b/package.json @@ -10,18 +10,17 @@ "lint": "next lint" }, "dependencies": { - "@types/node": "18.11.9", - "@types/react": "18.0.25", - "@types/react-dom": "18.0.9", "next": "13.0.5", "react": "18.2.0", "react-dom": "18.2.0", "twitter-api-sdk": "^1.2.1", - "typescript": "4.9.3" }, "devDependencies": { "@next/eslint-plugin-next": "^13.0.5", "@types/eslint": "^8.4.10", + "@types/node": "18.11.9", + "@types/react": "18.0.25", + "@types/react-dom": "18.0.9", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "eslint": "8.28.0", @@ -34,6 +33,7 @@ "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-unicorn": "^45.0.1", - "prettier": "^2.8.0" + "prettier": "^2.8.0", + "typescript": "4.9.3" } }