Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 18, 2021
1 parent ab410cd commit d05aac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/generators/app-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@web/dev-server": "^0.1.28",
"concurrently": "^5.3.0",
"typescript": "^4.4.4",
"typescript": "^4.5.2",
"tslib": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion src/generators/linting-types-js/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"lint:types": "tsc"
},
"devDependencies": {
"typescript": "~4.4.4"
"typescript": "~4.5.2"
}
}
2 changes: 1 addition & 1 deletion src/generators/wc-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@web/dev-server": "^0.1.28",
"concurrently": "^5.3.0",
"typescript": "^4.4.4",
"typescript": "^4.5.2",
"tslib": "^2.3.1"
}
}

0 comments on commit d05aac1

Please sign in to comment.