diff --git a/package.json b/package.json index a59a033..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 .", @@ -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",