Skip to content

Commit

Permalink
Updating the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkj committed Oct 18, 2024
1 parent a2da4f6 commit 7604aa6
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 62 deletions.
63 changes: 15 additions & 48 deletions csa-app/frontend/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 csa-app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ts-node": "~10.9.1",
"tslint": "~6.1.0",
"typescript": "~4.9.4",
"webpack": "~5.82"
"webpack": ">=5.94.0"
},
"overrides": {
"d3": {
Expand Down
20 changes: 10 additions & 10 deletions csa-app/frontend/resources/web-site.go

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

2 changes: 1 addition & 1 deletion csa-app/model/BinBootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package model

//Created By BootstrapBinsTemplate.txt found under go/resources folder
//Created @ 2024-10-18 09:56:47.807337 -0500 CDT m=+0.750657721
//Created @ 2024-10-18 10:32:29.65452 -0500 CDT m=+0.604860137

func BootstrapBins() []Bin {
var BootstrapBins = []Bin{
Expand Down
2 changes: 1 addition & 1 deletion csa-app/model/Bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package model

//Created By BootstrapRulesTemplate.txt found under go/resources folder
//Created @ 2024-10-18 09:56:47.385226 -0500 CDT m=+0.328520371
//Created @ 2024-10-18 10:32:29.365298 -0500 CDT m=+0.315640142

func BootstrapRules() []Rule {
var BootstrapRules = []Rule{
Expand Down
2 changes: 1 addition & 1 deletion csa-app/model/ScoringModelBootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package model

//Created By BootstrapScoringModelsTemplate.txt found under go/resources folder
//Created @ 2024-10-18 09:56:47.786082 -0500 CDT m=+0.729401441
//Created @ 2024-10-18 10:32:29.641326 -0500 CDT m=+0.591666917

func BootstrapModels() []ScoringModel {
var BootstrapModels = []ScoringModel{
Expand Down

0 comments on commit 7604aa6

Please sign in to comment.