Skip to content

Commit

Permalink
Upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed May 16, 2021
1 parent 94bec5e commit 4706a27
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "^7.18.0",
"mock-require": "^3.0.3",
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"typescript": "^4.2.4",
"ytdl-core": "^4.5.0"
}
}
14 changes: 14 additions & 0 deletions packages/i18n/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"eslint": "^7.18.0",
"i18next-json-sync": "^2.3.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"typescript": "^4.2.4"
}
}
6 changes: 6 additions & 0 deletions packages/main/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ts-loader": "^6.2.2",
"ts-node": "^8.10.2",
"type-fest": "^0.8.1",
"typescript": "^3.9.7",
"typescript": "^4.2.4",
"utf-8-validate": "^5.0.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ts-jest": "^26.5.5",
"ts-loader": "^8.0.3",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"typescript": "^4.2.4"
},
"dependencies": {
"butterchurn": "^2.6.7",
Expand Down

0 comments on commit 4706a27

Please sign in to comment.