jest-serializer-simple 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-simple
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
@@ -41,7 +41,7 @@ And please give some love to our featured sponsors 🤩:
41
41
  ## Usage:
42
42
 
43
43
  ```
44
- yarn add jest-serializer-simple
44
+ yarn add jest-serializer-simple@beta
45
45
  ```
46
46
 
47
47
  Then add it to your Jest config:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-serializer-simple",
3
- "version": "5.0.0-beta.1",
3
+ "version": "5.0.0-beta.2",
4
4
  "description": "Jest serializer that gives really simple formatting",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,16 +27,16 @@
27
27
  "homepage": "https://github.com/graphile/heart/tree/main/utils/jest-serializer-simple",
28
28
  "dependencies": {
29
29
  "@types/json5": "^2.2.0",
30
- "json5": "^2.2.0",
31
- "prettier": "^2.8.7",
32
- "tslib": "^2.5.0"
30
+ "json5": "^2.2.3",
31
+ "prettier": "^3.0.3",
32
+ "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/jest": "^27.5.1",
36
- "jest": "^28.1.3",
37
- "pretty-format": "^27.5.1",
35
+ "@types/jest": "^29.5.4",
36
+ "jest": "^29.6.4",
37
+ "pretty-format": "^29.6.3",
38
38
  "ts-node": "^10.9.1",
39
- "typescript": "^5.0.4"
39
+ "typescript": "^5.2.2"
40
40
  },
41
41
  "files": [
42
42
  "dist"