Skip to content

Commit 1e9860e

Browse files
authored
Merge pull request #222 from vbihun/upgrade-forge-graphql-package-with-cac-custom-fields-fixed
Upgrade forge-graphql package with CaC custom-fields fixes
2 parents d154f40 + 98a624f commit 1e9860e

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"typescript": "~4.5.5"
3535
},
3636
"dependencies": {
37-
"@atlassian/forge-graphql": "16.2.1",
38-
"@atlassian/forge-graphql-types": "4.2.0",
37+
"@atlassian/forge-graphql": "16.2.3",
38+
"@atlassian/forge-graphql-types": "4.2.2",
3939
"@forge/api": "^4.1.1",
4040
"@forge/bridge": "^3.5.0",
4141
"@forge/events": "^0.9.5",

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,17 @@
5757
jsonpointer "^5.0.0"
5858
urijs "^1.19.10"
5959

60-
"@atlassian/[email protected]":
61-
version "4.2.0"
62-
resolved "https://registry.yarnpkg.com/@atlassian/forge-graphql-types/-/forge-graphql-types-4.2.0.tgz#c5a3529fe3440d84fdc20977137b32e667776a51"
63-
integrity sha512-VqOa/Qpb447q3rxch2NIKWd5a9RHOzi3+1tnSWJKQITTAbx2GDn32j1Q02ApKOi/bcDaWNyzKKVXrcRp4KyPog==
64-
65-
"@atlassian/forge-graphql-types@^4.2.1":
66-
version "4.2.1"
67-
resolved "https://registry.yarnpkg.com/@atlassian/forge-graphql-types/-/forge-graphql-types-4.2.1.tgz#4e6aa114af1f48d02b6d6c767f9e58905660c55d"
68-
integrity sha512-bmYysBHv2zjXEXgcvXvAvPphjafW6xGuEkra5EOGVt7xa9Ta20E9ja93YSB20wOp3+xRBh2vPu2gUg+K2B9BXg==
60+
"@atlassian/[email protected]", "@atlassian/forge-graphql-types@^4.2.2":
61+
version "4.2.2"
62+
resolved "https://registry.yarnpkg.com/@atlassian/forge-graphql-types/-/forge-graphql-types-4.2.2.tgz#096713768290d13ca21f3c158702048689de3c1c"
63+
integrity sha512-aPjg6jufwIihdNTPttyQHMy0pqtTCj8x0fmuGyS/Dg26mDyT5JO02PBhviW4PEod+bgWjBGWs5Hi7XsmnM06BQ==
6964

70-
"@atlassian/[email protected].1":
71-
version "16.2.1"
72-
resolved "https://registry.yarnpkg.com/@atlassian/forge-graphql/-/forge-graphql-16.2.1.tgz#9f0783087e1bd91c0ee40001b753b58ae1c17c2a"
73-
integrity sha512-bZL7Er+oQBoI+ffOqA4VV/pa82rqx5elc6Vl8tOa64fmVIfbox4EbwSruy9FRS2q2vl0t7VtLt3M9x/SLTqrlQ==
65+
"@atlassian/[email protected].3":
66+
version "16.2.3"
67+
resolved "https://registry.yarnpkg.com/@atlassian/forge-graphql/-/forge-graphql-16.2.3.tgz#076a1474e94c21f34a618966722a0c0850c4ae87"
68+
integrity sha512-FEw9eq6r0PaUuxzfJxEfklmaK3qS6pbj/WOinH6Kz/vOiUScYV/gzkghNxSLVq7l9dL+1OFvtFMCQQvMQ2vxhg==
7469
dependencies:
75-
"@atlassian/forge-graphql-types" "^4.2.1"
70+
"@atlassian/forge-graphql-types" "^4.2.2"
7671
"@forge/api" "^5.0.0"
7772
"@forge/metrics" "0.2.25"
7873
fs "^0.0.1-security"

0 commit comments

Comments
 (0)