Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 09fefa2 commit 84fb791
Show file tree
Hide file tree
Showing 7 changed files with 223 additions and 128 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"sharp": "0.32.6"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"eslint-config-next": "13.5.6"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dependencies": {
"@changesets/cli": "2.26.2",
"csstype": "3.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.72.6"
},
"devDependencies": {
Expand All @@ -35,16 +35,16 @@
"@types/glob": "8.1.0",
"@types/jest": "29.5.6",
"@types/node": "18.18.7",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"concurrently": "8.2.2",
"eslint": "8.52.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"peerDependencies": {
"@morfeo/core": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@morfeo/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react-native": "0.72.5"
},
"peerDependencies": {
"react": "18.2.0",
"react": "18.3.1",
"react-native": "0.72.6"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"peerDependencies": {
"csstype": "3.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0"
},
Expand Down
Loading

0 comments on commit 84fb791

Please sign in to comment.