risei 3.3.5 → 3.3.6
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 +6 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "risei",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
4
4
|
"description": "Risei allows you to write unit tests as simple JavaScript objects, so it's easy and fast, with no drag on redesign.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unit test",
|
|
@@ -43,15 +43,12 @@
|
|
|
43
43
|
"./ATestSource": "./system/ATestSource.js"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"chalk": "^5.
|
|
47
|
-
"minimatch": "^
|
|
46
|
+
"chalk": "^5.6.2",
|
|
47
|
+
"minimatch": "^10.2.5"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"chai": "^
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"mocha": "^10.0.0",
|
|
54
|
-
"morgan": "~1.9.1",
|
|
55
|
-
"risei": "^3.3.5"
|
|
50
|
+
"chai": "^6.2.2",
|
|
51
|
+
"mocha": "^11.7.6",
|
|
52
|
+
"risei": "^3.3.6"
|
|
56
53
|
}
|
|
57
54
|
}
|