This commit is contained in:
Opportunity
2020-05-24 00:59:25 +08:00
Unverified
parent 77cd51991f
commit 2feaa3232f
12 changed files with 123 additions and 62 deletions
+2 -1
View File
@@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^13.9.8",
"@types/node": "^14.0.5",
"@types/semver": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
@@ -37,6 +37,7 @@
"prettier": "^2.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^25.3.0",
"type-fest": "^0.14.0",
"typescript": "^3.8.3"
}
}