Skip to content

Commit 705efc2

Browse files
chore(deps): bump react from 18.2.0 to 18.3.1
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.2.0 to 18.3.1. - [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/v18.3.1/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5f2b58 commit 705efc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint-staged": "^15.2.5",
2222
"prettier": "^3.3.1",
2323
"pretty-quick": "^4.0.0",
24-
"react": "~18.2.0",
24+
"react": "~18.3.1",
2525
"react-dom": "~18.2.0",
2626
"source-map-explorer": "^2.5.3",
2727
"ts-node": "^10.9.1",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@wcj/dark-mode": "^1.0.13",
1212
"monaco-editor-nginx": "2.0.1",
13-
"react": "~18.2.0",
13+
"react": "~18.3.1",
1414
"react-dom": "~18.2.0"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)