Skip to content

Commit

Permalink
update demo version (#391)
Browse files Browse the repository at this point in the history
* update pnpm lock

* update demo version
  • Loading branch information
m-Ryan authored Apr 19, 2024
1 parent a67e242 commit b074fff
Show file tree
Hide file tree
Showing 2 changed files with 3,390 additions and 5 deletions.
11 changes: 6 additions & 5 deletions nextjs-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dev": "next",
"build": "npx prisma generate && next build",
"start": "next start",
"update": "pnpm add easy-email-core@latest easy-email-editor@latest easy-email-extensions@latest easy-email-localization@latest",
"db:up": "docker-compose up -d",
"db:down": "docker-compose down"
},
Expand All @@ -29,10 +30,10 @@
"browser-image-compression": "^2.0.2",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"easy-email-core": "^4.12.2",
"easy-email-editor": "^4.12.2",
"easy-email-extensions": "^4.14.1",
"easy-email-localization": "^4.14.0",
"easy-email-core": "^4.16.0",
"easy-email-editor": "^4.16.0",
"easy-email-extensions": "^4.16.0",
"easy-email-localization": "^4.15.0",
"file-saver": "^2.0.5",
"final-form": "^4.20.10",
"html2canvas": "^1.4.1",
Expand Down Expand Up @@ -63,4 +64,4 @@
"ts-node": "10.7.0",
"typescript": "4.6.3"
}
}
}
Loading

0 comments on commit b074fff

Please sign in to comment.