Skip to content

Commit 4710c45

Browse files
chore: bump typescript
1 parent 7a6437a commit 4710c45

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
"rxjs": "^6.5.5",
2929
"rxjs-compat": "^6.5.5",
3030
"ts-helpers": "^1.1.2",
31-
"tslib": "^1.11.1",
31+
"tslib": "^1.11.2",
3232
"zone.js": "~0.10.3"
3333
},
3434
"devDependencies": {
3535
"@angular-devkit/build-angular": "~0.901.4",
3636
"@angular/cli": "^9.1.4",
3737
"@angular/compiler-cli": "=9.1.4",
38-
"@types/jasmine": "^2.8.9",
38+
"@types/jasmine": "^3.5.10",
3939
"@uirouter/cypress-runner": "^1.1.0",
4040
"codelyzer": "^5.2.2",
4141
"shx": "^0.3.2",
42-
"typescript": "3.7.5"
42+
"typescript": "3.8.3"
4343
}
4444
}

yarn.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -1254,9 +1254,10 @@
12541254
"@types/minimatch" "*"
12551255
"@types/node" "*"
12561256

1257-
"@types/jasmine@^2.8.9":
1258-
version "2.8.9"
1259-
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.9.tgz#e028c891e8551fdf6de905d959581fc4fa0b5509"
1257+
"@types/jasmine@^3.5.10":
1258+
version "3.5.10"
1259+
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.5.10.tgz#a1a41012012b5da9d4b205ba9eba58f6cce2ab7b"
1260+
integrity sha512-3F8qpwBAiVc5+HPJeXJpbrl+XjawGmciN5LgiO7Gv1pl1RHtjoMNqZpqEksaPJW05ViKe8snYInRs6xB25Xdew==
12601261

12611262
"@types/minimatch@*":
12621263
version "3.0.3"
@@ -8827,12 +8828,12 @@ ts-helpers@^1.1.2:
88278828
version "1.1.2"
88288829
resolved "https://registry.yarnpkg.com/ts-helpers/-/ts-helpers-1.1.2.tgz#fc69be9f1f3baed01fb1a0ef8d4cfe748814d835"
88298830

8830-
[email protected], tslib@^1.11.1, tslib@^1.9.0:
8831+
[email protected], tslib@^1.9.0:
88318832
version "1.11.1"
88328833
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
88338834
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
88348835

8835-
tslib@^1.10.0:
8836+
tslib@^1.10.0, tslib@^1.11.2:
88368837
version "1.11.2"
88378838
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
88388839
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
@@ -8876,10 +8877,10 @@ [email protected]:
88768877
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.5.tgz#dae20114a7b4ff4bd642db9c8c699f2953e8bbdb"
88778878
integrity sha512-BEjlc0Z06ORZKbtcxGrIvvwYs5hAnuo6TKdNFL55frVDlB+na3z5bsLhFaIxmT+dPWgBIjMo6aNnTOgHHmHgiQ==
88788879

8879-
typescript@3.7.5:
8880-
version "3.7.5"
8881-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
8882-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
8880+
typescript@3.8.3:
8881+
version "3.8.3"
8882+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
8883+
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
88838884

88848885
unicode-canonical-property-names-ecmascript@^1.0.4:
88858886
version "1.0.4"

0 commit comments

Comments
 (0)