Skip to content

Commit

Permalink
fix: fix: update react types
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-cratebind committed Dec 29, 2021
1 parent 72a5b29 commit 2ba1be9
Show file tree
Hide file tree
Showing 5 changed files with 873 additions and 2,389 deletions.
5 changes: 4 additions & 1 deletion docs/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
10 changes: 7 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@
"global": "^4.4.0",
"markdown-to-jsx": "^7.0.0",
"minerva-ui": "^7.2.0",
"next": "^10.0.0",
"next": "^12.0.7",
"nextra": "^0.2.4",
"nextra-theme-docs": "^0.1.5",
"phosphor-react": "^1.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-live": "^2.2.2",
"ts-migrate": "^0.1.7"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11"
}
}

0 comments on commit 2ba1be9

Please sign in to comment.