Skip to content

Commit

Permalink
chore(deps): update react monorepo (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent c21ed9e commit e227f6f
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 111 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@
"commitizen": "^4.3.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"husky": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions playground/runtime-next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"dummy-module": "workspace:*",
"next": "^13.5.5",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"use-client-directive": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.29"
"@types/react": "^18.2.31"
}
}
2 changes: 1 addition & 1 deletion playground/use-client-directive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@types/react": "^18.2.29",
"@types/react": "^18.2.31",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e227f6f

Please sign in to comment.