Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump react and @types/react #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@types/lodash-es": "^4.17.9",
"@types/react": "^18.2.22",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.7",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/parser": "^5.14.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"openmrs": "next",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-router-dom": "^6.3.0",
Expand Down
25 changes: 22 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ __metadata:
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.11
"@types/lodash-es": ^4.17.9
"@types/react": ^18.2.22
"@types/react": ^18.3.3
"@types/react-dom": ^18.2.7
"@types/webpack-env": ^1.16.0
"@typescript-eslint/parser": ^5.14.0
Expand Down Expand Up @@ -2098,7 +2098,7 @@ __metadata:
openmrs: next
prettier: ^2.3.0
pretty-quick: ^3.1.3
react: ^18.2.0
react: ^18.3.1
react-dom: ^18.2.0
react-i18next: ^11.18.6
react-router-dom: ^6.3.0
Expand Down Expand Up @@ -5548,7 +5548,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18.2.22":
"@types/react@npm:*":
version: 18.2.47
resolution: "@types/react@npm:18.2.47"
dependencies:
Expand All @@ -5559,6 +5559,16 @@ __metadata:
languageName: node
linkType: hard

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

"@types/resolve@npm:1.17.1":
version: 1.17.1
resolution: "@types/resolve@npm:1.17.1"
Expand Down Expand Up @@ -17228,6 +17238,15 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: ^1.1.0
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
languageName: node
linkType: hard

"read-cmd-shim@npm:4.0.0":
version: 4.0.0
resolution: "read-cmd-shim@npm:4.0.0"
Expand Down
Loading