Skip to content

Commit

Permalink
Merge pull request #81 from atlassian-labs/allow-longer-names-descrip…
Browse files Browse the repository at this point in the history
…tions

use latest forge-graphql to allow for longer component names/descript…
  • Loading branch information
ebudtke-atl authored Dec 1, 2023
2 parents ee2095f + 9b09c51 commit c79dff5
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 @@ -33,7 +33,7 @@
"typescript": "~4.5.5"
},
"dependencies": {
"@atlassian/forge-graphql": "13.3.9",
"@atlassian/forge-graphql": "13.3.10",
"@forge/api": "^2.8.1",
"@forge/bridge": "^2.3.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 @@ -19,7 +19,7 @@
"@atlaskit/textfield": "^5.1.10",
"@atlaskit/theme": "^12.1.6",
"@atlaskit/tooltip": "^17.5.9",
"@atlassian/forge-graphql": "13.3.9",
"@atlassian/forge-graphql": "13.3.10",
"@forge/api": "^2.8.1",
"@forge/bridge": "^2.3.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 @@ -484,10 +484,10 @@
"@babel/runtime" "^7.0.0"
"@emotion/core" "^10.0.9"

"@atlassian/[email protected].9":
version "13.3.9"
resolved "https://packages.atlassian.com/api/npm/atlassian-npm/@atlassian/forge-graphql/-/forge-graphql-13.3.9.tgz#36c0710f1288bbadc527e9dbbdd1726954e6f5ef"
integrity sha512-EXyebro9L6rdZNW9bxcCs+vJav0a0k3fSkv0YFgKqML6/hEVLAtHOSt5gc9tMgMr2QhasxLAOlVto/GMG3i/qg==
"@atlassian/[email protected].10":
version "13.3.10"
resolved "https://packages.atlassian.com/api/npm/atlassian-npm/@atlassian/forge-graphql/-/forge-graphql-13.3.10.tgz#e5bec74899ca1541068402400f607acb43aedb0c"
integrity sha512-q/mCg91f7vtR5G6wQibE+KQKcPYe2u8U6ZJrhhY/jACnbzY5wJrl80DZGGuntC4r+I80XlyaFNX/RXf57AMJLg==
dependencies:
"@forge/api" "^2.18.5"
axios "^1.6.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
call-me-maybe "^1.0.1"
js-yaml "^4.1.0"

"@atlassian/[email protected].9":
version "13.3.9"
resolved "https://packages.atlassian.com/api/npm/atlassian-npm/@atlassian/forge-graphql/-/forge-graphql-13.3.9.tgz#36c0710f1288bbadc527e9dbbdd1726954e6f5ef"
integrity sha512-EXyebro9L6rdZNW9bxcCs+vJav0a0k3fSkv0YFgKqML6/hEVLAtHOSt5gc9tMgMr2QhasxLAOlVto/GMG3i/qg==
"@atlassian/[email protected].10":
version "13.3.10"
resolved "https://packages.atlassian.com/api/npm/atlassian-npm/@atlassian/forge-graphql/-/forge-graphql-13.3.10.tgz#e5bec74899ca1541068402400f607acb43aedb0c"
integrity sha512-q/mCg91f7vtR5G6wQibE+KQKcPYe2u8U6ZJrhhY/jACnbzY5wJrl80DZGGuntC4r+I80XlyaFNX/RXf57AMJLg==
dependencies:
"@forge/api" "^2.18.5"
axios "^1.6.0"
Expand Down

0 comments on commit c79dff5

Please sign in to comment.