Skip to content

Commit 91d0165

Browse files
committed
packages bumped
1 parent eae81b8 commit 91d0165

File tree

2 files changed

+898
-629
lines changed

2 files changed

+898
-629
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"@types/node": ">=12.12.6"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "~7.7.5",
45-
"@babel/preset-env": "~7.7.6",
46-
"@babel/preset-typescript": "~7.7.4",
47-
"@types/jest": "~25.1.0",
44+
"@babel/core": "~7.9.0",
45+
"@babel/preset-env": "~7.9.0",
46+
"@babel/preset-typescript": "~7.9.0",
47+
"@types/jest": "~25.2.1",
4848
"@types/lodash": "^4.14.0",
4949
"@types/node": "^12.0.0",
50-
"@types/pluralize": "^0.0.29",
51-
"@typescript-eslint/eslint-plugin": "~2.14.0",
52-
"@typescript-eslint/parser": "~2.14.0",
50+
"@types/pluralize": "~0.0.29",
51+
"@typescript-eslint/eslint-plugin": "~2.27.0",
52+
"@typescript-eslint/parser": "~2.27.0",
5353
"eslint": "~6.8.0",
5454
"eslint-config-airbnb-base": "~14.0.0",
5555
"eslint-import-resolver-typescript": "~2.0.0",
@@ -58,11 +58,11 @@
5858
"eslint-plugin-promise": "~4.2.1",
5959
"eslint-plugin-unicorn": "~15.0.1",
6060
"husky": "~3.1.0",
61-
"jest": "~25.1.0",
61+
"jest": "~25.2.7",
6262
"jest-extended": "~0.11.5",
6363
"rimraf": "~3.0.0",
6464
"typeorm": "^0.2.22",
65-
"typescript": "~3.7.5"
65+
"typescript": "~3.8.3"
6666
},
6767
"husky": {
6868
"hooks": {

0 commit comments

Comments
 (0)