Skip to content

chore(deps): update react monorepo #548

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

Merged
merged 1 commit into from
Sep 26, 2023
Merged
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"clsx": "2.0.0",
"docusaurus-plugin-alumni": "0.0.0",
"prism-react-renderer": "1.3.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-katex": "^7.0.0",
"remark-math": "^5.1.1"
},
Expand All @@ -49,7 +49,7 @@
"@docusaurus/tsconfig": "3.0.0-beta.0",
"@docusaurus/types": "3.0.0-beta.0",
"@types/node": "18.18.0",
"@types/react": "18.0.12",
"@types/react": "18.2.22",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"eslint": "8.50.0",
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/docusaurus-plugin-alumni/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@types/fs-extra": "11.0.2",
"@types/js-yaml": "4.0.6",
"@types/node": "18.18.0",
"@types/react": "18.0.12",
"react": "18.1.0",
"@types/react": "18.2.22",
"react": "18.2.0",
"typescript": "4.7.3"
},
"peerDependencies": {
Expand Down
70 changes: 25 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4135,18 +4135,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.0.12":
version: 18.0.12
resolution: "@types/react@npm:18.0.12"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 526ea13b3adf7fe4b475e55b7426510a7861ef2910664a9014ef42cba0c699d5167dc378eb161e2ec26c07a3b6fde9b6bdcbbb6f4b5580612246bc289395ef03
languageName: node
linkType: hard

"@types/react@npm:>=16":
"@types/react@npm:18.2.22, @types/react@npm:>=16":
version: 18.2.22
resolution: "@types/react@npm:18.2.22"
dependencies:
Expand Down Expand Up @@ -6024,7 +6013,7 @@ __metadata:
"@docusaurus/types": 3.0.0-beta.0
"@mdx-js/react": 2.3.0
"@types/node": 18.18.0
"@types/react": 18.0.12
"@types/react": 18.2.22
"@typescript-eslint/eslint-plugin": 5.27.1
"@typescript-eslint/parser": 5.27.1
clsx: 2.0.0
Expand All @@ -6035,14 +6024,14 @@ __metadata:
eslint-plugin-import: 2.28.1
eslint-plugin-jsx-a11y: 6.5.1
eslint-plugin-react: 7.33.2
eslint-plugin-react-hooks: 4.5.0
eslint-plugin-react-hooks: 4.6.0
husky: 8.0.3
lint-staged: 14.0.1
prettier: 3.0.3
prettier-config-jc: ^2.3.0
prism-react-renderer: 1.3.5
react: 18.0.0
react-dom: 18.0.0
react: 18.2.0
react-dom: 18.2.0
rehype-katex: ^7.0.0
remark-math: ^5.1.1
typescript: 4.7.3
Expand Down Expand Up @@ -6817,11 +6806,11 @@ __metadata:
"@types/fs-extra": 11.0.2
"@types/js-yaml": 4.0.6
"@types/node": 18.18.0
"@types/react": 18.0.12
"@types/react": 18.2.22
fs-extra: 11.1.1
js-yaml: 4.1.0
prettier: 3.0.3
react: 18.1.0
react: 18.2.0
typescript: 4.7.3
peerDependencies:
react: 17.x || 18.x
Expand Down Expand Up @@ -7345,12 +7334,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:4.5.0":
version: 4.5.0
resolution: "eslint-plugin-react-hooks@npm:4.5.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: 0389377de635dd9b769f6f52e2c9e6ab857a0cdfecc3734c95ce81676a752e781bb5c44fd180e01953a03a77278323d90729776438815557b069ceb988ab1f9f
checksum: 23001801f14c1d16bf0a837ca7970d9dd94e7b560384b41db378b49b6e32dc43d6e2790de1bd737a652a86f81a08d6a91f402525061b47719328f586a57e86c3
languageName: node
linkType: hard

Expand Down Expand Up @@ -13255,15 +13244,15 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:18.0.0":
version: 18.0.0
resolution: "react-dom@npm:18.0.0"
"react-dom@npm:18.2.0":
version: 18.2.0
resolution: "react-dom@npm:18.2.0"
dependencies:
loose-envify: ^1.1.0
scheduler: ^0.21.0
scheduler: ^0.23.0
peerDependencies:
react: ^18.0.0
checksum: dd0ba9f2f31dd728076c892a95b2f5a8dfe79136431b0289afb46eec39d0ca6b6f0f40a60fd8aa6ef702c98ce7c26100d3d4dbc35c7c9e87429cd04f84cb58bd
react: ^18.2.0
checksum: 7d323310bea3a91be2965f9468d552f201b1c27891e45ddc2d6b8f717680c95a75ae0bc1e3f5cf41472446a2589a75aed4483aee8169287909fcd59ad149e8cc
languageName: node
linkType: hard

Expand Down Expand Up @@ -13384,21 +13373,12 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.0.0":
version: 18.0.0
resolution: "react@npm:18.0.0"
dependencies:
loose-envify: ^1.1.0
checksum: 293020b96536b3c7113ee57ca5c990a3f25649d1751b1c7a3aabd16dff0691fe9f1eed1206616d0906d05933536052037340a0c8d0941ff870b0eb469a2f975b
languageName: node
linkType: hard

"react@npm:18.1.0":
version: 18.1.0
resolution: "react@npm:18.1.0"
"react@npm:18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
dependencies:
loose-envify: ^1.1.0
checksum: 5bb296b561b43ef2220395da4faac86c14a087c8c80e1a7598a5740f01ee605c11eaf249985c1e2000971c4cd32ccb46d40f00479bbd9fb6b1c7cf857393b7d4
checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b
languageName: node
linkType: hard

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

"scheduler@npm:^0.21.0":
version: 0.21.0
resolution: "scheduler@npm:0.21.0"
"scheduler@npm:^0.23.0":
version: 0.23.0
resolution: "scheduler@npm:0.23.0"
dependencies:
loose-envify: ^1.1.0
checksum: 4f8285076041ed2c81acdd1faa987f1655fdbd30554bc667c1ea64743fc74fb3a04ca7d27454b3d678735df5a230137a3b84756061b43dc5796e80701b66d124
checksum: d79192eeaa12abef860c195ea45d37cbf2bbf5f66e3c4dcd16f54a7da53b17788a70d109ee3d3dde1a0fd50e6a8fc171f4300356c5aee4fc0171de526bf35f8a
languageName: node
linkType: hard

Expand Down