Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit f8c9134

Browse files
Merge pull request #41 from helloextend/update-versions
update versions
2 parents c3b2ce6 + 52d6531 commit f8c9134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"terser-webpack-plugin": "^5.1.1",
4545
"ts-jest": "^26.5.4",
4646
"tslint": "^5.20.0",
47-
"typescript": "^3.6.4",
47+
"typescript": "4.5.4",
4848
"uglifyjs-webpack-plugin": "^2.2.0",
4949
"webpack": "^4.41.1",
5050
"webpack-cli": "^3.3.9",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "commonjs",
77
"target": "es5",
88
"jsx": "react",
9-
"lib": ["es5", "es6", "dom"],
9+
"lib": ["es2019", "esnext", "dom"],
1010
"esModuleInterop": true,
1111
},
1212
"include": [

0 commit comments

Comments
 (0)