-
Notifications
You must be signed in to change notification settings - Fork 1
refactor web v2 #255
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
base: feature/web-v2
Are you sure you want to change the base?
refactor web v2 #255
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [textlint-fix] reported by reviewdog 🐶 Lines 1363 to 1372 in 99b067e
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [textlint-fix] reported by reviewdog 🐶 Lines 1424 to 1439 in 99b067e
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [textlint-fix] reported by reviewdog 🐶 Lines 1479 to 1487 in 99b067e
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [textlint-fix] reported by reviewdog 🐶 Lines 1497 to 1511 in 99b067e
|
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -11,30 +11,30 @@ | |||||||||||||
| "dependencies": { | ||||||||||||||
| "@mdx-js/loader": "^3.1.0", | ||||||||||||||
| "@mdx-js/react": "^3.1.0", | ||||||||||||||
| "@next/mdx": "^15.0.3", | ||||||||||||||
| "@radix-ui/react-navigation-menu": "^1.2.3", | ||||||||||||||
| "@next/mdx": "^15.3.0", | ||||||||||||||
| "@radix-ui/react-navigation-menu": "^1.2.6", | ||||||||||||||
| "@radix-ui/react-slot": "^1.1.1", | ||||||||||||||
| "@types/mdx": "^2.0.13", | ||||||||||||||
| "class-variance-authority": "^0.7.0", | ||||||||||||||
| "class-variance-authority": "^0.7.1", | ||||||||||||||
| "clsx": "^2.1.1", | ||||||||||||||
| "lucide-react": "^0.460.0", | ||||||||||||||
| "next": "15.0.3", | ||||||||||||||
| "next-themes": "^0.4.6", | ||||||||||||||
| "react": "^18.2.0", | ||||||||||||||
| "react-dom": "^18.2.0", | ||||||||||||||
| "react-icons": "^5.4.0", | ||||||||||||||
| "remark-gfm": "^4.0.0", | ||||||||||||||
| "tailwind-merge": "^2.5.4", | ||||||||||||||
| "react": "^18.3.1", | ||||||||||||||
| "react-dom": "^18.3.1", | ||||||||||||||
| "react-icons": "^5.5.0", | ||||||||||||||
| "remark-gfm": "^4.0.1", | ||||||||||||||
| "tailwind-merge": "^2.6.0", | ||||||||||||||
| "tailwindcss-animate": "^1.0.7" | ||||||||||||||
| }, | ||||||||||||||
| "devDependencies": { | ||||||||||||||
| "@types/node": "^20", | ||||||||||||||
| "@types/react": "^18", | ||||||||||||||
| "@types/react-dom": "^18", | ||||||||||||||
| "eslint": "^8", | ||||||||||||||
| "@types/node": "^20.17.30", | ||||||||||||||
| "@types/react": "^18.3.20", | ||||||||||||||
| "@types/react-dom": "^18.3.6", | ||||||||||||||
| "eslint": "^8.57.1", | ||||||||||||||
| "eslint-config-next": "15.0.3", | ||||||||||||||
| "postcss": "^8", | ||||||||||||||
| "tailwindcss": "^3.4.1", | ||||||||||||||
| "typescript": "^5" | ||||||||||||||
| "postcss": "^8.5.3", | ||||||||||||||
| "tailwindcss": "^3.4.17", | ||||||||||||||
| "typescript": "^5.8.3" | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [textlint-fix] reported by reviewdog 🐶
Suggested change
|
||||||||||||||
| } | ||||||||||||||
| } | ||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
web/package-lock.json
Lines 1323 to 1332 in 99b067e