Skip to content

Commit a0c7221

Browse files
authored
fix: Build order and TS pin (#2814)
1 parent 3a9648d commit a0c7221

File tree

3 files changed

+4
-56
lines changed

3 files changed

+4
-56
lines changed

packages/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@angular/common": "^10.0.3",
2020
"@angular/core": "^10.0.3",
2121
"@angular/router": "^10.0.3",
22-
"@sentry/browser": "5.19.1",
23-
"@sentry/types": "5.19.1",
24-
"@sentry/utils": "5.19.1",
22+
"@sentry/browser": "5.21.1",
23+
"@sentry/types": "5.21.1",
24+
"@sentry/utils": "5.21.1",
2525
"rxjs": "^6.6.0",
2626
"tslib": "^1.9.3"
2727
},

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"peerDependencies": {
1818
"tslint": "5.16.0",
19-
"typescript": "^3.6.5"
19+
"typescript": "3.9.7"
2020
},
2121
"scripts": {
2222
"link:yarn": "yarn link"

yarn.lock

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,58 +2312,6 @@
23122312
dependencies:
23132313
"@types/node" ">= 8"
23142314

2315-
2316-
version "5.19.1"
2317-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.19.1.tgz#b22f36fc71f36719ad352a54e6b31722622128c0"
2318-
integrity sha512-Aon5Nc2n8sIXKg6Xbr4RM3/Xs7vFpXksL56z3yIuGrmpCM8ToQ25/tQv8h+anYi72x5bn1npzaXB/NwU1Qwfhg==
2319-
dependencies:
2320-
"@sentry/core" "5.19.1"
2321-
"@sentry/types" "5.19.1"
2322-
"@sentry/utils" "5.19.1"
2323-
tslib "^1.9.3"
2324-
2325-
2326-
version "5.19.1"
2327-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.19.1.tgz#f5ff7feb1118035f75f1d0bc2a76e2b040d2aa8e"
2328-
integrity sha512-BGGxjeT95Og/hloBhQXAVcndVXPmIU6drtF3oKRT12cBpiG965xEDEUwiJVvyb5MAvojdVEZBK2LURUFY/d7Zw==
2329-
dependencies:
2330-
"@sentry/hub" "5.19.1"
2331-
"@sentry/minimal" "5.19.1"
2332-
"@sentry/types" "5.19.1"
2333-
"@sentry/utils" "5.19.1"
2334-
tslib "^1.9.3"
2335-
2336-
2337-
version "5.19.1"
2338-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.19.1.tgz#f3bc8500680974ce43c1eedcd8e90696cc18b306"
2339-
integrity sha512-XjfbNGWVeDsP38alm5Cm08YPIw5Hu6HbPkw7a3y1piViTrg4HdtsE+ZJqq0YcURo2RTpg6Ks6coCS/zJxIPygQ==
2340-
dependencies:
2341-
"@sentry/types" "5.19.1"
2342-
"@sentry/utils" "5.19.1"
2343-
tslib "^1.9.3"
2344-
2345-
2346-
version "5.19.1"
2347-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.19.1.tgz#04043d93a7dc90cbed1a31d80f6bf59688ea3100"
2348-
integrity sha512-pgNfsaCroEsC8gv+NqmPTIkj4wyK6ZgYLV12IT4k2oJLkGyg45TSAKabyB7oEP5jsj8sRzm8tDomu8M4HpaCHg==
2349-
dependencies:
2350-
"@sentry/hub" "5.19.1"
2351-
"@sentry/types" "5.19.1"
2352-
tslib "^1.9.3"
2353-
2354-
2355-
version "5.19.1"
2356-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.19.1.tgz#8762f668d3fc2416fbde31d15d13009544caeb54"
2357-
integrity sha512-M5MhTLnjqYFwxMwcFPBpBgYQqI9hCvtVuj/A+NvcBHpe7VWOXdn/Sys+zD6C76DWGFYQdw3OWCsZimP24dL8mA==
2358-
2359-
2360-
version "5.19.1"
2361-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.19.1.tgz#e1134db40e4bb9732251e515721cec7ee94d4d9c"
2362-
integrity sha512-neUiNBnZSHjWTZWy2QV02EHTx1C2L3DBPzRXlh0ca5xrI7LMBLmhkHlhebn1E5ky3PW1teqZTgmh0jZoL99TEA==
2363-
dependencies:
2364-
"@sentry/types" "5.19.1"
2365-
tslib "^1.9.3"
2366-
23672315
"@simple-dom/interface@^1.4.0":
23682316
version "1.4.0"
23692317
resolved "https://registry.yarnpkg.com/@simple-dom/interface/-/interface-1.4.0.tgz#e8feea579232017f89b0138e2726facda6fbb71f"

0 commit comments

Comments
 (0)