Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 23, 2023
1 parent d0ac3b3 commit b8eb93c
Show file tree
Hide file tree
Showing 9 changed files with 197 additions and 28 deletions.
189 changes: 169 additions & 20 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@testing-library/react": "13.4.0",
"@types/jest": "29.5.1",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-test-renderer": "18.0.0",
"cross-env": "7.0.3",
"eslint": "8.40.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/testing-library__jest-dom": "5.14.5",
"cross-env": "7.0.3",
"eslint": "8.40.0",
Expand Down
28 changes: 24 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2855,8 +2855,8 @@ __metadata:
"@testing-library/react": 13.4.0
"@types/jest": 29.5.1
"@types/node": 20.1.0
"@types/react": 18.2.6
"@types/react-dom": 18.2.4
"@types/react": 18.2.14
"@types/react-dom": 18.2.6
"@types/react-test-renderer": 18.0.0
cross-env: 7.0.3
eslint: 8.40.0
Expand Down Expand Up @@ -2902,8 +2902,8 @@ __metadata:
"@testing-library/react": 13.4.0
"@testing-library/user-event": 14.4.3
"@types/jest": 29.5.1
"@types/react": 18.2.6
"@types/react-dom": 18.2.4
"@types/react": 18.2.14
"@types/react-dom": 18.2.6
"@types/testing-library__jest-dom": 5.14.5
cross-env: 7.0.3
eslint: 8.40.0
Expand Down Expand Up @@ -3600,6 +3600,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.6":
version: 18.2.6
resolution: "@types/react-dom@npm:18.2.6"
dependencies:
"@types/react": "*"
checksum: b56e42efab121a3a8013d2eb8c1688e6028a25ea6d33c4362d2846f0af3760b164b4d7c34846614024cfb8956cca70dd1743487f152e32ff89a00fe6fbd2be54
languageName: node
linkType: hard

"@types/react-test-renderer@npm:18.0.0":
version: 18.0.0
resolution: "@types/react-test-renderer@npm:18.0.0"
Expand All @@ -3620,6 +3629,17 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.14":
version: 18.2.14
resolution: "@types/react@npm:18.2.14"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: a6a5e8cc78f486b9020d1ad009aa6c56943c68c7c6376e0f8399e9cbcd950b7b8f5d73f00200f5379f5e58d31d57d8aed24357f301d8e86108cd438ce6c8b3dd
languageName: node
linkType: hard

"@types/redux-logger@npm:3.0.9":
version: 3.0.9
resolution: "@types/redux-logger@npm:3.0.9"
Expand Down

0 comments on commit b8eb93c

Please sign in to comment.