Skip to content

Commit

Permalink
Merge pull request #3897 from udecode/migrate/41
Browse files Browse the repository at this point in the history
Templates upgrade
  • Loading branch information
zbeyens committed Dec 21, 2024
1 parent 90b9ad7 commit cb05146
Show file tree
Hide file tree
Showing 3 changed files with 1,169 additions and 657 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,45 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@udecode/cn": "^39.0.0",
"@udecode/plate-basic-elements": "^40.2.6",
"@udecode/plate-basic-marks": "^40.0.0",
"@udecode/plate-common": "^40.2.7",
"class-variance-authority": "0.7.0",
"@udecode/cn": "^40.2.8",
"@udecode/plate-basic-elements": "^41.0.0",
"@udecode/plate-basic-marks": "^41.0.0",
"@udecode/plate-common": "^41.0.2",
"class-variance-authority": "0.7.1",
"clsx": "^2.1.1",
"lucide-react": "0.456.0",
"next": "^15.0.3",
"lucide-react": "0.469.0",
"next": "^15.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"slate": "^0.112.0",
"slate-dom": "^0.111.0",
"slate-history": "^0.110.3",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.111.0",
"tailwind-merge": "2.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"slate-react": "^0.112.0",
"tailwind-merge": "2.5.5",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/parser": "^8.18.1",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unused-imports": "^4.1.3",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"tailwindcss": "^3.4.14",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
Loading

0 comments on commit cb05146

Please sign in to comment.