Skip to content

Commit

Permalink
Merge branch 'ci/templates'
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Nov 1, 2024
1 parent 99743a7 commit 9864326
Show file tree
Hide file tree
Showing 4 changed files with 1,122 additions and 502 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,48 +9,50 @@
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"sync": "tsx --tsconfig ./scripts/tsconfig.scripts.json scripts/sync.mts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@udecode/cn": "^39.0.0",
"@udecode/plate-common": "^39.1.8",
"@udecode/plate-selection": "^39.1.4",
"@udecode/plate-common": "39.2.20",
"@udecode/plate-selection": "39.2.12",
"class-variance-authority": "0.7.0",
"clsx": "^2.1.1",
"eslint-plugin-prettier": "^5.2.1",
"lucide-react": "0.452.0",
"next": "^14.2.15",
"lucide-react": "0.454.0",
"next": "^15.0.2",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"slate": "0.103.0",
"slate-history": "0.109.0",
"slate": "0.110.2",
"slate-history": "0.110.3",
"slate-hyperscript": "0.100.0",
"slate-react": "0.110.1",
"slate-react": "0.110.3",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.9.0",
"@typescript-eslint/parser": "^8.12.2",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.15",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unused-imports": "^4.1.3",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.1",
"typescript": "5.6.3"
},
"packageManager": "[email protected]",
Expand All @@ -65,4 +67,4 @@
]
}
}
}
}
Loading

0 comments on commit 9864326

Please sign in to comment.