File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ tsconfig.json
44node_modules
55src
66dev
7- preview.png
7+ preview-light.png
8+ preview-dark.png
89
910.github
1011yarn.lock
Original file line number Diff line number Diff line change 11{
22 "name" : " payload-workflow" ,
33 "description" : " A workflow plugin for Payload CMS" ,
4- "version" : " 0.3.0 " ,
4+ "version" : " 0.3.1 " ,
55 "keywords" : [
66 " payload" ,
77 " cms" ,
2323 "build:tsc" : " tsc"
2424 },
2525 "peerDependencies" : {
26+ "i18next" : " ^22.5.0" ,
2627 "payload" : " ^2.0.0" ,
2728 "react" : " ^16.8.5 || ^17.0.0 || ^18.0.0" ,
2829 "react-dom" : " ^16.8.5 || ^17.0.0 || ^18.0.0" ,
29- "react-router-dom" : " ^5.0.0" ,
30- "react-router" : " ^5.0.0" ,
3130 "react-i18next" : " ^11.18.0" ,
32- "i18next" : " ^22.5.0"
31+ "react-router" : " ^5.0.0" ,
32+ "react-router-dom" : " ^5.0.0"
3333 },
3434 "devDependencies" : {
3535 "@types/react-beautiful-dnd" : " ^13.1.4" ,
You can’t perform that action at this time.
0 commit comments