Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peer Dependency Build Fix #22

Merged
merged 2 commits into from
Jan 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand All @@ -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",
Expand All @@ -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",
Expand Down