Skip to content

chore(deps): update react monorepo #97

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

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
2 changes: 1 addition & 1 deletion packages/pena-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@react-native-community/eslint-config": "3.2.0",
"@release-it/conventional-changelog": "5.1.1",
"@types/jest": "29.5.1",
"@types/react": "18.2.20",
"@types/react": "18.3.22",
"@types/react-native": "0.72.8",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pena-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@privyid/browserslist-config": "0.9.0",
"@privyid/pena": "workspace:^",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react": "18.3.22",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react-swc": "3.3.1",
"browserslist-to-esbuild": "1.2.0",
"react": "18.3.1",
Expand Down
30 changes: 20 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4329,7 +4329,7 @@ __metadata:
"@react-native-community/eslint-config": 3.2.0
"@release-it/conventional-changelog": 5.1.1
"@types/jest": 29.5.1
"@types/react": 18.2.20
"@types/react": 18.3.22
"@types/react-native": 0.72.8
"@typescript-eslint/eslint-plugin": 5.50.0
"@typescript-eslint/parser": 5.50.0
Expand Down Expand Up @@ -4367,8 +4367,8 @@ __metadata:
dependencies:
"@privyid/browserslist-config": 0.9.0
"@privyid/pena": "workspace:^"
"@types/react": 18.2.20
"@types/react-dom": 18.2.7
"@types/react": 18.3.22
"@types/react-dom": 18.3.7
"@vitejs/plugin-react-swc": 3.3.1
browserslist-to-esbuild: 1.2.0
react: 18.3.1
Expand Down Expand Up @@ -5754,12 +5754,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.7":
version: 18.2.7
resolution: "@types/react-dom@npm:18.2.7"
dependencies:
"@types/react": "*"
checksum: e02ea908289a7ad26053308248d2b87f6aeafd73d0e2de2a3d435947bcea0422599016ffd1c3e38ff36c42f5e1c87c7417f05b0a157e48649e4a02f21727d54f
"@types/react-dom@npm:18.3.7":
version: 18.3.7
resolution: "@types/react-dom@npm:18.3.7"
peerDependencies:
"@types/react": ^18.0.0
checksum: c8b63ec944d2a68992b4dba474003fe55ee1d949c4b9c8fe97eecb2290de23f76acfb670b2f7ceb46a5fc8e46808d1745369b03edda48a7a0cf730eff4c5d315
languageName: node
linkType: hard

Expand All @@ -5773,7 +5773,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.2.20":
"@types/react@npm:*":
version: 18.2.20
resolution: "@types/react@npm:18.2.20"
dependencies:
Expand All @@ -5784,6 +5784,16 @@ __metadata:
languageName: node
linkType: hard

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

"@types/resolve@npm:1.20.2":
version: 1.20.2
resolution: "@types/resolve@npm:1.20.2"
Expand Down