Skip to content

Commit a0a8c39

Browse files
committed
chore: update dependencies
1 parent 1fa0005 commit a0a8c39

File tree

2 files changed

+456
-466
lines changed

2 files changed

+456
-466
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -27,45 +27,45 @@
2727
"dependencies": {},
2828
"optionalDependencies": {
2929
"graphql-compose-connection": "^6.2.0",
30-
"graphql-compose-pagination": "6.1.0"
30+
"graphql-compose-pagination": "^6.1.0"
3131
},
3232
"peerDependencies": {
3333
"graphql-compose": "^7.1.0",
3434
"mongoose": "^5.0.0 || ^4.4.0"
3535
},
3636
"devDependencies": {
37-
"@types/graphql": "^14.5.0",
38-
"@types/jest": "26.0.9",
37+
"@types/graphql": "14.5.0",
38+
"@types/jest": "26.0.10",
3939
"@types/mongoose": "5.7.36",
40-
"@typescript-eslint/eslint-plugin": "^3.9.0",
41-
"@typescript-eslint/parser": "^3.9.0",
42-
"eslint": "7.6.0",
40+
"@typescript-eslint/eslint-plugin": "3.9.0",
41+
"@typescript-eslint/parser": "3.9.0",
42+
"eslint": "7.7.0",
4343
"eslint-config-airbnb-base": "14.2.0",
4444
"eslint-config-prettier": "6.11.0",
4545
"eslint-plugin-import": "2.22.0",
4646
"eslint-plugin-prettier": "3.1.4",
4747
"graphql": "15.3.0",
48-
"graphql-compose": "7.19.2",
48+
"graphql-compose": "7.19.4",
4949
"graphql-compose-connection": "^6.2.0",
50-
"graphql-compose-pagination": "^6.0.3",
51-
"jest": "26.2.2",
50+
"graphql-compose-pagination": "^6.1.0",
51+
"jest": "26.4.0",
5252
"mongodb-memory-server": "6.6.3",
53-
"mongoose": "5.9.28",
53+
"mongoose": "5.10.0",
5454
"prettier": "2.0.5",
5555
"request": "2.88.2",
5656
"rimraf": "3.0.2",
5757
"semantic-release": "17.1.1",
58-
"ts-jest": "26.1.4",
58+
"ts-jest": "26.2.0",
5959
"typescript": "3.9.7"
6060
},
6161
"scripts": {
6262
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
6363
"watch": "jest --watch",
6464
"coverage": "jest --coverage --maxWorkers 4",
65-
"lint": "npm run eslint && npm run tscheck",
65+
"lint": "yarn eslint && yarn tscheck",
6666
"eslint": "eslint --ext .ts ./src",
6767
"tscheck": "tsc --noEmit",
68-
"test": "npm run coverage && npm run lint",
68+
"test": "yarn coverage && yarn lint",
6969
"link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link graphql-compose-pagination && yarn link mongoose && yarn link",
7070
"unlink": "rimraf node_modules && yarn install",
7171
"semantic-release": "semantic-release"

0 commit comments

Comments
 (0)