Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps-dev): bump react and @types/react #563

Open
wants to merge 1 commit into
base: master
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 @@ -45,14 +45,14 @@
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/jest": "^29.1.2",
"@types/react": "^17.0.0",
"@types/react": "^18.3.3",
"@types/react-native": "^0.64.1",
"eslint": "^8.25.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.2.0",
"prettier": "^3.1.1",
"react": "17.0.2",
"react": "18.3.1",
"react-native": "^0.68.0",
"react-native-test-app": "^2.0.0",
"release-it": "^17.2.1",
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3826,7 +3826,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^17.0.0":
"@types/react@npm:*":
version: 17.0.14
resolution: "@types/react@npm:17.0.14"
dependencies:
Expand All @@ -3837,6 +3837,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": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/fe455f805c5da13b89964c3d68060cebd43e73ec15001a68b34634604a78140e6fc202f3f61679b9d809dde6d7a7c2cb3ed51e0fd1462557911db09879b55114
languageName: node
linkType: hard

"@types/responselike@npm:^1.0.0":
version: 1.0.3
resolution: "@types/responselike@npm:1.0.3"
Expand Down Expand Up @@ -12066,14 +12076,14 @@ __metadata:
"@react-native-community/eslint-config": "npm:^3.2.0"
"@release-it/conventional-changelog": "npm:^8.0.1"
"@types/jest": "npm:^29.1.2"
"@types/react": "npm:^17.0.0"
"@types/react": "npm:^18.3.3"
"@types/react-native": "npm:^0.64.1"
eslint: "npm:^8.25.0"
eslint-config-prettier: "npm:^9.0.0"
eslint-plugin-prettier: "npm:^5.0.0"
jest: "npm:^29.2.0"
prettier: "npm:^3.1.1"
react: "npm:17.0.2"
react: "npm:18.3.1"
react-native: "npm:^0.68.0"
react-native-test-app: "npm:^2.0.0"
release-it: "npm:^17.2.1"
Expand Down Expand Up @@ -12189,13 +12199,12 @@ __metadata:
languageName: node
linkType: hard

"react@npm:17.0.2":
version: 17.0.2
resolution: "react@npm:17.0.2"
"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
object-assign: "npm:^4.1.1"
checksum: 8/b254cc17ce3011788330f7bbf383ab653c6848902d7936a87b09d835d091e3f295f7e9dd1597c6daac5dc80f90e778c8230218ba8ad599f74adcc11e33b9d61b
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
languageName: node
linkType: hard

Expand Down
Loading