Skip to content

Commit

Permalink
Bump typescript from 5.5.3 to 5.6.2 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent d090534 commit d0301eb
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 deletions.
166 changes: 83 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cypress": "^13.13.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -57,7 +57,7 @@
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^5.12.0",
"start-server-and-test": "^2.0.8",
"typescript": "^5.5.3"
"typescript": "^5.6.2"
},
"resolutions": {
"lit": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/weather-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { LABELS, ICONS } from "./conditions";
import { getWindBarbSVG } from "./lib/svg-wind-barbs";
import type { ColorMap, ConditionSpan, SegmentTemperature, SegmentWind, SegmentPrecipitation, WindType, ShowDateType, IconFillType } from "./types";

const tippyStyles: string = process.env.TIPPY_CSS || '';
const tippyStyles: string = process.env.TIPPY_CSS!;

export class WeatherBar extends LitElement {
@property({ type: Array })
Expand Down

0 comments on commit d0301eb

Please sign in to comment.