Skip to content

Commit

Permalink
chore: Bump docusaurus.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Mar 30, 2023
1 parent 948f161 commit 65d27a1
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 204 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^2.2.0",
"@docusaurus/preset-classic": "^2.2.0",
"@docusaurus/core": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^6.3.1",
"clsx": "^1.2.1",
Expand All @@ -27,8 +27,8 @@
"url-loader": "^4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.2.0",
"@tsconfig/docusaurus": "^1.0.6",
"@docusaurus/module-type-aliases": "^2.4.0",
"@tsconfig/docusaurus": "^1.0.7",
"typescript": "^4.9.3"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"@dprint/formatter": "^0.2.0",
"@dprint/json": "^0.15.6",
"@dprint/json": "^0.17.1",
"@types/pluralize": "0.0.29",
"change-case": "^4.1.2",
"is-plain-object": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@dprint/formatter": "^0.2.0",
"@dprint/json": "^0.15.6",
"@dprint/json": "^0.17.1",
"@types/prettier": "^2.7.2",
"change-case": "^4.1.2",
"graphql": "^16.6.0",
Expand Down
Loading

0 comments on commit 65d27a1

Please sign in to comment.