Skip to content

Commit 9ae18b2

Browse files
chore(deps): bump the npm-minor-patch group
Bumps the npm-minor-patch group in /javascript/voice-live-trader-demo with 4 updates: [next](https://github.com/vercel/next.js), [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 16.1.0 to 16.2.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.1.0...v16.2.3) Updates `react` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) Updates `react-dom` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom) Updates `eslint-config-next` from 16.2.2 to 16.2.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: eslint-config-next dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa856ee commit 9ae18b2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

javascript/voice-live-trader-demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"dependencies": {
1212
"@azure/ai-voicelive": "^1.0.0-beta.1",
1313
"@azure/core-auth": "^1.9.0",
14-
"next": "16.1.0",
15-
"react": "19.2.4",
16-
"react-dom": "19.2.4"
14+
"next": "16.2.3",
15+
"react": "19.2.5",
16+
"react-dom": "19.2.5"
1717
},
1818
"devDependencies": {
1919
"@tailwindcss/postcss": "^4",
2020
"@types/node": "^25",
2121
"@types/react": "^19",
2222
"@types/react-dom": "^19",
2323
"eslint": "^9",
24-
"eslint-config-next": "16.2.2",
24+
"eslint-config-next": "16.2.3",
2525
"tailwindcss": "^4",
2626
"typescript": "^5"
2727
}

0 commit comments

Comments
 (0)