Skip to content

Commit

Permalink
COMPASS-21110: Disable Document link type
Browse files Browse the repository at this point in the history
  • Loading branch information
alitvin committed Aug 5, 2024
1 parent 9d1b656 commit be246b9
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.3.14",
"@atlassian/forge-graphql": "13.8.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.3.14",
"@atlassian/forge-graphql": "13.8.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.3.14":
version "13.3.14"
resolved "https://registry.npmjs.com/@atlassian/forge-graphql/-/forge-graphql-13.3.14.tgz#dd50bff6df9db473ca9e53a708fd71cafd6af0eb"
integrity sha512-VP9TGql8WHEZcQg5wFrTeN1uwH9xJu3IdKIkleLngCF54i3qvGelYYPcYg2Vn6tV8l6IcqJZ2gJ3kFtxiZk38Q==
"@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==
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.3.14":
version "13.3.14"
resolved "https://registry.npmjs.com/@atlassian/forge-graphql/-/forge-graphql-13.3.14.tgz#dd50bff6df9db473ca9e53a708fd71cafd6af0eb"
integrity sha512-VP9TGql8WHEZcQg5wFrTeN1uwH9xJu3IdKIkleLngCF54i3qvGelYYPcYg2Vn6tV8l6IcqJZ2gJ3kFtxiZk38Q==
"@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==
dependencies:
"@forge/api" "^2.21.0"
fs "^0.0.1-security"
Expand Down

0 comments on commit be246b9

Please sign in to comment.