From 44c0db80a2706de8b29ca0b8313e027bc6d5ba72 Mon Sep 17 00:00:00 2001 From: Erik Budtke Date: Tue, 6 Aug 2024 10:21:25 -0500 Subject: [PATCH] bump forge-graphql to support new component types in config as code --- package.json | 2 +- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d7979d0..a581e8b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@atlaskit/tokens": "^1.29.1", - "@atlassian/forge-graphql": "13.8.0", + "@atlassian/forge-graphql": "13.9.0", "@forge/api": "^2.8.1", "@forge/bridge": "^2.6.0", "@forge/events": "^0.5.3", diff --git a/ui/package.json b/ui/package.json index 90c7246..0efd409 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "@atlaskit/theme": "^12.1.6", "@atlaskit/tokens": "^1.29.1", "@atlaskit/tooltip": "^17.5.9", - "@atlassian/forge-graphql": "13.8.0", + "@atlassian/forge-graphql": "13.9.0", "@forge/api": "^2.8.1", "@forge/bridge": "^2.6.0", "escape-string-regexp": "^5.0.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 1b58f2b..979b7aa 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -847,10 +847,10 @@ "@babel/runtime" "^7.0.0" "@emotion/react" "^11.7.1" -"@atlassian/forge-graphql@13.8.0": - version "13.8.0" - resolved "https://packages.atlassian.com/api/npm/atlassian-npm/@atlassian/forge-graphql/-/forge-graphql-13.8.0.tgz#42a0a27bc3d58f7d5039edfa54ad630cb0441594" - integrity sha512-S/3KJeg2bypghg8KMRgHvr+JWWlZZs/XyNGMcQQfq3zMt3V9c7bxn0ZHTnhk/OcFEHr/J5kRm7WJlTUWbVgRBw== +"@atlassian/forge-graphql@13.9.0": + version "13.9.0" + resolved "https://packages.atlassian.com/api/npm/atlassian-npm/@atlassian/forge-graphql/-/forge-graphql-13.9.0.tgz#e741e7e88e570905f5af3980a0d3c89496e38cc2" + integrity sha512-6WgfYfkCZanUrge9phCyt2OZGxTY/SY/VEdufNN4ngIiTcyaeT3ywKoDs/YIkOMk7MxurNCcTlNpC7y+SC0YNQ== dependencies: "@forge/api" "^2.21.0" fs "^0.0.1-security" diff --git a/yarn.lock b/yarn.lock index 30ca239..35143af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -79,10 +79,10 @@ "@babel/types" "^7.20.0" bind-event-listener "^2.1.1" -"@atlassian/forge-graphql@13.8.0": - version "13.8.0" - resolved "https://packages.atlassian.com/api/npm/atlassian-npm/@atlassian/forge-graphql/-/forge-graphql-13.8.0.tgz#42a0a27bc3d58f7d5039edfa54ad630cb0441594" - integrity sha512-S/3KJeg2bypghg8KMRgHvr+JWWlZZs/XyNGMcQQfq3zMt3V9c7bxn0ZHTnhk/OcFEHr/J5kRm7WJlTUWbVgRBw== +"@atlassian/forge-graphql@13.9.0": + version "13.9.0" + resolved "https://packages.atlassian.com/api/npm/atlassian-npm/@atlassian/forge-graphql/-/forge-graphql-13.9.0.tgz#e741e7e88e570905f5af3980a0d3c89496e38cc2" + integrity sha512-6WgfYfkCZanUrge9phCyt2OZGxTY/SY/VEdufNN4ngIiTcyaeT3ywKoDs/YIkOMk7MxurNCcTlNpC7y+SC0YNQ== dependencies: "@forge/api" "^2.21.0" fs "^0.0.1-security"