Skip to content

Commit 250361e

Browse files
committed
upgrade jest
1 parent b7d8f0f commit 250361e

File tree

2 files changed

+1104
-902
lines changed

2 files changed

+1104
-902
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
},
4141
"dependencies": {
4242
"axios": "^0.19.2",
43+
"jest": "^25.1.0",
4344
"lodash": "^4.17.15",
4445
"mailcheck": "^1.1.1",
4546
"validator": "^12.2.0"
4647
},
4748
"devDependencies": {
48-
"typescript": "^3.8.3",
4949
"@types/eslint": "^6.1.1",
5050
"@types/jest": "^24.0.23",
5151
"@types/lodash": "^4.14.141",
@@ -55,9 +55,9 @@
5555
"@typescript-eslint/eslint-plugin": "^2.3.1",
5656
"@typescript-eslint/parser": "^2.3.1",
5757
"eslint": "^6.4.0",
58-
"jest": "^24.9.0",
5958
"nodemon": "^1.19.2",
6059
"ts-jest": "^24.1.0",
61-
"ts-node": "^8.4.1"
60+
"ts-node": "^8.4.1",
61+
"typescript": "^3.8.3"
6262
}
6363
}

0 commit comments

Comments
 (0)