Skip to content

Commit

Permalink
build(deps-dev): Bump typescript from 5.7.3 to 5.8.2 in /item-counter…
Browse files Browse the repository at this point in the history
…-spe (#1358)

Also typescript-eslint
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent ca9fa9b commit a5d856d
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 57 deletions.
107 changes: 54 additions & 53 deletions item-counter-spe/package-lock.json

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

6 changes: 3 additions & 3 deletions item-counter-spe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@types/debug": "^4.1.7",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
Expand All @@ -58,7 +58,7 @@
"style-loader": "^4.0.0",
"tailwindcss": "^4.0.8",
"ts-loader": "^9.5.2",
"typescript": "~5.7",
"typescript": "~5.8",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion item-counter-spe/src/infra/graphHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Client } from "@microsoft/microsoft-graph-client";
import {
AuthCodeMSALBrowserAuthenticationProvider,
AuthCodeMSALBrowserAuthenticationProviderOptions,
} from "@microsoft/microsoft-graph-client/authProviders/authCodeMsalBrowser";
} from "@microsoft/microsoft-graph-client/authProviders/authCodeMsalBrowser/index.js";
import { Site } from "@microsoft/microsoft-graph-types";

export interface FileStorageContainer {
Expand Down

0 comments on commit a5d856d

Please sign in to comment.