Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinatzo committed Apr 25, 2023
1 parent 07f8a63 commit 1ef7351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/abstract-document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abstract-document",
"version": "6.9.6",
"version": "6.10.0",
"description": "Dynamically create documents using code or JSX and render to any format",
"repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-document",
"main": "lib/index.js",
Expand All @@ -19,14 +19,14 @@
"base64-js": "^1.2.0",
"blob-stream": "^0.1.3",
"docx": "^6.0.3",
"fast-xml-parser": "^4.1.2",
"pdfkit": "^0.12.3",
"ramda": "^0.22.1",
"remark-parse": "^6.0.3",
"remark-sub-super": "^1.0.19",
"svg-to-pdfkit": "^0.1.8",
"ts-exhaustive-check": "^1.0.0",
"unified": "^6.1.6",
"fast-xml-parser": "^4.1.2"
"unified": "^6.1.6"
},
"devDependencies": {
"@types/base64-js": "^1.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/abstract-visuals-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "abstract-visuals-example",
"version": "4.5.7",
"version": "4.6.0",
"description": "abstract-visuals-example",
"repository": "https://github.com/dividab/abstract-visuals",
"main": "lib/index.js",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@babel/polyfill": "^7.0.0",
"abstract-chart": "^3.2.3",
"abstract-document": "^6.9.6",
"abstract-document": "^6.10.0",
"abstract-image": "^3.3.2",
"base64-js": "^1.2.0",
"react": "^16.12.0",
Expand Down

0 comments on commit 1ef7351

Please sign in to comment.