Skip to content

Commit a789e91

Browse files
committed
update typescript to 4.2
1 parent 24eaf0c commit a789e91

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This preset can be used for a typical, modern Typescript project with React.
55
## Components
66

77
* Webpack (4.43)
8-
* Typescript (3.9)
8+
* Typescript (4.2)
99
* React (16.9)
1010
* Jest (26.0)
1111
* SASS (1.26)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eilos-preset-typescript",
3-
"version": "0.1.11",
3+
"version": "0.2.0",
44
"description": "Web App Build Abstraction",
55
"main": "index.js",
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"style-loader": "^1.2.1",
4444
"ts-jest": "^26.1.0",
4545
"ts-loader": "^7.0.5",
46-
"typescript": "^3.9.5",
46+
"typescript": "^4.2.0",
4747
"webpack": "^4.43.0",
4848
"webpack-cli": "^3.3.11",
4949
"webpack-dev-server": "^3.11.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8317,10 +8317,10 @@ typedarray@^0.0.6:
83178317
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
83188318
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
83198319

8320-
typescript@^3.9.5:
8321-
version "3.9.7"
8322-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
8323-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
8320+
typescript@^4.2.0:
8321+
version "4.2.4"
8322+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
8323+
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
83248324

83258325
unicode-canonical-property-names-ecmascript@^1.0.4:
83268326
version "1.0.4"

0 commit comments

Comments
 (0)