Skip to content

Commit

Permalink
chore: update TypeScript and all ESLint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Sep 5, 2023
1 parent 6f65231 commit 1a52401
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 189 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.0",
"prettier": "^2.6.2",
"prettier": "^3.0.3",
"turbo": "^1.10.13",
"typescript": "^4.6.3"
"typescript": "^5.2.2"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-plop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"devDependencies": {
"@types/inquirer-autocomplete-prompt": "^1.3.4",
"@types/node": "^17.0.27",
"@types/node": "^20.5.9",
"dtslint": "^4.2.1",
"plop-pack-fancy-comments": "^0.2.1",
"typescript": "^4.6.3",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plop/tests/examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plop-example",
"dependencies": {
"typescript": "^4.4.4"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 1a52401

Please sign in to comment.