Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jul 9, 2021
1 parent 9e90200 commit 85dc8c7
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 526 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
},
"devDependencies": {
"@types/graphql": "14.5.0",
"@types/jest": "26.0.23",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"eslint": "7.27.0",
"@types/jest": "26.0.24",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "7.30.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",
"graphql": "15.5.0",
"graphql-compose": "9.0.0",
"jest": "27.0.3",
"prettier": "2.3.0",
"graphql": "15.5.1",
"graphql-compose": "9.0.1",
"jest": "27.0.6",
"prettier": "2.3.2",
"rimraf": "3.0.2",
"semantic-release": "17.4.3",
"ts-jest": "27.0.1",
"typescript": "4.3.2"
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"typescript": "4.3.5"
},
"scripts": {
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
Expand Down
Loading

0 comments on commit 85dc8c7

Please sign in to comment.