mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Update webpack example dependencies
This commit is contained in:
parent
d19261db23
commit
55f0bb3471
@ -1,21 +1,21 @@
|
||||
{
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"assert": "^2.0.0",
|
||||
"assert": "^2.1.0",
|
||||
"brace": "^0.11.1",
|
||||
"browserify-zlib": "^0.2.0",
|
||||
"buffer": "^6.0.3",
|
||||
"pdfkit": "^0.12.3",
|
||||
"pdfkit": "^0.15.0",
|
||||
"process": "^0.11.10",
|
||||
"readable-stream": "^3.6.0",
|
||||
"util": "^0.12.4"
|
||||
"readable-stream": "^4.5.2",
|
||||
"util": "^0.12.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"brfs": "^2.0.2",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
"transform-loader": "^0.2.4",
|
||||
"webpack": "^5.44.0",
|
||||
"webpack-cli": "^4.7.2"
|
||||
"webpack": "^5.91.0",
|
||||
"webpack-cli": "^5.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "webpack --mode development",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user