@powerlines/plugin-jest 0.1.0 → 0.1.1
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-jest",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the Jest testing plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
"@jest/test-result": "^30.2.0",
|
|
104
104
|
"@stryke/fs": "^0.32.2",
|
|
105
105
|
"@stryke/path": "^0.17.0",
|
|
106
|
+
"chalk": "5.6.2",
|
|
106
107
|
"defu": "^6.1.4",
|
|
108
|
+
"jest": "^30.2.0",
|
|
107
109
|
"jest-config": "^30.2.0",
|
|
108
110
|
"jest-resolve": "^30.2.0",
|
|
109
111
|
"jest-util": "^30.2.0",
|
|
110
|
-
"
|
|
111
|
-
"chalk": "5.6.2",
|
|
112
|
-
"powerlines": "^0.12.0"
|
|
112
|
+
"powerlines": "^0.13.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
|
-
"@
|
|
116
|
-
"@
|
|
117
|
-
"@jest
|
|
115
|
+
"@jest/types": "^30.2.0",
|
|
116
|
+
"@powerlines/nx": "^0.9.2",
|
|
117
|
+
"@types/jest": "^30.0.0"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": { "access": "public" },
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "9b852864fc75545d5b2ac6b1b517d80ef9400e56"
|
|
121
121
|
}
|