From a6d6653fd621c67632681259e41f10073c65c5fe Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 26 Jan 2024 21:18:02 -0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=98=B4=20chore:=20build=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a59a033..173ff24 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "@mantine/tiptap": "^5.10.0", "@tabler/icons": "^1.119.0", "@tabler/icons-react": "^2.45.0", - "@testing-library/react": "^14.1.2", "@tiptap/extension-link": "^2.0.0-beta.209", "@tiptap/react": "^2.0.0-beta.209", "@tiptap/starter-kit": "^2.0.0-beta.209", @@ -53,7 +52,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@testing-library/react-hooks": "^8.0.1", + "@testing-library/react": "^14.1.2", "@types/jest": "^29.5.11", "@types/node": "18.11.3", "@types/react": "18.0.21", From 0e045f6e60502a568b9ffa31f4027983dbea41b8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 26 Jan 2024 21:28:30 -0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=98=B4=20chore:=20added=20tsconfig.js?= =?UTF-8?q?on=20to=20format=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 173ff24..a917a09 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "next start", "test": "jest --env=jsdom", "preview": "next start --port 3001", - "format": "prettier --write \"components/**/*.{js,jsx,ts,tsx}\" \"hooks/**/*.{js,jsx,ts,tsx}\" \"pages/**/*.{js,jsx,ts,tsx}\" \"utils/**/*.{js,jsx,ts,tsx}\" \"icons/**/*.{js,jsx,ts,tsx}\" .eslintrc.yml next.config.js package.json postcss.config.js prettier.config.js README.md tailwind.config.js", + "format": "prettier --write \"components/**/*.{js,jsx,ts,tsx}\" \"hooks/**/*.{js,jsx,ts,tsx}\" \"pages/**/*.{js,jsx,ts,tsx}\" \"utils/**/*.{js,jsx,ts,tsx}\" \"icons/**/*.{js,jsx,ts,tsx}\" .eslintrc.yml next.config.js package.json postcss.config.js prettier.config.js README.md tailwind.config.js tsconfig.json", "check-format": "prettier --check .", "type-check": "tsc --project tsconfig.json --pretty --noEmit && echo", "lint": "eslint --ext .ts,.tsx --max-warnings 0 .",