We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef0129 commit 2beed01Copy full SHA for 2beed01
package.json
@@ -24,13 +24,13 @@
24
},
25
"dependencies": {
26
"escape-string-regexp": "^5.0.0",
27
- "execa": "^7.1.1"
+ "execa": "^8.0.1"
28
29
"devDependencies": {
30
- "ava": "^5.3.1",
31
- "c8": "^8.0.0",
32
- "del": "^7.0.0",
33
- "typescript": "^5.1.3",
+ "ava": "^6.1.2",
+ "c8": "^9.1.0",
+ "del": "^7.1.0",
+ "typescript": "^5.4.5",
34
"xo": "^0.58.0"
35
36
"c8": {
@@ -44,10 +44,12 @@
44
"files": [
45
"!test/broken-fixtures/**"
46
],
47
- "ignoredByWatcher": [
48
- "test/fixtures/**",
49
- "test/broken-fixtures/**"
50
- ],
+ "watcher": {
+ "ignoreChanges": [
+ "test/fixtures/**",
+ "test/broken-fixtures/**"
51
+ ]
52
+ },
53
"timeout": "60s"
54
55
"xo": {
0 commit comments