We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8a8be commit b15cff8Copy full SHA for b15cff8
.flowconfig
@@ -1,4 +1,5 @@
1
[ignore]
2
+<PROJECT_ROOT>/node_modules/resolve/test/.*
3
4
[include]
5
package.json
@@ -32,7 +32,7 @@
32
"homepage": "https://github.com/Macil/ud#readme",
33
"dependencies": {
34
"@babel/runtime-corejs2": "^7.0.0",
35
- "@types/node": "^12.0.0",
+ "@types/node": "^18.11.18",
36
"array-range": "^1.0.1",
37
"zip-object": "^0.1.0"
38
},
@@ -49,9 +49,9 @@
49
"flow-bin": "^0.100.0",
50
"flow-copy-source": "^2.0.0",
51
"mocha": "^7.0.1",
52
- "rimraf": "^3.0.0",
+ "rimraf": "^4.1.1",
53
"sinon": "^7.2.6",
54
- "typescript": "^3.0.3"
+ "typescript": "^4.9.4"
55
56
"greenkeeper": {
57
"ignore": [
0 commit comments