Skip to content

Commit

Permalink
👷 remove tslib and use @babel/runtime instead (umijs#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwuhaolin authored Sep 5, 2022
1 parent 22367fd commit c3413fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
"@babel/runtime": "^7.10.5",
"import-html-entry": "^1.9.0",
"lodash": "^4.17.11",
"single-spa": "^5.9.2",
"tslib": "^1.10.0"
"single-spa": "^5.9.2"
},
"devDependencies": {
"@types/jest": "^25.1.4",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "esnext",
"module": "esnext",
"lib": ["es2018", "dom"],
"declaration": true,
Expand Down

0 comments on commit c3413fc

Please sign in to comment.