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

Update react monorepo #121

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 apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "17.0.41",
"@types/react-dom": "17.0.14",
"@types/react": "17.0.65",
"@types/react-dom": "17.0.20",
"parcel": "2.3.2",
"serve": "13.0.2",
"typescript": "4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-config-xo-react": "0.27.0",
"eslint-config-xo-typescript": "0.50.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.6.0"
}
}
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1907,8 +1907,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@giggl/example@workspace:apps/example"
dependencies:
"@types/react": 17.0.41
"@types/react-dom": 17.0.14
"@types/react": 17.0.65
"@types/react-dom": 17.0.20
parcel: 2.3.2
react: 17.0.2
react-dom: 17.0.2
Expand Down Expand Up @@ -2952,12 +2952,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:17.0.14":
version: 17.0.14
resolution: "@types/react-dom@npm:17.0.14"
"@types/react-dom@npm:17.0.20":
version: 17.0.20
resolution: "@types/react-dom@npm:17.0.20"
dependencies:
"@types/react": "*"
checksum: b54cd0ef573236b3d87fe7493e6d1c36d8b4ca37a3b46364272a5c91ac178e3296b68ea1aeb299ce68f12ad663c5720ee890d0539b14881c6754bdcbdb0befa0
"@types/react": ^17
checksum: 525439fb14a033fc5dbe74711ecc50ec82273a528df9656594066a6219401e975101dafffd15d9a1a57a9442d52ea0c92eaacae09554dde27cd792e773f67467
languageName: node
linkType: hard

Expand All @@ -2981,14 +2981,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:17.0.41":
version: 17.0.41
resolution: "@types/react@npm:17.0.41"
"@types/react@npm:17.0.65, @types/react@npm:^17":
version: 17.0.65
resolution: "@types/react@npm:17.0.65"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 1b086ec0ea5d666f05e19e0724e41278d27a2ca29a2cd71b9d9ab3fe27dba233806eb728d744e092c9fe9637ac738d8c5a05983cde84d215342949b47ecba2ef
checksum: bb862f0f97a49e690cd5c62743307d17398ee62b87bbb2c85c1b01cb992244c0aef4ecdedaab0e8d33c6315d5a8f067cf90e7f1c366b8819678c59204e202932
languageName: node
linkType: hard

Expand Down Expand Up @@ -4405,12 +4405,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:4.3.0":
version: 4.3.0
resolution: "eslint-plugin-react-hooks@npm:4.3.0"
"eslint-plugin-react-hooks@npm:4.6.0":
version: 4.6.0
resolution: "eslint-plugin-react-hooks@npm:4.6.0"
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
checksum: 0ba1566ba0780bbc75a5921f49188edf232db2085ab32c8d3889592f0db9d6fadc97fcf639775e0101dec6b5409ca3c803ec44213b90c8bacaf0bdf921871c2e
checksum: 23001801f14c1d16bf0a837ca7970d9dd94e7b560384b41db378b49b6e32dc43d6e2790de1bd737a652a86f81a08d6a91f402525061b47719328f586a57e86c3
languageName: node
linkType: hard

Expand Down Expand Up @@ -4866,7 +4866,7 @@ fsevents@~2.3.2:
eslint-config-xo-react: 0.27.0
eslint-config-xo-typescript: 0.50.0
eslint-plugin-react: 7.29.4
eslint-plugin-react-hooks: 4.3.0
eslint-plugin-react-hooks: 4.6.0
prettier: 2.6.0
languageName: unknown
linkType: soft
Expand Down