Skip to content

Commit 5c1128a

Browse files
committed
fix: upgrade typescript
1 parent 7336774 commit 5c1128a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@sourcegraph/create",
33
"version": "0.0.0-DEVELOPMENT",
44
"description": "CLI to bootstrap Sourcegraph npm packages",
5+
"engines": {
6+
"node": "^14.0.0"
7+
},
58
"repository": {
69
"type": "git",
710
"url": "git+https://github.com/sourcegraph/create.git"
@@ -75,6 +78,6 @@
7578
"json-schema-to-typescript": "^8.2.0",
7679
"prettier": "^2.1.2",
7780
"semantic-release": "^17.0.6",
78-
"typescript": "^3.9.3"
81+
"typescript": "^4.1.3"
7982
}
8083
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6845,10 +6845,10 @@ typedarray@^0.0.6:
68456845
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
68466846
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
68476847

6848-
typescript@^3.9.3:
6849-
version "3.9.3"
6850-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
6851-
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
6848+
typescript@^4.1.3:
6849+
version "4.1.3"
6850+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
6851+
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
68526852

68536853
uglify-js@^3.1.4:
68546854
version "3.6.7"

0 commit comments

Comments
 (0)