Skip to content

Commit

Permalink
Merge branch 'master' into feat/middleware-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
madshall authored Jun 11, 2024
2 parents 9d7c377 + 4546fd3 commit 72a7302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/cypress": "^10.0.2",
"@types/jest": "^29.0.3",
"babel-jest": "^29.0.1",
"cross-env": "^7.0.3",
"cypress": "^12.1.0",
"cypress": "^13.11.0",
"esbuild": "^0.19.2",
"eslint": "^8.7.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/react": "^15.0.7",
"@types/extract-files": "^8.1.1",
"cross-env": "^7.0.3",
"formdata-node": "^4.3.2",
"formdata-node": "^6.0.3",
"graphql": "^16.8.1",
"graphql-hooks-memcache": "^3.2.0",
"graphql-hooks-ssr": "^3.0.1",
Expand Down

0 comments on commit 72a7302

Please sign in to comment.