Skip to content

Commit

Permalink
chore(deps): update dependency react-dom to ^18.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 634f76f commit 1c4cb6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"react-dom": "^18.3.1",
"next": "14.2.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-dom": "^18.3.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"tslib": "^2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 1c4cb6f

Please sign in to comment.