Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 10, 2021
1 parent 1c0b2ad commit 57dec9e
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 345 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -31,7 +31,7 @@
"apollo-boost": "^0.4.9",
"confusables": "^1.0.0",
"cross-fetch": "^3.1.4",
"graphql": "^15.6.0",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.5"
},
"devDependencies": {
Expand All @@ -45,9 +45,9 @@
"@types/supertest": "^2.0.11",
"express": "^4.17.1",
"husky": "^7.0.2",
"jest": "^27.2.4",
"jest-circus": "^27.2.4",
"lint-staged": "^11.1.2",
"jest": "^27.2.5",
"jest-circus": "^27.2.5",
"lint-staged": "^11.2.2",
"npm-run-all": "^4.1.5",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
Expand All @@ -58,7 +58,7 @@
},
"engines": {
"node": ">=v14.18.0",
"npm": ">=7.24.1"
"npm": ">=7.24.2"
},
"lint-staged": {
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
Expand Down

0 comments on commit 57dec9e

Please sign in to comment.