Skip to content

Commit 68b4363

Browse files
authored
Chore: Release 10.5.3 (#3664)
* chore(dev): release 10.5.2 (#3586) * chore: remove tryIt staging and production deployment jobs (#3660) * chore: update @babel/plugin-proposal-private-property-in-object dependency (#3666) * chore(release): 10.5.3
1 parent fbd9ec2 commit 68b4363

File tree

3 files changed

+61
-51
lines changed

3 files changed

+61
-51
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: 54 additions & 45 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"ajv-keywords": "5.1.0",
2626
"apg-js": "4.3.0",
2727
"babel-loader": "9.2.1",
28-
"babel-preset-react-app": "10.0.1",
2928
"bfj": "9.1.2",
3029
"bootstrap": "5.3.3",
3130
"case-sensitive-paths-webpack-plugin": "2.4.0",
@@ -91,7 +90,7 @@
9190
],
9291
"devDependencies": {
9392
"@axe-core/playwright": "4.10.1",
94-
"@eslint/js": "^9.20.0",
93+
"@eslint/js": "9.20.0",
9594
"@playwright/test": "1.50.1",
9695
"@types/chromedriver": "81.0.1",
9796
"@types/isomorphic-fetch": "0.0.39",
@@ -109,9 +108,9 @@
109108
"acorn": "8.12.1",
110109
"babel-jest": "29.7.0",
111110
"chromedriver": "133.0.0",
112-
"eslint": "^8.57.1",
113-
"eslint-plugin-react": "^7.37.4",
114-
"globals": "^16.0.0",
111+
"eslint": "8.57.1",
112+
"eslint-plugin-react": "7.37.4",
113+
"globals": "16.0.0",
115114
"html-webpack-plugin": "5.6.3",
116115
"jest": "29.7.0",
117116
"jest-canvas-mock": "2.5.2",
@@ -127,7 +126,7 @@
127126
"selenium-webdriver": "4.28.1",
128127
"start-server-and-test": "2.0.10",
129128
"ts-jest": "29.2.5",
130-
"typescript-eslint": "^8.24.1"
129+
"typescript-eslint": "8.24.1"
131130
},
132131
"jestSonar": {
133132
"reportPath": "reports",

0 commit comments

Comments
 (0)