Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.0.x' into candidate-…
Browse files Browse the repository at this point in the history
…9.2.x
  • Loading branch information
GordonSmith committed Nov 24, 2023
2 parents e09e412 + e670c7d commit 2e1c3bb
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 71 deletions.
3 changes: 0 additions & 3 deletions esp/src/eclwatch/css/hpcc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1703,9 +1703,6 @@ table.miniSelect span {
}

.dijitToasterError,
.dijitToasterFatal {
font-weight: bold;
color: #fff;
.dijitToasterFatal {
font-weight: bold;
color: #fff;
Expand Down
135 changes: 70 additions & 65 deletions esp/src/package-lock.json

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

4 changes: 2 additions & 2 deletions esp/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"tslib": "2.5.3",
"typescript": "4.9.5",
"url-loader": "4.1.1",
"webpack": "5.86.0",
"webpack-cli": "4.10.0"
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
"author": "HPCC Systems",
"license": "Apache-2.0",
Expand Down
1 change: 0 additions & 1 deletion esp/src/src-react/hooks/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export const fetchLatestReleases = (): Promise<Releases> => {
return releasesPromise;
};


export function useModernMode(): {
modernMode: string;
setModernMode: (value: string) => void;
Expand Down

0 comments on commit 2e1c3bb

Please sign in to comment.