Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Aug 16, 2020
1 parent 1fa0005 commit a0a8c39
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 466 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,45 +27,45 @@
"dependencies": {},
"optionalDependencies": {
"graphql-compose-connection": "^6.2.0",
"graphql-compose-pagination": "6.1.0"
"graphql-compose-pagination": "^6.1.0"
},
"peerDependencies": {
"graphql-compose": "^7.1.0",
"mongoose": "^5.0.0 || ^4.4.0"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/jest": "26.0.9",
"@types/graphql": "14.5.0",
"@types/jest": "26.0.10",
"@types/mongoose": "5.7.36",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "7.6.0",
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/parser": "3.9.0",
"eslint": "7.7.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"graphql": "15.3.0",
"graphql-compose": "7.19.2",
"graphql-compose": "7.19.4",
"graphql-compose-connection": "^6.2.0",
"graphql-compose-pagination": "^6.0.3",
"jest": "26.2.2",
"graphql-compose-pagination": "^6.1.0",
"jest": "26.4.0",
"mongodb-memory-server": "6.6.3",
"mongoose": "5.9.28",
"mongoose": "5.10.0",
"prettier": "2.0.5",
"request": "2.88.2",
"rimraf": "3.0.2",
"semantic-release": "17.1.1",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
},
"scripts": {
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
"watch": "jest --watch",
"coverage": "jest --coverage --maxWorkers 4",
"lint": "npm run eslint && npm run tscheck",
"lint": "yarn eslint && yarn tscheck",
"eslint": "eslint --ext .ts ./src",
"tscheck": "tsc --noEmit",
"test": "npm run coverage && npm run lint",
"test": "yarn coverage && yarn lint",
"link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link graphql-compose-pagination && yarn link mongoose && yarn link",
"unlink": "rimraf node_modules && yarn install",
"semantic-release": "semantic-release"
Expand Down
Loading

0 comments on commit a0a8c39

Please sign in to comment.