Skip to content

Commit

Permalink
fix typescript version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Mangabeira Gregio authored and TheMcMurder committed May 9, 2023
1 parent 85a638b commit 9a27dc9
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1,541 deletions.
4 changes: 3 additions & 1 deletion packages/webpack-config-single-spa-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
},
"dependencies": {
"fork-ts-checker-webpack-plugin": "^6.3.2",
"typescript": "^4.1.2",
"webpack-config-single-spa": "workspace:*",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"typescript": "^4.1.2"
},
"peerDependencies": {
"typescript": ">=4"
}
Expand Down
Loading

0 comments on commit 9a27dc9

Please sign in to comment.