Skip to content

Commit

Permalink
chore: webpdfviewer build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 16, 2024
1 parent ee86275 commit 2f17b25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions webpdfviewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"start": "./node_modules/.bin/webpack serve --mode development"
},
"devDependencies": {
"@tsconfig/svelte": "5.0.4",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.1",
"ts-loader": "9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion webpdfviewer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../node_modules/@tsconfig/svelte/tsconfig.json",
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"declaration": false,
"declarationMap": false,
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2324,6 +2324,13 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/svelte@npm:5.0.4":
version: 5.0.4
resolution: "@tsconfig/svelte@npm:5.0.4"
checksum: 10/27b83fef6781cdc3bdee7737287d39a909b1e408e99512cfcb8a9b2ea78d5c6d98e43372c917b098692499a4aad3a151cbe6f994819d37a3f2973c46a30b38e4
languageName: node
linkType: hard

"@types/body-parser@npm:*":
version: 1.19.5
resolution: "@types/body-parser@npm:1.19.5"
Expand Down Expand Up @@ -13554,6 +13561,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "webpdfviewer@workspace:webpdfviewer"
dependencies:
"@tsconfig/svelte": "npm:5.0.4"
html-webpack-plugin: "npm:^5.6.0"
mini-css-extract-plugin: "npm:^2.9.1"
ts-loader: "npm:9.5.1"
Expand Down

0 comments on commit 2f17b25

Please sign in to comment.