Skip to content

Commit

Permalink
lightning: upgrade webpack and other nodejs module version (#54692) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 30, 2024
1 parent cfd1d3a commit 97cfc5e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 59 deletions.
2 changes: 1 addition & 1 deletion lightning/pkg/web/res.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ import (
)

// Res is the web resources.
var Res http.FileSystem = http.Dir("br/web/dist")
var Res http.FileSystem = http.Dir("lightning/web/dist")
21 changes: 11 additions & 10 deletions lightning/pkg/web/res_vfsdata.go

Large diffs are not rendered by default.

56 changes: 9 additions & 47 deletions lightning/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lightning/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"html-webpack-plugin": "^5.1.0",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "^5.23.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.5.0"
}
}

0 comments on commit 97cfc5e

Please sign in to comment.