Skip to content

Commit

Permalink
react upgrade & ts error fix (quick)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruucm committed Oct 7, 2023
1 parent 070e160 commit e5182bc
Show file tree
Hide file tree
Showing 17 changed files with 140 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function DocumentationLayout({ children }) {
return (
<Layout>
<Grid {...sharedProps}>
{/* @ts-ignore */}
<AnimatePresence>
{mobileMenu && <Overlay {...sharedProps} {...motionProps} />}
{select && <OverlayLight {...sharedProps} {...motionProps} />}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@microsoft/tsdoc": "^0.12.21",
"@next/mdx": "^9.5.3",
"@types/node": "^10.11.0",
"@types/react": "^16.9.43",
"@types/react": "^18.2.25",
"@types/styletron-engine-atomic": "^1.1.0",
"@types/styletron-react": "^5.0.2",
"@types/styletron-standard": "^2.0.0",
Expand All @@ -71,8 +71,8 @@
"prism-react-renderer": "^1.1.1",
"prompt": "^1.0.0",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-shadow-picker": "^1.0.5",
"react-view": "^2.3.2",
"recoil": "^0.0.13",
Expand All @@ -92,7 +92,7 @@
"styletron-react": "^5.2.7",
"ts-node": "^7.0.1",
"tslib": "^2.6.2",
"typescript": "^4.0.2"
"typescript": "^5.2.2"
},
"peerDependencies": {
"framer-motion": "^2.1.0",
Expand Down
Loading

0 comments on commit e5182bc

Please sign in to comment.