Skip to content

Commit c7b19aa

Browse files
Update dependency typescript to ^5.8.3
1 parent d802a81 commit c7b19aa

3 files changed

Lines changed: 13 additions & 40 deletions

File tree

package-lock.json

Lines changed: 9 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.30",
3+
"version": "3.0.31",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react": "^7.37.5",
3636
"globals": "^16.0.0",
3737
"prettier": "^3.5.3",
38-
"typescript": "^5.8.2",
38+
"typescript": "^5.8.3",
3939
"typescript-eslint": "^8.29.0"
4040
}
4141
}

packages/webdev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.37",
3+
"version": "0.2.38",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -43,7 +43,7 @@
4343
"less-loader": "^12.2.0",
4444
"react-refresh": "^0.17.0",
4545
"style-loader": "^4.0.0",
46-
"typescript": "^5.8.2",
46+
"typescript": "^5.8.3",
4747
"webpack": "^5.98.0",
4848
"webpack-bundle-analyzer": "^4.10.2",
4949
"webpack-cli": "^6.0.1",

0 commit comments

Comments
 (0)