Skip to content

Commit

Permalink
Merge pull request #108 from atlassian-labs/noissue/support-new-compo…
Browse files Browse the repository at this point in the history
…nent-types

bump forge-graphql to support new component types in config as code
  • Loading branch information
ebudtke-atl authored Aug 6, 2024
2 parents 69dbc82 + 44c0db8 commit 49d7eaf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 49d7eaf

Please sign in to comment.