@forsakringskassan/jest-config 30.0.0 → 30.0.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.
Files changed (2) hide show
  1. package/jest.js +1 -1
  2. package/package.json +4 -4
package/jest.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const path = require("path");
4
3
  const { spawn } = require("child_process");
4
+ const path = require("path");
5
5
 
6
6
  const pkgPath = path.dirname(require.resolve("jest/package.json"));
7
7
  const binary = path.join(pkgPath, "bin/jest.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/jest-config",
3
- "version": "30.0.0",
3
+ "version": "30.0.2",
4
4
  "description": "Shareable jest configuration for npm packages",
5
5
  "keywords": [
6
6
  "jest"
@@ -31,15 +31,15 @@
31
31
  "preset": "."
32
32
  },
33
33
  "dependencies": {
34
- "jest": "30.1.3",
34
+ "jest": "30.2.0",
35
35
  "jest-junit": "16.0.0",
36
36
  "jest-watch-typeahead": "3.0.1",
37
37
  "prettier-2": "npm:prettier@2.8.8",
38
- "ts-jest": "29.4.4"
38
+ "ts-jest": "29.4.5"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">= 20",
42
42
  "npm": ">= 7"
43
43
  },
44
- "gitHead": "74a1e88dc6e414e0a213c9d908cd711dd460a898"
44
+ "gitHead": "b447b3bf82d62b96f69b289a48a5e852b9d58ed0"
45
45
  }