Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - abstract-sheet@0.0.4
 - abstract-visuals-example@9.6.10
  • Loading branch information
Kinatzo committed Nov 25, 2024
1 parent 004631b commit 80f37c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions packages/abstract-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abstract-sheet",
"version": "0.0.3",
"version": "0.0.4",
"description": "Abstract sheet",
"author": "Divid AB <info@divid.se>",
"repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-sheet",
Expand All @@ -17,15 +17,15 @@
"dependencies": {
"fast-xml-parser": "^4.5.0",
"mustache": "^4.2.0",
"ts-exhaustive-check": "^1.0.0",
"xlsx-js-style": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"ts-exhaustive-check": "^1.0.0",
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {
"@types/mustache": "^4.2.5",
"@types/xml": "^1.0.11",
"@types/react": "18.3.12",
"@types/react-dom": "^18.3.0"
"@types/react-dom": "^18.3.0",
"@types/xml": "^1.0.11"
}
}
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": "9.6.9",
"version": "9.6.10",
"description": "abstract-visuals-example",
"repository": "https://github.com/dividab/abstract-visuals",
"main": "lib/index.js",
Expand All @@ -21,7 +21,7 @@
"abstract-chart": "^8.2.1",
"abstract-document": "^12.0.8",
"abstract-image": "^8.3.1",
"abstract-sheet": "^0.0.3",
"abstract-sheet": "^0.0.4",
"base64-js": "^1.5.1",
"file-saver": "^2.0.5",
"react": "^18.3.1",
Expand Down

0 comments on commit 80f37c8

Please # to comment.