|
17 | 17 | "full-build": "yarn graphql-update-schemas && yarn api-reference && yarn build"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@docusaurus/core": "2.3.1", |
21 |
| - "@docusaurus/preset-classic": "2.3.1", |
22 |
| - "@docusaurus/theme-mermaid": "^2.3.1", |
23 |
| - "@docusaurus/theme-search-algolia": "^2.3.1", |
24 |
| - "@graphiql/plugin-explorer": "^0.1.14", |
25 |
| - "@graphiql/toolkit": "^0.8.2", |
26 |
| - "@graphql-markdown/docusaurus": "^1.16.6", |
27 |
| - "@graphql-tools/graphql-file-loader": "^7.5.16", |
28 |
| - "@mdx-js/react": "^1.6.21", |
29 |
| - "@svgr/webpack": "^5.5.0", |
30 |
| - "clsx": "^1.1.1", |
31 |
| - "docusaurus-plugin-matomo": "^0.0.6", |
32 |
| - "file-loader": "^6.2.0", |
33 |
| - "graphiql": "^2.4.0", |
34 |
| - "graphql": "^16.6.0", |
35 |
| - "node-fetch": "^3.3.1", |
36 |
| - "prism-react-renderer": "^1.2.1", |
37 |
| - "react": "^17.0.1", |
38 |
| - "react-dom": "^17.0.1", |
39 |
| - "url-loader": "^4.1.1" |
| 20 | + "@docusaurus/core": "2.4.3", |
| 21 | + "@docusaurus/preset-classic": "2.4.3", |
| 22 | + "@docusaurus/theme-mermaid": "2.4.3", |
| 23 | + "@docusaurus/theme-search-algolia": "2.4.3", |
| 24 | + "@graphiql/plugin-explorer": "0.1.14", |
| 25 | + "@graphiql/toolkit": "0.9.1", |
| 26 | + "@graphql-markdown/docusaurus": "1.21.3", |
| 27 | + "@graphql-tools/graphql-file-loader": "7.5.17", |
| 28 | + "@mdx-js/react": "1.6.22", |
| 29 | + "@svgr/webpack": "5.5.0", |
| 30 | + "clsx": "1.2.1", |
| 31 | + "docusaurus-plugin-matomo": "0.0.8", |
| 32 | + "file-loader": "6.2.0", |
| 33 | + "graphiql": "2.4.7", |
| 34 | + "graphql": "16.8.1", |
| 35 | + "graphql-config": "5.0.3", |
| 36 | + "node-fetch": "3.3.2", |
| 37 | + "prism-react-renderer": "1.3.5", |
| 38 | + "react": "17.0.2", |
| 39 | + "react-dom": "17.0.2", |
| 40 | + "url-loader": "4.1.1" |
40 | 41 | },
|
41 | 42 | "browserslist": {
|
42 | 43 | "production": [
|
|
0 commit comments