Skip to content

Commit f0b625e

Browse files
committed
Update package.json and package-lock.json to include @types/node version 22.13.5 and remove outdated references
1 parent 60d8b92 commit f0b625e

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

ui/package-lock.json

Lines changed: 35 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"@types/lodash.isempty": "^4.4.7",
8686
"@types/lodash.isequal": "^4.5.6",
8787
"@types/lodash.sortby": "^4.7.7",
88+
"@types/node": "^22.13.5",
8889
"@types/react": "^18.3.12",
8990
"@types/react-dom": "^18.3.1",
9091
"@types/react-redux": "^7.1.25",

ui/src/tests/mocks/localStorage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export class LocalStorageMock {
1212
};
1313
}
1414
export const setupMock = () => {
15-
// @ts-expect-error - FIXME when you are working on it
1615
if (typeof global._localStorage !== 'undefined') {
1716
// Special case where `jsdom` sets localStorage and we can't overwrite it
1817
// See: https://github.com/jsdom/jsdom/commit/4d26c6773f011205d9c703cc5988e7c117efea31#diff-9b8fab691c00b9e5380b19ce882f3271R1

0 commit comments

Comments
 (0)