Skip to content

Commit

Permalink
Update dependency graphql to ^15.9.0 (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 7489620 commit 0c79bfa
Show file tree
Hide file tree
Showing 7 changed files with 367 additions and 366 deletions.
2 changes: 1 addition & 1 deletion demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"draft-js": "^0.11.7",
"file-saver": "^2.0.5",
"final-form": "^4.20.10",
"graphql": "^15.4.0",
"graphql": "^15.9.0",
"graphql-tag": "^2.12.6",
"history": "^4.10.1",
"lodash.isequal": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"exifr": "^6.3.0",
"express": "^4.21.1",
"file-type": "^16.5.4",
"graphql": "^15.5.0",
"graphql": "^15.9.0",
"hasha": "^5.2.2",
"helmet": "^4.6.0",
"mime": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/campaign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"draft-js": "^0.11.7",
"express": "^4.21.1",
"fs-extra": "^9.1.0",
"graphql": "^15.0.0",
"graphql": "^15.9.0",
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"mjml": "^4.15.3",
Expand Down
2 changes: 1 addition & 1 deletion demo/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"draft-js": "^0.11.7",
"express": "^4.21.1",
"fs-extra": "^9.1.0",
"graphql": "^15.0.0",
"graphql": "^15.9.0",
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"next": "^14.2.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"draft-js": "^0.11.7",
"eslint": "^8.0.0",
"final-form": "^4.20.10",
"graphql": "^15.4.0",
"graphql": "^15.9.0",
"history": "^4.10.1",
"prettier": "^2.0.0",
"react": "^17.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@mui/x-data-grid": "^5.17.26",
"draft-js": "^0.11.7",
"final-form": "^4.20.10",
"graphql": "^15.4.0",
"graphql": "^15.9.0",
"history": "^4.10.1",
"react": "^17.0",
"react-dnd": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"class-validator": "^0.14.1",
"eslint": "^8.0.0",
"express": "^4.21.1",
"graphql": "^15.5.0",
"graphql": "^15.9.0",
"jest": "^29.7.0",
"jest-junit": "^15.0.0",
"lodash.isequal": "^4.5.0",
Expand Down
719 changes: 360 additions & 359 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0c79bfa

Please sign in to comment.