Skip to content

Commit

Permalink
Merge pull request #276 from NiGhTTraX/renovate/typescript-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to ~4.8.0
  • Loading branch information
NiGhTTraX committed Nov 12, 2022
2 parents f48cfee + 8123eb8 commit 87b0d52
Show file tree
Hide file tree
Showing 13 changed files with 634 additions and 352 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ node_modules
!.*
dist
build


examples/cra-ejected-babel
2 changes: 1 addition & 1 deletion apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rimraf": "~3.0.2",
"ts-jest": "~29.0.0",
"tsconfig-paths-webpack-plugin": "~4.0.0",
"typescript": "~4.7.0",
"typescript": "~4.8.0",
"ts-node": "~10.9.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/jest-tsjest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"jest": "~29.3.0",
"ts-jest": "~29.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}
2 changes: 1 addition & 1 deletion apps/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/node": "~18.11.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"rimraf": "~3.0.2",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}
2 changes: 1 addition & 1 deletion apps/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"rimraf": "~3.0.2",
"rollup": "~2.79.0",
"tslib": "~2.4.0",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require-from-string": "~2.0.2",
"rimraf": "~3.0.2",
"tsconfig-paths-webpack-plugin": "~4.0.0",
"typescript": "~4.7.0",
"typescript": "~4.8.0",
"webpack": "~5.75.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/ts-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@types/node": "~18.11.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}
2 changes: 1 addition & 1 deletion apps/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"webpack-cli": "~4.10.0",
"ts-loader": "~9.4.0",
"tsconfig-paths-webpack-plugin": "~4.0.0",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"lint": "eslint --ext js,ts,tsx ."
},
"devDependencies": {
"@nighttrax/eslint-config-tsx": "~10.0.0-beta.0",
"@nighttrax/eslint-config-tsx": "~11.0.0",
"doctoc": "~2.2.0",
"eslint": "~8.27.0",
"eslint-plugin-import": "~2.26.0",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"rimraf": "~3.0.2",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/foo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"rimraf": "~3.0.2",
"typescript": "~4.7.0"
"typescript": "~4.8.0"
}
}

0 comments on commit 87b0d52

Please sign in to comment.