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): update react monorepo #97

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.12",
"@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.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.3.1",
"browserslist-to-esbuild": "1.2.0",
"react": "18.3.1",
Expand Down
26 changes: 18 additions & 8 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.12
"@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.12
"@types/react-dom": 18.3.1
"@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"
"@types/react-dom@npm:18.3.1":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
dependencies:
"@types/react": "*"
checksum: e02ea908289a7ad26053308248d2b87f6aeafd73d0e2de2a3d435947bcea0422599016ffd1c3e38ff36c42f5e1c87c7417f05b0a157e48649e4a02f21727d54f
checksum: ad28ecce3915d30dc76adc2a1373fda1745ba429cea290e16c6628df9a05fd80b6403c8e87d78b45e6c60e51df7a67add389ab62b90070fbfdc9bda8307d9953
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.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
"@types/prop-types": "*"
csstype: ^3.0.2
checksum: 4ab1577a8c2105a5e316536f724117c90eee5f4bd5c137fc82a2253d8c1fd299dedaa07e8dfc95d6e2f04a4be3cb8b0e1b06098c6233ebd55c508d88099395b7
languageName: node
linkType: hard

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