Skip to content

Commit a8a49a4

Browse files
committed
Update dependencies
1 parent 5c79c30 commit a8a49a4

File tree

3 files changed

+3199
-3820
lines changed

3 files changed

+3199
-3820
lines changed

.yarnrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact true

package.json

+21-20
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,27 @@
1717
"full-build": "yarn graphql-update-schemas && yarn api-reference && yarn build"
1818
},
1919
"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"
4041
},
4142
"browserslist": {
4243
"production": [

0 commit comments

Comments
 (0)