Skip to content

Commit 3b06562

Browse files
committed
Use stable Forge NPM packages
1 parent 85af3f7 commit 3b06562

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@sentry-internal/eslint-config-sdk": "6.8.0",
31-
"@forge/api": "2.1.0-next.2",
31+
"@forge/api": "^2.1.0",
3232
"@types/cookie": "0.3.2",
3333
"@types/express": "^4.17.2",
3434
"@types/lru-cache": "^5.1.0",

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,19 +1184,27 @@
11841184
reflect-metadata "^0.1.12"
11851185
tslib "^1.8.1"
11861186

1187-
"@forge/[email protected]-next.2":
1188-
version "2.1.0-next.2"
1189-
resolved "https://packages.atlassian.com/api/npm/npm-remote/@forge/api/-/api-2.1.0-next.2.tgz#c8e98ff0cdf1f338389a709de1366a19d3759393"
1190-
integrity sha1-yOmP8M3x8zg4mnCd4TZqGdN1k5M=
1187+
"@forge/api@^2.1.0":
1188+
version "2.1.0"
1189+
resolved "https://packages.atlassian.com/api/npm/npm-remote/@forge/api/-/api-2.1.0.tgz#dd632a0b04c605061ab832987ae4bb1c0a343b07"
1190+
integrity sha1-3WMqCwTGBQYauDKYeuS7HAo0Owc=
11911191
dependencies:
1192-
"@forge/storage" "^1.0.4-next.0"
1192+
"@forge/auth" "^0.0.1"
1193+
"@forge/storage" "^1.0.4"
11931194
"@types/node-fetch" "^2.5.7"
11941195
node-fetch "^2.6.1"
11951196

1196-
"@forge/storage@^1.0.4-next.0":
1197-
version "1.0.4-next.0"
1198-
resolved "https://packages.atlassian.com/api/npm/npm-remote/@forge/storage/-/storage-1.0.4-next.0.tgz#5ccf92a0cf75c55831f84ebcb1d6f18fc9806fcc"
1199-
integrity sha1-XM+SoM91xVgx+E68sdbxj8mAb8w=
1197+
"@forge/auth@^0.0.1":
1198+
version "0.0.1"
1199+
resolved "https://packages.atlassian.com/api/npm/npm-remote/@forge/auth/-/auth-0.0.1.tgz#3fb4e82e90bd555d4ae9ef45b3aed6782a282d0c"
1200+
integrity sha1-P7ToLpC9VV1K6e9Fs67WeCooLQw=
1201+
dependencies:
1202+
tslib "^1.11.0"
1203+
1204+
"@forge/storage@^1.0.4":
1205+
version "1.0.4"
1206+
resolved "https://packages.atlassian.com/api/npm/npm-remote/@forge/storage/-/storage-1.0.4.tgz#41a8ee741415ce432a1d104b02e0802f35212247"
1207+
integrity sha1-QajudBQVzkMqHRBLAuCALzUhIkc=
12001208

12011209
"@glimmer/component@^1.0.0":
12021210
version "1.0.4"
@@ -19724,7 +19732,7 @@ [email protected]:
1972419732
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
1972519733
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
1972619734

19727-
tslib@^1.10.0, tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
19735+
tslib@^1.10.0, tslib@^1.11.0, tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
1972819736
version "1.14.1"
1972919737
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1973019738
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

0 commit comments

Comments
 (0)