Skip to content

Commit a6dbff5

Browse files
chore(deps): update dependency typescript to ^5.8.2
1 parent 17fe4b1 commit a6dbff5

File tree

11 files changed

+85
-85
lines changed

11 files changed

+85
-85
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint": "^8.57.1",
6262
"prettier": "^3.2.5",
6363
"tailwindcss": "^3.4.1",
64-
"typescript": "^5.4.2"
64+
"typescript": "^5.8.2"
6565
},
6666
"eslintConfig": {
6767
"root": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@weatherio/prettier-config": "workspace:^0.1.0",
3232
"prettier": "^3.2.5",
3333
"turbo": "^2.4.0",
34-
"typescript": "^5.4.2"
34+
"typescript": "^5.8.2"
3535
},
3636
"prettier": "@weatherio/prettier-config"
3737
}

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@weatherio/tsconfig": "workspace:^0.1.0",
3535
"eslint": "^8.57.1",
3636
"prettier": "^3.2.5",
37-
"typescript": "^5.4.2"
37+
"typescript": "^5.8.2"
3838
},
3939
"eslintConfig": {
4040
"root": true,

packages/city-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"@weatherio/tsconfig": "workspace:^0.1.0",
4545
"eslint": "^8.57.1",
4646
"prettier": "^3.2.5",
47-
"typescript": "^5.4.2"
47+
"typescript": "^5.8.2"
4848
}
4949
}

packages/e2e-web-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"cross-env": "^7.0.3",
3333
"eslint": "^8.57.1",
3434
"prettier": "^3.2.5",
35-
"typescript": "^5.4.2"
35+
"typescript": "^5.8.2"
3636
}
3737
}

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@weatherio/tsconfig": "workspace:^0.1.0",
2727
"eslint": "^8.57.1",
2828
"prettier": "^3.2.5",
29-
"typescript": "^5.4.2"
29+
"typescript": "^5.8.2"
3030
}
3131
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint": "^8.57.1",
4848
"prettier": "^3.2.5",
4949
"tailwindcss": "^3.4.1",
50-
"typescript": "^5.4.2"
50+
"typescript": "^5.8.2"
5151
},
5252
"eslintConfig": {
5353
"extends": [

0 commit comments

Comments
 (0)