Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent cfee7d9 commit 5efc699
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"@types/jest": "29.5.8",
"@types/node": "20.8.10",
"@types/node-fetch": "2.6.9",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/relay-runtime": "14.1.17",
"@types/selenium-webdriver": "4.1.20",
"@types/sharp": "0.31.1",
Expand Down Expand Up @@ -239,8 +239,8 @@
"@babel/parser": "7.23.3",
"@babel/types": "7.23.3",
"@babel/traverse": "7.23.3",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14"
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15"
},
"engines": {
"node": ">=16.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/next-swc/crates/next-core/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {
"@types/node": "^20.8.3",
"@types/platform": "^1.3.4",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vercel/ncc": "^0.38.0",
"find-up": "^6.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@
"@types/micromatch": "4.0.5",
"@types/path-to-regexp": "1.7.0",
"@types/platform": "1.3.6",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react-is": "18.2.4",
"@types/semver": "7.5.5",
"@types/send": "0.17.4",
Expand Down

0 comments on commit 5efc699

Please sign in to comment.