@powerlines/plugin-jest 0.1.607 → 0.1.609

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 (1) hide show
  1. package/package.json +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-jest",
3
- "version": "0.1.607",
3
+ "version": "0.1.609",
4
4
  "type": "module",
5
5
  "description": "A package containing the Jest testing plugin for Powerlines.",
6
6
  "repository": {
@@ -89,28 +89,27 @@
89
89
  "files": ["dist/**/*"],
90
90
  "keywords": ["jest", "powerlines", "storm-software", "powerlines-plugin"],
91
91
  "dependencies": {
92
+ "@jest/pattern": "^30.4.0",
92
93
  "@jest/reporters": "^30.4.1",
94
+ "@jest/schemas": "^30.4.1",
93
95
  "@jest/test-result": "^30.4.1",
94
- "@stryke/fs": "^0.33.86",
95
- "@stryke/path": "^0.29.12",
96
+ "@jest/types": "^30.4.1",
97
+ "@sinclair/typebox": "^0.34.49",
98
+ "@stryke/fs": "^0.33.95",
99
+ "@stryke/path": "^0.29.21",
96
100
  "chalk": "5.6.2",
97
101
  "defu": "^6.1.7",
98
102
  "jest": "^30.4.2",
99
103
  "jest-config": "^30.4.2",
100
104
  "jest-resolve": "^30.4.1",
101
105
  "jest-util": "^30.4.1",
102
- "@jest/pattern": "^30.4.0",
103
- "@jest/schemas": "^30.4.1",
104
- "@jest/types": "^30.4.1",
105
- "@sinclair/typebox": "^0.34.49",
106
- "powerlines": "0.47.138"
106
+ "powerlines": "^0.47.140"
107
107
  },
108
108
  "devDependencies": {
109
- "@jest/types": "^30.4.1",
110
- "@powerlines/plugin-plugin": "0.12.550",
109
+ "@powerlines/plugin-plugin": "^0.12.552",
111
110
  "@types/jest": "^30.0.0"
112
111
  },
113
112
  "publishConfig": { "access": "public" },
114
113
  "types": "./dist/index.d.cts",
115
- "gitHead": "2378e0896bcd3f99c735faa3be578440c7ce0d2a"
114
+ "gitHead": "620d5b7c51f4d8b58e79ec602b222311439e7f33"
116
115
  }