Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d935a83

Browse files
authoredJun 27, 2024··
Fix broken dependency (#661)
`webpack-dev-server` was accidentally bumped to a version that used webpack 5. This fixes that. Additionally, building works again so I can attach `dist` files to the release.
1 parent e5724a2 commit d935a83

File tree

2 files changed

+1978
-17051
lines changed

2 files changed

+1978
-17051
lines changed
 

‎package-lock.json

Lines changed: 1976 additions & 17049 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@submitty/pdf-annotate.js",
3-
"version": "24.6.4",
3+
"version": "24.6.5",
44
"description": "Annotation layer for pdf.js",
55
"main": "index.js",
66
"types": "types",
@@ -63,7 +63,7 @@
6363
"typescript": "^4.5.5",
6464
"webpack": "^4.34.0",
6565
"webpack-cli": "^4.7.2",
66-
"webpack-dev-server": "^5.0.4"
66+
"webpack-dev-server": "^4.15.0"
6767
},
6868
"peerDependencies": {
6969
"pdfjs-dist": "^4.2.67"

0 commit comments

Comments
 (0)
Please sign in to comment.