Skip to content

Commit

Permalink
Bump react and @types/react in /src/vscode-bicep-ui
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.3.1 to 19.0.0
- [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.0.0/packages/react)

Updates `@types/react` from 18.3.12 to 19.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 85f50c6 commit f2f85c8
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 53 deletions.
4 changes: 2 additions & 2 deletions src/vscode-bicep-ui/apps/deploy-pane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/react": "^18.3.5",
"@types/react": "^19.0.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"@vscode-elements/webview-playground": "^1.3.0",
Expand All @@ -25,7 +25,7 @@
"@microsoft/vscode-azext-utils": "^2.5.12",
"@vscode-bicep-ui/components": "^0.0.0",
"@vscode-elements/react-elements": "^0.8.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1"
}
}
119 changes: 70 additions & 49 deletions src/vscode-bicep-ui/package-lock.json

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

2 changes: 1 addition & 1 deletion src/vscode-bicep-ui/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.12",
"@types/react": "^19.0.3",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion src/vscode-bicep-ui/packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.12",
"@types/react": "^19.0.3",
"@types/react-dom": "^18.3.1",
"@types/vscode-webview": "^1.57.5",
"@vitest/coverage-v8": "^2.1.8",
Expand Down

0 comments on commit f2f85c8

Please sign in to comment.