Skip to content

Commit 02ca4d7

Browse files
committed
deps: upgrade most deps and peer deps - also add np
1 parent ce531ee commit 02ca4d7

File tree

2 files changed

+3320
-1712
lines changed

2 files changed

+3320
-1712
lines changed

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,24 @@
99
"license": "MIT",
1010
"devDependencies": {
1111
"@team-griffin/install-self-peers": "^1.1.1",
12-
"@types/jest": "^23.3.1",
13-
"jest": "^23.5.0",
14-
"prettier": "^1.14.2",
15-
"rimraf": "^2.6.2",
16-
"ts-jest": "^23.1.4",
17-
"tslint": "^5.11.0",
18-
"tslint-config-airbnb": "^5.11.0",
19-
"tslint-config-prettier": "^1.15.0",
20-
"typescript": "^3.0.3"
12+
"@types/jest": "^25.2.1",
13+
"jest": "^25.5.4",
14+
"np": "^6.2.3",
15+
"prettier": "^2.0.5",
16+
"rimraf": "^3.0.2",
17+
"ts-jest": "^25.4.0",
18+
"tslint": "^6.1.2",
19+
"tslint-config-airbnb": "^5.11.2",
20+
"tslint-config-prettier": "^1.18.0",
21+
"typescript": "^3.8.3"
2122
},
2223
"files": [
2324
"dist"
2425
],
2526
"jest": {
2627
"globals": {
2728
"ts-jest": {
28-
"skipBabel": true
29+
"babelConfig": false
2930
}
3031
},
3132
"transform": {
@@ -47,20 +48,20 @@
4748
"prepare": "install-self-peers -- --ignore-scripts",
4849
"prepublishOnly": "yarn lint && yarn test && yarn build",
4950
"lint": "tslint --project tsconfig.json {src}/**/*.ts",
50-
"test": "jest"
51+
"test": "jest",
52+
"test:watch": "jest --watchAll"
5153
},
5254
"peerDependencies": {
53-
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
54-
"graphql-middleware": ">= 1.7.0 < 2",
55+
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
56+
"graphql-middleware": ">= 1.7.0",
5557
"yup": ">= 0.25 < 1"
5658
},
5759
"engines": {
5860
"node": ">= 8"
5961
},
6062
"dependencies": {
61-
"@types/graphql": "0.13.4",
62-
"@types/lodash.groupby": "^4.6.4",
63-
"@types/yup": "^0.24.9",
64-
"lodash.groupby": "^4.6.0"
63+
"@types/lodash.groupby": "4.6.6",
64+
"@types/yup": "0.28.0",
65+
"lodash.groupby": "4.6.0"
6566
}
6667
}

0 commit comments

Comments
 (0)