Skip to content

Commit 9123226

Browse files
authored
chore: Update to 10.5.3 (#3665)
1 parent daf45cd commit 9123226

File tree

4 files changed

+211
-8
lines changed

4 files changed

+211
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [10.5.3](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.2...v10.5.3) (2025-02-27)
6+
57
## [10.5.2](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.1...v10.5.2) (2025-02-26)
68

79

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
],
9191
"devDependencies": {
9292
"@axe-core/playwright": "4.10.1",
93-
"@eslint/js": "^9.20.0",
93+
"@eslint/js": "9.20.0",
9494
"@playwright/test": "1.50.1",
9595
"@types/chromedriver": "81.0.1",
9696
"@types/isomorphic-fetch": "0.0.39",
@@ -108,9 +108,9 @@
108108
"acorn": "8.12.1",
109109
"babel-jest": "29.7.0",
110110
"chromedriver": "133.0.0",
111-
"eslint": "^8.57.1",
112-
"eslint-plugin-react": "^7.37.4",
113-
"globals": "^16.0.0",
111+
"eslint": "8.57.1",
112+
"eslint-plugin-react": "7.37.4",
113+
"globals": "16.0.0",
114114
"html-webpack-plugin": "5.6.3",
115115
"jest": "29.7.0",
116116
"jest-canvas-mock": "2.5.2",
@@ -126,7 +126,7 @@
126126
"selenium-webdriver": "4.28.1",
127127
"start-server-and-test": "2.0.10",
128128
"ts-jest": "29.2.5",
129-
"typescript-eslint": "^8.24.1"
129+
"typescript-eslint": "8.24.1"
130130
},
131131
"jestSonar": {
132132
"reportPath": "reports",

src/app/views/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ import { changeTheme } from '../services/slices/theme.slice';
2828
import { parseSampleUrl } from '../utils/sample-url-generation';
2929
import { substituteTokens } from '../utils/token-helpers';
3030
import { translateMessage } from '../utils/translate-messages';
31-
import { StatusMessages, TermsOfUseMessage } from './app-sections';
31+
import { TermsOfUseMessage } from './app-sections';
3232
import { headerMessaging } from './app-sections/HeaderMessaging';
3333
import { appStyles } from './App.styles';
3434
import { classNames } from './classnames';
3535
import Notification from './common/banners/Notification';
3636
import { KeyboardCopyEvent } from './common/copy-button/KeyboardCopyEvent';
37+
import { StatusMessages } from './common/lazy-loader/component-registry';
3738
import PopupsWrapper from './common/popups/PopupsWrapper';
3839
import { createShareLink } from './common/share';
3940
import { MainHeader } from './main-header/MainHeader';

0 commit comments

Comments
 (0)