Skip to content

Commit

Permalink
release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Mar 22, 2024
1 parent 35118f9 commit 564367c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-server",
"version": "4.2.3",
"version": "4.3.0",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -10,24 +10,24 @@
"test": "mocha test --timeout 15000"
},
"dependencies": {
"@jsreport/jsreport-docker-workers": "3.8.0",
"@jsreport/jsreport-docxtemplater": "4.0.1",
"@jsreport/jsreport-docker-workers": "4.0.0",
"@jsreport/jsreport-docxtemplater": "4.1.0",
"@jsreport/jsreport-ejs": "4.0.0",
"@jsreport/jsreport-electron-pdf": "5.0.0",
"@jsreport/jsreport-html-embedded-in-docx": "4.0.1",
"@jsreport/jsreport-html-to-text": "4.0.0",
"@jsreport/jsreport-electron-pdf": "5.1.0",
"@jsreport/jsreport-html-embedded-in-docx": "4.1.0",
"@jsreport/jsreport-html-to-text": "4.1.0",
"@jsreport/jsreport-mongodb-store": "4.0.0",
"@jsreport/jsreport-office-password": "4.0.0",
"@jsreport/jsreport-phantom-image": "4.0.0",
"@jsreport/jsreport-phantom-pdf": "4.0.0",
"@jsreport/jsreport-office-password": "4.1.0",
"@jsreport/jsreport-phantom-image": "4.1.0",
"@jsreport/jsreport-phantom-pdf": "4.1.0",
"@jsreport/jsreport-pug": "5.0.0",
"@jsreport/jsreport-unoconv": "4.0.0",
"@jsreport/jsreport-wkhtmltopdf": "4.0.0",
"@jsreport/jsreport-unoconv": "4.1.0",
"@jsreport/jsreport-wkhtmltopdf": "4.1.0",
"cheerio-page-eval": "1.0.0",
"client-sessions": "0.8.0",
"connect-ensure-login": "0.1.1",
"ip": "1.1.5",
"jsreport": "4.2.0",
"jsreport": "4.3.0",
"lodash.debounce": "4.0.8",
"mongodb": "5.1.0",
"morgan": "1.10.0",
Expand Down

0 comments on commit 564367c

Please sign in to comment.