Skip to content

Commit

Permalink
Merge pull request #3756 from udecode/feat/templates-40
Browse files Browse the repository at this point in the history
Templates v40
  • Loading branch information
zbeyens committed Nov 11, 2024
1 parent a9f9dd1 commit bb23cbd
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 275 deletions.
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"prefix": ""
},
"tsx": true
}
}
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,39 @@
},
"dependencies": {
"@udecode/cn": "^39.0.0",
"@udecode/plate-basic-elements": "^39.0.0",
"@udecode/plate-basic-marks": "^39.0.0",
"@udecode/plate-common": "^39.2.21",
"@udecode/plate-basic-elements": "^40.0.0",
"@udecode/plate-basic-marks": "^40.0.0",
"@udecode/plate-common": "^40.0.0",
"class-variance-authority": "0.7.0",
"clsx": "^2.1.1",
"lucide-react": "0.454.0",
"next": "^15.0.2",
"lucide-react": "0.456.0",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"slate": "^0.110.2",
"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",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/parser": "^8.14.0",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "15.0.2",
"eslint-config-next": "15.0.3",
"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.45",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"tailwindcss": "^3.4.14",
Expand Down
Loading

0 comments on commit bb23cbd

Please sign in to comment.