jest-serializer-graphql-schema 5.0.0-beta.1 → 5.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # jest-serializer-graphql-schema
2
2
 
3
+ ## 5.0.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#496](https://github.com/benjie/crystal/pull/496)
8
+ [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
10
+ through major versions).
11
+
3
12
  ## 5.0.0-beta.1
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -47,10 +47,10 @@ First, add this package as a devDependency:
47
47
 
48
48
  ```bash
49
49
  # With npm
50
- npm install --save-dev jest-serializer-graphql-schema
50
+ npm install --save-dev jest-serializer-graphql-schema@beta
51
51
 
52
52
  # With yarn
53
- yarn add --dev jest-serializer-graphql-schema
53
+ yarn add --dev jest-serializer-graphql-schema@beta
54
54
  ```
55
55
 
56
56
  Next, update your `package.json` file to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-serializer-graphql-schema",
3
- "version": "5.0.0-beta.1",
3
+ "version": "5.0.0-beta.2",
4
4
  "description": "Jest serializer for GraphQLSchema objects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,13 +30,13 @@
30
30
  "graphql": ">=15 <17"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/jest": "^27.5.1",
33
+ "@types/jest": "^29.5.4",
34
34
  "graphql": "16.1.0-experimental-stream-defer.6",
35
- "jest": "^28.1.3",
36
- "pretty-format": "^27.5.1",
35
+ "jest": "^29.6.4",
36
+ "pretty-format": "^29.6.3",
37
37
  "ts-node": "^10.9.1",
38
- "tslib": "^2.5.0",
39
- "typescript": "^5.0.4"
38
+ "tslib": "^2.6.2",
39
+ "typescript": "^5.2.2"
40
40
  },
41
41
  "files": [
42
42
  "dist"