Skip to content

Commit

Permalink
deps: use latest TS
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed May 26, 2024
1 parent ae72433 commit 5b780c9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/generators/app-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@web/dev-server": "^0.4.5",
"concurrently": "^5.3.0",
"typescript": "^4.5.2",
"tslib": "^2.3.1"
"typescript": "^5.4.5",
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions src/generators/linting-eslint-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"devDependencies": {
"eslint": "^8.31.0",
"@open-wc/eslint-config": "^12.0.3",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.48.0"
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.10.0"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down
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.5.2"
"typescript": "^5.4.5"
}
}
3 changes: 2 additions & 1 deletion src/generators/testing-ts/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"devDependencies": {
"@open-wc/testing": "^4.0.0"
"@open-wc/testing": "^4.0.0",
"@types/mocha": "^10.0.6"
}
}
4 changes: 2 additions & 2 deletions src/generators/wc-lit-element-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@web/dev-server": "^0.4.5",
"concurrently": "^5.3.0",
"typescript": "^4.5.2",
"tslib": "^2.3.1"
"typescript": "^5.4.5",
"tslib": "^2.6.2"
}
}

0 comments on commit 5b780c9

Please sign in to comment.