Skip to content

Commit

Permalink
Update webpack to use compatible SSL versioning - might still need to…
Browse files Browse the repository at this point in the history
… override internal terser
  • Loading branch information
kglovern committed May 9, 2024
1 parent 8b4b8a3 commit 67880d4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"text-table": "~0.2.0",
"transform-loader": "~0.2.4",
"url-loader": "~1.1.2",
"webpack": "~4.30.0",
"webpack": "~4.47.0",
"webpack-cli": "~3.3.1",
"webpack-dev-middleware": "~3.6.2",
"webpack-dev-server": "~3.3.1",
Expand All @@ -425,7 +425,10 @@
"@react-pdf/stylesheet": "4.1.8",
"@react-pdf/textkit": "4.2.0",
"@react-pdf/types": "2.3.4",
"@react-pdf/yoga": "4.1.2"
"@react-pdf/yoga": "4.1.2",
"webpack@4.47.0": {
"terser-webpack-plugin": "^4.2.3"
}
},
"resolutions": {
"@react-pdf/fns": "2.0.1",
Expand All @@ -440,6 +443,7 @@
"@react-pdf/stylesheet": "4.1.8",
"@react-pdf/textkit": "4.2.0",
"@react-pdf/types": "2.3.4",
"@react-pdf/yoga": "4.1.2"
"@react-pdf/yoga": "4.1.2",
"webpack@npm:4.47.0/terser-webpack-plugin": "^4.2.3"
}
}

0 comments on commit 67880d4

Please sign in to comment.