Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepattersontech committed Apr 7, 2022
1 parent c3b2ce6 commit 52d6531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"terser-webpack-plugin": "^5.1.1",
"ts-jest": "^26.5.4",
"tslint": "^5.20.0",
"typescript": "^3.6.4",
"typescript": "4.5.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "commonjs",
"target": "es5",
"jsx": "react",
"lib": ["es5", "es6", "dom"],
"lib": ["es2019", "esnext", "dom"],
"esModuleInterop": true,
},
"include": [
Expand Down

0 comments on commit 52d6531

Please sign in to comment.