Skip to content

Commit

Permalink
Update lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Jan 6, 2025
1 parent ed729ef commit 0033bb7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions docs/examples/example-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/material-icons": "^1.23.1",
"@js-draw/pdf-support": "^1.23.1",
"js-draw": "^1.23.1",
"@js-draw/material-icons": "^1.26.0",
"@js-draw/pdf-support": "^1.26.0",
"js-draw": "^1.26.0",
"mupdf": "1.1.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.23.1"
"@js-draw/build-tool": "^1.26.0"
}
}
6 changes: 3 additions & 3 deletions packages/pdf-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/pdf-support",
"version": "1.24.0",
"version": "1.26.0",
"description": "PDF support for js-draw.",
"types": "./dist/mjs/lib.d.ts",
"main": "./dist/cjs/lib.js",
Expand Down Expand Up @@ -28,11 +28,11 @@
"build-translation-template": "build-tool build-translation-template"
},
"devDependencies": {
"@js-draw/build-tool": "^1.24.0",
"@js-draw/build-tool": "^1.26.0",
"@types/jest": "29.5.2"
},
"peerDependencies": {
"js-draw": "^1.24.0"
"js-draw": "^1.26.0"
},
"bugs": {
"url": "https://github.com/personalizedrefrigerator/js-draw/issues"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1286,10 +1286,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@js-draw/example-pdf@workspace:docs/examples/example-pdf"
dependencies:
"@js-draw/build-tool": "npm:^1.23.1"
"@js-draw/material-icons": "npm:^1.23.1"
"@js-draw/pdf-support": "npm:^1.23.1"
js-draw: "npm:^1.23.1"
"@js-draw/build-tool": "npm:^1.26.0"
"@js-draw/material-icons": "npm:^1.26.0"
"@js-draw/pdf-support": "npm:^1.26.0"
js-draw: "npm:^1.26.0"
mupdf: "npm:1.1.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1358,14 +1358,14 @@ __metadata:
languageName: unknown
linkType: soft

"@js-draw/pdf-support@npm:^1.23.1, @js-draw/pdf-support@workspace:packages/pdf-support":
"@js-draw/pdf-support@npm:^1.26.0, @js-draw/pdf-support@workspace:packages/pdf-support":
version: 0.0.0-use.local
resolution: "@js-draw/pdf-support@workspace:packages/pdf-support"
dependencies:
"@js-draw/build-tool": "npm:^1.24.0"
"@js-draw/build-tool": "npm:^1.26.0"
"@types/jest": "npm:29.5.2"
peerDependencies:
js-draw: ^1.24.0
js-draw: ^1.26.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 0033bb7

Please sign in to comment.