mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-29 04:39:12 +00:00
Merge branch 'main' into dependabot/npm_and_yarn/lucide-react-0.242.0
This commit is contained in:
commit
8ca0808455
13 changed files with 879 additions and 160 deletions
12
package.json
12
package.json
|
@ -13,12 +13,12 @@
|
|||
"lint": "next lint",
|
||||
"preview": "next build && next start",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
|
||||
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
|
||||
"format:write": "prettier . --write --cache",
|
||||
"format:check": "prettier . --check --cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/clerk-react": "^4.18.0",
|
||||
"@clerk/nextjs": "^4.19.0",
|
||||
"@clerk/clerk-react": "^4.19.0",
|
||||
"@clerk/nextjs": "^4.20.0",
|
||||
"@radix-ui/react-avatar": "^1.0.3",
|
||||
"@radix-ui/react-dialog": "^1.0.4",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
||||
|
@ -30,8 +30,8 @@
|
|||
"class-variance-authority": "^0.6.0",
|
||||
"clsx": "^1.2.1",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-next": "13.4.4",
|
||||
"lucide-react": "^0.242.0",
|
||||
"eslint-config-next": "13.4.5",
|
||||
"next": "13.4.4",
|
||||
"next-themes": "^0.2.1",
|
||||
"react": "18.2.0",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"devDependencies": {
|
||||
"@types/aos": "^3.0.4",
|
||||
"@types/node": "^20.2.5",
|
||||
"@types/react": "^18.2.9",
|
||||
"@types/react": "^18.2.11",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"depcheck": "^1.4.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue