Skip to content

Commit b15cff8

Browse files
committed
update dev deps
1 parent ec8a8be commit b15cff8

File tree

3 files changed

+2030
-2310
lines changed

3 files changed

+2030
-2310
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[ignore]
2+
<PROJECT_ROOT>/node_modules/resolve/test/.*
23

34
[include]
45

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"homepage": "https://github.com/Macil/ud#readme",
3333
"dependencies": {
3434
"@babel/runtime-corejs2": "^7.0.0",
35-
"@types/node": "^12.0.0",
35+
"@types/node": "^18.11.18",
3636
"array-range": "^1.0.1",
3737
"zip-object": "^0.1.0"
3838
},
@@ -49,9 +49,9 @@
4949
"flow-bin": "^0.100.0",
5050
"flow-copy-source": "^2.0.0",
5151
"mocha": "^7.0.1",
52-
"rimraf": "^3.0.0",
52+
"rimraf": "^4.1.1",
5353
"sinon": "^7.2.6",
54-
"typescript": "^3.0.3"
54+
"typescript": "^4.9.4"
5555
},
5656
"greenkeeper": {
5757
"ignore": [

0 commit comments

Comments
 (0)