Skip to content

Commit

Permalink
Update typescript to 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 1, 2024
1 parent 8c8ebc9 commit cf014f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"glob": "^11.0.0",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"gsebuild": {
"gettext": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sources/stalenhag/collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import GLib from "gi://GLib";
import Gio from "gi://Gio";

import collections from "./collections.json";
import collections from "./collections.json" with { type: "json" };

export type ImageCollections = typeof collections;

Expand Down

0 comments on commit cf014f3

Please sign in to comment.