|
16 | 16 | "typecheck-watch": "yarn typecheck --watch"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@codesandbox/sandpack-react": "^0.18.0", |
20 |
| - "@docusaurus/core": "2.0.0-beta.18", |
21 |
| - "@docusaurus/preset-classic": "2.0.0-beta.18", |
| 19 | + "@codesandbox/sandpack-react": "^0.19.6", |
| 20 | + "@docusaurus/core": "2.0.0-beta.20", |
| 21 | + "@docusaurus/preset-classic": "2.0.0-beta.20", |
22 | 22 | "@mdx-js/react": "^1.6.22",
|
23 | 23 | "@popperjs/core": "^2.11.5",
|
24 | 24 | "clsx": "^1.1.1",
|
|
27 | 27 | "react": "^17.0.2",
|
28 | 28 | "react-day-picker": "workspace:*",
|
29 | 29 | "react-dom": "^17.0.2",
|
30 |
| - "react-popper": "^2.2.5" |
| 30 | + "react-popper": "^2.3.0" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@docusaurus/module-type-aliases": "2.0.0-beta.18", |
| 33 | + "@docusaurus/module-type-aliases": "2.0.0-beta.20", |
34 | 34 | "@testing-library/jest-dom": "^5.16.4",
|
35 | 35 | "@tsconfig/docusaurus": "^1.0.5",
|
36 | 36 | "@types/jest": "^27.4.1",
|
37 | 37 | "@types/react-helmet": "^6.1.5",
|
38 | 38 | "@types/react-router-dom": "^5.3.3",
|
39 | 39 | "date-fns": "^2.28.0",
|
40 |
| - "docusaurus-plugin-typedoc": "^0.17.2", |
| 40 | + "docusaurus-plugin-typedoc": "^0.17.5", |
41 | 41 | "eslint": "^8.13.0",
|
42 | 42 | "identity-obj-proxy": "^3.0.0",
|
43 | 43 | "jest": "^27.5.1",
|
44 | 44 | "prettier": "^2.6.2",
|
45 | 45 | "prop-types": "^15.8.1",
|
46 | 46 | "raw-loader": "^4.0.2",
|
47 | 47 | "ts-jest": "^27.1.4",
|
48 |
| - "typedoc": "^0.22.14", |
49 |
| - "typedoc-plugin-markdown": "^3.11.14", |
| 48 | + "typedoc": "^0.22.15", |
| 49 | + "typedoc-plugin-markdown": "^3.12.1", |
50 | 50 | "typescript": "~4.5.5",
|
51 | 51 | "webpack": "^5.72.0"
|
52 | 52 | }
|
|
0 commit comments