Comparing version 2.0.3 to 2.0.4
@@ -0,1 +1,5 @@ | ||
### 2.0.4 | ||
- Update dependencies. | ||
- Fix typos in documentation. | ||
### 2.0.3 | ||
@@ -2,0 +6,0 @@ - Bugfix: dynamic import on Windows machines: https://github.com/anvilco/spectaql/pull/627 |
{ | ||
"name": "spectaql", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "A powerful library for autogenerating static GraphQL API documentation", | ||
@@ -86,3 +86,3 @@ "author": "Anvil Foundry Inc. <hello@useanvil.com>", | ||
"dependencies": { | ||
"@anvilco/apollo-server-plugin-introspection-metadata": "^2.0.0", | ||
"@anvilco/apollo-server-plugin-introspection-metadata": "^2.0.1", | ||
"@graphql-tools/load-files": "^6.3.2", | ||
@@ -94,3 +94,3 @@ "@graphql-tools/merge": "^8.1.2", | ||
"coffeescript": "^2.6.1", | ||
"commander": "^9.1.0", | ||
"commander": "^10.0.0", | ||
"fast-glob": "^3.2.12", | ||
@@ -119,3 +119,3 @@ "foundation-sites": "^6.7.2", | ||
"marked": "^4.0.12", | ||
"microfiber": "^2.0.0", | ||
"microfiber": "^2.0.1", | ||
"postcss": "^8.4.19", | ||
@@ -147,3 +147,3 @@ "sass": "^1.32.13", | ||
"rewire": "^6.0.0", | ||
"rimraf": "^3.0.2", | ||
"rimraf": "^4.0.7", | ||
"sinon": "^15.0.1", | ||
@@ -150,0 +150,0 @@ "sinon-chai": "^3.7.0" |
637012
- Removedcommander@9.5.0(transitive)
Updated@anvilco/apollo-server-plugin-introspection-metadata@^2.0.1
Updatedcommander@^10.0.0
Updatedmicrofiber@^2.0.1