Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit fb24ed6

Browse files
Upgrade TypeScript to 4.0.2 (#187)
1 parent 7d9fdc9 commit fb24ed6

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

HISTORY.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
# 4.0.0 / 2020-08-20
12

2-
4.0.0-beta.1 / 2020-07-30
3-
=========================
3+
- Drop beta release
4+
- TypeScript 4
45

5-
* export interfaces
6-
* fix importing types issues
6+
# 4.0.0-beta.1 / 2020-07-30
77

8-
3.13.8 / 2020-07-29
9-
===================
8+
- export interfaces
9+
- fix importing types issues
10+
11+
# 3.13.8 / 2020-07-29
12+
13+
- Add --declaration back to build scripts
14+
- Publish v3.13.7 (#176)
1015

11-
* Add --declaration back to build scripts
12-
* Publish v3.13.7 (#176)
1316
# 3.13.7 / 2020-07-29
1417

1518
- Publish types to npm

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-core",
33
"author": "Segment <[email protected]>",
4-
"version": "4.0.0-beta.1",
4+
"version": "4.0.0",
55
"description": "The hassle-free way to integrate analytics into any web application.",
66
"types": "lib/index.d.ts",
77
"keywords": [
@@ -107,7 +107,7 @@
107107
"sinon": "^1.7.3",
108108
"snyk": "^1.83.0",
109109
"ts-node": "^8.10.2",
110-
"typescript": "^3.9.3",
110+
"typescript": "^4.0.2",
111111
"wait-on": "^5.0.1",
112112
"watchify": "^3.7.0"
113113
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8048,10 +8048,10 @@ typescript@^2.5.1:
80488048
version "2.9.2"
80498049
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
80508050

8051-
typescript@^3.9.3:
8052-
version "3.9.3"
8053-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
8054-
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
8051+
typescript@^4.0.2:
8052+
version "4.0.2"
8053+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
8054+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
80558055

80568056
uglify-js@^2.6:
80578057
version "2.8.29"

0 commit comments

Comments
 (0)